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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 17 14:58:05 UTC 2014


    Date: Monday, March 17, 2014 @ 15:58:05
  Author: fyan
Revision: 208069

upgpkg: python-setuptools 3.3-3

- re-enable tests

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-17 14:13:02 UTC (rev 208068)
+++ PKGBUILD	2014-03-17 14:58:05 UTC (rev 208069)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
 license=('PSF')
@@ -14,7 +14,6 @@
 source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
 md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
 
-<<EOF
 check() {
    # Check python3 module
    cd "${srcdir}"/setuptools-${pkgver}
@@ -24,7 +23,6 @@
    cd "${srcdir}"/setuptools-${pkgver}-python2
    python2 setup.py test
 }
-EOF
  
 prepare() {
    cd "${srcdir}"




More information about the arch-commits mailing list