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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 31 13:29:32 UTC 2014


    Date: Monday, March 31, 2014 @ 15:29:32
  Author: fyan
Revision: 209653

upgpkg: python-setuptools 3.4.1-1

- still failing tests for python 3.x, putting in [testing] first

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-31 12:46:20 UTC (rev 209652)
+++ PKGBUILD	2014-03-31 13:29:32 UTC (rev 209653)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.4
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -13,17 +13,19 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
-md5sums=('30dd95909a50284a95e5241a9bad6e02')
+md5sums=('252a38c6b25f1ac446ba6983095dbf3f')
 
 check() {
-  # Disabled tests for 3.4: https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
+  # Disabled python 3.x tests for setuptools 3.4.1:
+  # https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
+
   # Check python3 module
   cd "${srcdir}"/setuptools-${pkgver}
-  #python3 setup.py test -r 'unittest:TextTestRunner'
+  #python3 setup.py test
 
   # Check python2 module
   cd "${srcdir}"/setuptools-${pkgver}-python2
-  #python2 setup.py test -r 'unittest:TextTestRunner'
+  python2 setup.py test
 }
  
 prepare() {
@@ -49,7 +51,7 @@
 }
  
 package_python-setuptools() {
-  depends=('python>=3.3')
+  depends=('python>=3.4')
   provides=('python-distribute')
   replaces=('python-distribute')
 




More information about the arch-commits mailing list