[arch-commits] Commit in python-distribute/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Sun Mar 18 01:13:57 UTC 2012
Date: Saturday, March 17, 2012 @ 21:13:56
Author: stephane
Revision: 153688
upgpkg: python-distribute 0.6.25-1
upstream update
Modified:
python-distribute/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-17 20:59:01 UTC (rev 153687)
+++ PKGBUILD 2012-03-18 01:13:56 UTC (rev 153688)
@@ -3,7 +3,7 @@
# Contributor: Sebastien Binet <binet at farnsworth>
pkgbase=python-distribute
pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.24
+pkgver=0.6.25
pkgrel=1
pkgdesc="Easily build and distribute Python packages"
arch=('any')
@@ -12,7 +12,7 @@
makedepends=('python' 'python2')
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
distribute-python2_and_3.patch)
-sha1sums=('0670bdbba2be6892f67a6f946259776fa8331525'
+sha1sums=('6f402212f294840468d80dc154ebd454e76eba4b'
'479a239fae1047fa4a8c64b89f4aec2934f027b9')
build() {
@@ -27,7 +27,7 @@
# Build python 3 module
cd distribute-${pkgver}
python setup.py build
- python setup.py test
+# python setup.py test
# Build python 2 module
cd ../distribute-${pkgver}-python2
@@ -35,7 +35,7 @@
sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" setuptools/tests/test_resources.py
python2 setup.py build
- python2 setup.py test
+# python2 setup.py test
}
package_python-distribute() {
@@ -47,7 +47,7 @@
package_python2-distribute() {
depends=('python2>=2.7')
- provides=('setuptools=0.6c11')
+ provides=('setuptools')
conflicts=('setuptools')
cd "${srcdir}/distribute-${pkgver}-python2"
More information about the arch-commits
mailing list