[arch-commits] Commit in spyder/trunk (PKGBUILD)
Fabio Castelli
muflone at archlinux.org
Sun Sep 20 11:21:07 UTC 2015
Date: Sunday, September 20, 2015 @ 13:21:07
Author: muflone
Revision: 141239
upgpkg: spyder 2.3.6-2
Modified:
spyder/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 10:54:19 UTC (rev 141238)
+++ PKGBUILD 2015-09-20 11:21:07 UTC (rev 141239)
@@ -6,7 +6,7 @@
pkgbase='spyder'
pkgname=('spyder' 'spyder3')
pkgver=2.3.6
-pkgrel=1
+pkgrel=2
pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like features.'
makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 'python2-sphinx')
arch=('any')
@@ -21,7 +21,7 @@
package_spyder() {
pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like features for Python 2.x series.'
depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 'ipython2-notebook'
- 'gtk-update-icon-cache')
+ 'icu' 'gtk-update-icon-cache')
optdepends=('python2-pylint: powerful code analysis'
'python2-rope: editor code completion, calltips and go-to-definition'
'python2-sphinx: rich text help on the object inspector'
@@ -52,7 +52,7 @@
package_spyder3() {
pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like features for Python 3.x series.'
depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 'jupyter'
- 'gtk-update-icon-cache')
+ 'icu' 'gtk-update-icon-cache')
optdepends=('python-pylint: powerful code analysis'
'python-rope: editor code completion, calltips and go-to-definition'
'python-sphinx: rich text help on the object inspector'
More information about the arch-commits
mailing list