Date: Monday, August 19, 2013 @ 09:26:28 Author: kkeen Revision: 95957
upgpkg: ipython 1.0.0-3 Modified: ipython/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 06:36:39 UTC (rev 95956) +++ PKGBUILD 2013-08-19 07:26:28 UTC (rev 95957) @@ -8,13 +8,13 @@ pkgbase=ipython pkgname=(ipython ipython2) pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="An enhanced Interactive Python shell." arch=('any') url="http://ipython.org" license=('BSD') -depends=('python' 'sqlite' 'python-distribute') -makedepends=('python-distribute' 'python2-distribute' 'sqlite') +depends=('python' 'sqlite' 'python-setuptools') +makedepends=('python-setuptools' 'python2-setuptools' 'sqlite') optdepends=("wxpython: needed for ipythonx and ipython-wx" "python-nose: if you want to run IPython's test suite" "pyqt: for ipython-qtconsole" @@ -60,7 +60,7 @@ package_ipython2() { pkgdesc="An enhanced Interactive Python2 shell." - depends=('python2' 'sqlite' 'python2-distribute') + depends=('python2' 'sqlite' 'python2-setuptools') optdepends=("wxpython: needed for ipythonx and ipython-wx" "twisted: networking-related tasks" "python2-foolscap: for IPython's parallel computing features"