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

Felix Yan fyan at nymeria.archlinux.org
Fri Oct 11 08:08:36 UTC 2013


    Date: Friday, October 11, 2013 @ 10:08:35
  Author: fyan
Revision: 98458

fix: use setuptools instead of distribute

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-11 08:07:07 UTC (rev 98457)
+++ PKGBUILD	2013-10-11 08:08:35 UTC (rev 98458)
@@ -21,7 +21,7 @@
 }
 
 package_pep8-python2() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2' 'python2-setuptools')
   provides=('pep8')
   conflicts=('pep8')
   replaces=('pep8')
@@ -34,7 +34,7 @@
 }
 
 package_pep8-python3() {
-  depends=('python3' 'python-distribute')
+  depends=('python3' 'python-setuptools')
   
   cd "$srcdir/$pkgbase-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir/"




More information about the arch-commits mailing list