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

Kyle Keen kkeen at archlinux.org
Tue Apr 10 12:06:32 UTC 2018


    Date: Tuesday, April 10, 2018 @ 12:06:31
  Author: kkeen
Revision: 315580

upgpkg: ipython 6.3.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 12:00:00 UTC (rev 315579)
+++ PKGBUILD	2018-04-10 12:06:31 UTC (rev 315580)
@@ -6,8 +6,8 @@
 # Contributor : Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=ipython
-pkgver=6.2.1
-pkgrel=2
+pkgver=6.3.1
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="https://ipython.org"
@@ -18,11 +18,15 @@
 makedepends=('python-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 
+# new optional thing: ipyparallel
+
 source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz"
         "https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip"
+        "https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz"
         "https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png")
-md5sums=('fe8704b6b28c05cf608e0747a7c983ec'
+md5sums=('48e01bd73472b5fc5ae0bd03b1d2323d'
          'f9c1fab00fd981be588fc32759f474e3'
+         '87ce0c7839808e6a3427d57df6a792e7'
          '2901d65f1b1fe354e72850085cd1c072')
 
 # confirm that an update does not break sage?
@@ -37,6 +41,9 @@
   cd "$srcdir/simplegeneric-0.8.1"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
+  cd "$srcdir/backcall-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
   cd "$srcdir/ipython-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython/LICENSE"
 



More information about the arch-commits mailing list