* update ipython to 8.27.0-1
This commit is contained in:
parent
c1a95be0e1
commit
336bc9a300
@ -1,6 +1,6 @@
|
||||
pkgbase = ipython
|
||||
pkgdesc = Enhanced Interactive Python shell
|
||||
pkgver = 8.26.0
|
||||
pkgver = 8.27.0
|
||||
pkgrel = 1
|
||||
url = https://ipython.org
|
||||
arch = any
|
||||
@ -36,10 +36,10 @@ pkgbase = ipython
|
||||
optdepends = python-black: to auto format with Black
|
||||
optdepends = python-pickleshare: for the ip.db database
|
||||
optdepends = yapf: to auto format with YAPF
|
||||
source = git+https://github.com/ipython/ipython.git#tag=8.26.0?signed
|
||||
source = git+https://github.com/ipython/ipython.git#tag=8.27.0?signed
|
||||
source = IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png
|
||||
validpgpkeys = 99B17F64FD5C94692E9EF8064968B2CC0208DCC8
|
||||
b2sums = 13e5d67fa2959038ca9174838c52378138fc58e9b9abfbac250f0c3437a0fc0227a3d242f786a5d6ca8396f42d286c11ab38dcf8522bc1c5aef748f656109cda
|
||||
b2sums = cc230a3524fd84a7d0fc2340205dec2556c73f71e0de4ed74cb7b2458a8048f67c7bfa9cc2894bf4d571f0eba4aeb7a8fd9889f017f3858ebfbb20644e2598fd
|
||||
b2sums = d445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2
|
||||
|
||||
pkgname = ipython
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
|
||||
|
||||
pkgname=ipython
|
||||
pkgver=8.26.0
|
||||
pkgver=8.27.0
|
||||
pkgrel=1
|
||||
pkgdesc='Enhanced Interactive Python shell'
|
||||
arch=(any)
|
||||
@ -56,7 +56,7 @@ source=(
|
||||
"git+https://github.com/ipython/ipython.git#tag=$pkgver?signed"
|
||||
'IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png'
|
||||
)
|
||||
b2sums=('13e5d67fa2959038ca9174838c52378138fc58e9b9abfbac250f0c3437a0fc0227a3d242f786a5d6ca8396f42d286c11ab38dcf8522bc1c5aef748f656109cda'
|
||||
b2sums=('cc230a3524fd84a7d0fc2340205dec2556c73f71e0de4ed74cb7b2458a8048f67c7bfa9cc2894bf4d571f0eba4aeb7a8fd9889f017f3858ebfbb20644e2598fd'
|
||||
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
|
||||
validpgpkeys=(99B17F64FD5C94692E9EF8064968B2CC0208DCC8) # Matthias Bussonnier <bussonniermatthias@gmail.com>
|
||||
|
||||
@ -71,6 +71,11 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
install -d "$pkgdir"/usr/share/licenses/$pkgname
|
||||
ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \
|
||||
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
|
||||
# FS#47046
|
||||
install -Dm644 IPython-icon.png "$pkgdir"/usr/share/pixmaps/ipython.png
|
||||
|
||||
@ -81,10 +86,4 @@ package() {
|
||||
# FS#45120
|
||||
sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop
|
||||
install -Dm644 -t "$pkgdir"/usr/share/applications ipython.desktop
|
||||
|
||||
# Symlink license file
|
||||
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
install -d "$pkgdir"/usr/share/licenses/$pkgname
|
||||
ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \
|
||||
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user