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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 17 03:37:13 UTC 2014


    Date: Monday, March 17, 2014 @ 04:37:12
  Author: fyan
Revision: 207994

upgpkg: python-setuptools 3.3-2

- python 3.4 rebuild
- disable check (there is an error)

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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




More information about the arch-commits mailing list