[arch-commits] Commit in ipython/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Nov 15 18:13:52 UTC 2014
Date: Saturday, November 15, 2014 @ 19:13:52
Author: kkeen
Revision: 122620
upgpkg: ipython 2.3.0-3
Modified:
ipython/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-15 15:07:37 UTC (rev 122619)
+++ PKGBUILD 2014-11-15 18:13:52 UTC (rev 122620)
@@ -8,7 +8,7 @@
pkgbase=ipython
pkgname=(ipython ipython2)
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="An enhanced Interactive Python shell."
arch=('any')
url="http://ipython.org"
@@ -15,13 +15,11 @@
license=('BSD')
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"
+optdepends=("python-nose: for IPython's test suite"
"python-pyqt4: for ipython qtconsole"
"python-sip: for ipython qtconsole"
"python-pygments: for ipython qtconsole"
- "python-pyzmq: for ipython notebook and ipython qtconcole"
+ "python-pyzmq: ipython notebook and ipython qtconcole"
"python-tornado: for ipython notebook"
"python-jinja: for ipython notebook"
"haskell-pandoc: ipython notebook conversion")
@@ -62,15 +60,12 @@
package_ipython2() {
pkgdesc="An enhanced Interactive Python2 shell."
depends=('python2' 'sqlite' 'python2-setuptools')
- optdepends=("wxpython: needed for ipythonx and ipython-wx"
- "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"
+ optdepends=("wxpython: needed for ipython2 --gui=wx"
+ "python2-nose: for IPython's test suite"
"python2-pyqt4: for ipython qtconsole"
"python2-sip: for ipython qtconsole"
"python2-pygments: for ipython qtconsole"
- "python2-pyzmq: for ipython notebook and ipython qtconsole"
+ "python2-pyzmq: ipython notebook and ipython qtconsole"
"python2-tornado: for ipython notebook"
"python2-jinja: for ipython notebook"
"haskell-pandoc: ipython notebook conversion")
More information about the arch-commits
mailing list