Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
ipython
Commits:
4edb0c50 by Daniel M. Capella at 2024-08-30T19:50:33-04:00
upgpkg: 8.27.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Douglas Soares de Andrade <[email protected]>
pkgname=ipython
-pkgver=8.26.0
+pkgver=8.27.0
pkgrel=1
pkgdesc='Enhanced Interactive Python shell'
arch=(any)
@@ -55,7 +55,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
<[email protected]>
@@ -70,6 +70,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
@@ -80,10 +85,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
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/4edb0c50109a58b68bc12db38773bf35fe424d60
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/4edb0c50109a58b68bc12db38773bf35fe424d60
You're receiving this email because of your account on gitlab.archlinux.org.