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

Stéphane Gaudreault stephane at archlinux.org
Wed Oct 3 01:01:12 UTC 2012


    Date: Tuesday, October 2, 2012 @ 21:01:11
  Author: stephane
Revision: 167690

upgpkg: python-distribute 0.6.28-3

depends on python 3.3.0

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-03 00:44:12 UTC (rev 167689)
+++ PKGBUILD	2012-10-03 01:01:11 UTC (rev 167690)
@@ -4,7 +4,7 @@
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
 pkgver=0.6.28
-pkgrel=2
+pkgrel=3
 pkgdesc="Easily build and distribute Python packages"
 arch=('any')
 license=('PSF')
@@ -36,7 +36,7 @@
 }
 
 package_python-distribute() {
-   depends=('python>=3.2')
+   depends=('python>=3.3')
 
    cd "${srcdir}/distribute-${pkgver}"
    python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build




More information about the arch-commits mailing list