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

Fabio Castelli muflone at archlinux.org
Sat Dec 6 15:06:47 UTC 2014


    Date: Saturday, December 6, 2014 @ 16:06:47
  Author: muflone
Revision: 123539

upgpkg: spyder 2.3.2-2

Replaced pep8-python2 optdeps with python2-pep8

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-06 14:39:05 UTC (rev 123538)
+++ PKGBUILD	2014-12-06 15:06:47 UTC (rev 123539)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 'python2-sphinx')
 arch=('any')
@@ -32,7 +32,7 @@
               'python2-psutil: memory/CPU usage in the status bar'
               'python2-h5py: HDF5 support'
               'python2-matplotlib: interactive 2D/3D data plotting'
-              'pep8-python2: real-time code style analysis'
+              'python2-pep8: real-time code style analysis'
               'python2-sympy: symbolic mathematics for the IPython console')
   [ -d "build" ] && rm -rf "build"
   cp -r "${pkgbase}-${pkgver}" build



More information about the arch-commits mailing list