Date: Monday, May 4, 2020 @ 09:48:20
  Author: polyzen
Revision: 624724

upgpkg: ipython 7.14.0-2

<arojas> dmc: looks like the ipython patch does not play well with 7.x and 
makes things worse by itself (breaks tab completion in ipython). You can remove 
it and I'll workaround the jedi deprecations in sage itself for the moment

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-04 09:21:01 UTC (rev 624723)
+++ PKGBUILD    2020-05-04 09:48:20 UTC (rev 624724)
@@ -6,7 +6,7 @@
 
 pkgname=ipython
 pkgver=7.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="https://ipython.org";
@@ -19,19 +19,12 @@
 # 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";
-        
'https://github.com/ipython/ipython/commit/1e79c167a41d13eee673b8bb54798cb2f920f957.patch')
 # FS#66516
+        
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
 md5sums=('057266ea0820d5d58551cf4a49592eef'
-         '2901d65f1b1fe354e72850085cd1c072'
-         '66b946ec2967cda4cf16ba7c86e729f2')
+         '2901d65f1b1fe354e72850085cd1c072')
 
 # 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

Reply via email to