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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri May 31 13:04:00 UTC 2013


    Date: Friday, May 31, 2013 @ 15:04:00
  Author: foutrelis
Revision: 92091

upgpkg: ipython2 0.13.2-2

Drop python2-distribute dep; not needed.

Modified:
  ipython2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 11:38:30 UTC (rev 92090)
+++ PKGBUILD	2013-05-31 13:04:00 UTC (rev 92091)
@@ -7,7 +7,7 @@
 _pkgbase=ipython
 pkgname=(ipython2 ipython2-docs)
 pkgver=0.13.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="http://ipython.org"
 license=('Modified BSD')
@@ -17,7 +17,7 @@
 
 package_ipython2() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'python2-distribute')
+  depends=('python2')
   optdepends=("wxpython: needed for ipythonx and ipython-wx"
               "twisted: networking-related tasks"
               "python2-foolscap: for IPython's parallel computing features"




More information about the arch-commits mailing list