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

Felix Yan fyan at nymeria.archlinux.org
Sun Dec 29 16:14:31 UTC 2013


    Date: Sunday, December 29, 2013 @ 17:14:30
  Author: fyan
Revision: 202969

upgpkg: python-setuptools 2.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-29 14:16:54 UTC (rev 202968)
+++ PKGBUILD	2013-12-29 16:14:30 UTC (rev 202969)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://pypi.python.org/pypi/setuptools"
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('04aedc705644fda5848b7b428774e5ff')
+md5sums=('101b0829eca064fe47708039d66fc135')
 
 #check() {
 #   # Check python3 module
@@ -34,9 +34,11 @@
  
    cd "${srcdir}"/setuptools-${pkgver}
    sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" setuptools/tests/test_resources.py
+   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" setuptools/command/easy_install.py
  
    cd ../setuptools-${pkgver}-python2
    sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" setuptools/tests/test_resources.py
+   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" setuptools/command/easy_install.py
 }
 
 build() {




More information about the arch-commits mailing list