[arch-commits] Commit in ipython/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon May 4 08:44:38 UTC 2020


    Date: Monday, May 4, 2020 @ 08:44:37
  Author: polyzen
Revision: 624720

upgpkg: ipython 7.14.0-1

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 08:43:59 UTC (rev 624719)
+++ PKGBUILD	2020-05-04 08:44:37 UTC (rev 624720)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=ipython
-pkgver=7.13.0
+pkgver=7.14.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -19,12 +19,19 @@
 # new optional thing: ipyparallel
 
 source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz"
-        "https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png")
-md5sums=('e9293fd44bfcec40c57d882b5c73d2c5'
-         '2901d65f1b1fe354e72850085cd1c072')
+        "https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png"
+        'https://github.com/ipython/ipython/commit/1e79c167a41d13eee673b8bb54798cb2f920f957.patch') # FS#66516
+md5sums=('057266ea0820d5d58551cf4a49592eef'
+         '2901d65f1b1fe354e72850085cd1c072'
+         '66b946ec2967cda4cf16ba7c86e729f2')
 
 # confirm that an update does not break sage?
 
+prepare() {
+  cd "ipython-$pkgver"
+  patch -p1 -i ../1e79c167a41d13eee673b8bb54798cb2f920f957.patch
+}
+
 package() {
   cd "ipython-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list