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

Stéphane Gaudreault stephane at archlinux.org
Sat Oct 20 22:10:40 UTC 2012


    Date: Saturday, October 20, 2012 @ 18:10:40
  Author: stephane
Revision: 169423

upgpkg: python-distribute 0.6.29-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-20 20:58:46 UTC (rev 169422)
+++ PKGBUILD	2012-10-20 22:10:40 UTC (rev 169423)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet <binet at farnsworth>
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.28
-pkgrel=3
+pkgver=0.6.29
+pkgrel=1
 pkgdesc="Easily build and distribute Python packages"
 arch=('any')
 license=('PSF')
@@ -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=('709bd97d46050d69865d4b588c7707768dfe6711'
+sha1sums=('c713633a38d23bbed16c0947666165688a18915b'
           '9c19c12edac507b0f76696d282b9831c4b653a7e')
 build() {
    cd "${srcdir}"
@@ -25,6 +25,9 @@
 
    # Build python 3 module
    cd distribute-${pkgver}
+
+   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" setuptools/tests/test_resources.py
+
    python3 setup.py build
 
    # Build python 2 module




More information about the arch-commits mailing list