[arch-commits] Commit in ipython/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Aug 3 01:55:50 UTC 2014
Date: Sunday, August 3, 2014 @ 03:55:50
Author: kkeen
Revision: 116763
upgpkg: ipython 2.1.0-2
Modified:
ipython/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-03 01:15:04 UTC (rev 116762)
+++ PKGBUILD 2014-08-03 01:55:50 UTC (rev 116763)
@@ -8,7 +8,7 @@
pkgbase=ipython
pkgname=(ipython ipython2)
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An enhanced Interactive Python shell."
arch=('any')
url="http://ipython.org"
@@ -16,6 +16,7 @@
depends=('python' 'sqlite' 'python-setuptools')
makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
optdepends=("wxpython: needed for ipythonx and ipython-wx"
+ "python-twisted: networking-related tasks"
"python-nose: if you want to run IPython's test suite"
"python-pyqt4: for ipython qtconsole"
"python-sip: for ipython qtconsole"
@@ -55,7 +56,7 @@
pkgdesc="An enhanced Interactive Python2 shell."
depends=('python2' 'sqlite' 'python2-setuptools')
optdepends=("wxpython: needed for ipythonx and ipython-wx"
- "twisted: networking-related tasks"
+ "python2-twisted: networking-related tasks"
"python2-foolscap: for IPython's parallel computing features"
"python2-pexpect: for irunner"
"python2-nose: if you want to run IPython's test suite"
More information about the arch-commits
mailing list