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

Kyle Keen kkeen at archlinux.org
Fri Apr 22 03:55:36 UTC 2016


    Date: Friday, April 22, 2016 @ 05:55:35
  Author: kkeen
Revision: 171560

upgpkg: ipython 4.2.0-2  FS#49044

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-22 03:51:55 UTC (rev 171559)
+++ PKGBUILD	2016-04-22 03:55:35 UTC (rev 171560)
@@ -8,7 +8,7 @@
 pkgbase=ipython
 pkgname=(ipython ipython2)
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org"
@@ -28,7 +28,6 @@
         "https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz"
         "https://pypi.python.org/packages/source/p/pickleshare/pickleshare-$_psharev.tar.gz"
         "https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip"
-        "https://pypi.python.org/packages/source/b/backports.shutil_get_terminal_size/backports.shutil_get_terminal_size-1.0.0.tar.gz"
         "http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png")
 md5sums=('9432d4758961501bf5f33adde08a9e6e'
          'f9cc1ad00a793a65d7bc88d69ee65920'
@@ -35,7 +34,6 @@
          '9a8afbe0978adbcbfcb3b35b2d015a56'
          '29d74cde0255546b6b2e1b48a0b31a54'
          'f9c1fab00fd981be588fc32759f474e3'
-         '03267762480bd86b50580dc19dff3c66'
          '2901d65f1b1fe354e72850085cd1c072')
 
 # With 4.0 many previously bundled external libraries are no longer bundled
@@ -108,7 +106,9 @@
 
 package_ipython2() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-decorator' 'python2-pexpect' 'sqlite' 'python2-setuptools' 'python2-path' 'python2-pathlib')
+  depends=('python2' 'python2-decorator' 'python2-pexpect' 'sqlite'
+    'python2-setuptools' 'python2-path' 'python2-pathlib'
+    'python2-backports.shutil_get_terminal_size')
   optdepends=("wxpython: needed for ipython2 --gui=wx"
               "python2-nose: for IPython's test suite")
   # "wxpython: needed for ipython2 --gui=wx"   does this still work?
@@ -130,9 +130,6 @@
   cd "$srcdir/python2-simplegeneric-0.8.1"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/backports.shutil_get_terminal_size-1.0.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipython2-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython2/LICENSE"
 



More information about the arch-commits mailing list