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

Felix Yan fyan at nymeria.archlinux.org
Thu Mar 6 10:43:58 UTC 2014


    Date: Thursday, March 6, 2014 @ 11:43:58
  Author: fyan
Revision: 206926

upgpkg: python-setuptools 3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-06 10:36:16 UTC (rev 206925)
+++ PKGBUILD	2014-03-06 10:43:58 UTC (rev 206926)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.2
+pkgver=3.0
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -12,17 +12,17 @@
 url="http://pypi.python.org/pypi/setuptools"
 makedepends=('python' 'python2')
 source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
-md5sums=('04a7664538957b832710653fd7d5b4e6')
+md5sums=('60dcf0080129e01269d68e2233a8286a')
 
-#check() {
-#   # Check python3 module
-#   cd "${srcdir}"/setuptools-${pkgver}
-#   python3 setup.py test
-#
-#   # Check python2 module
-#   cd "${srcdir}"/setuptools-${pkgver}-python2
-#   python2 setup.py test
-#}
+check() {
+   # Check python3 module
+   cd "${srcdir}"/setuptools-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/setuptools-${pkgver}-python2
+   python2 setup.py test
+}
  
 prepare() {
    cd "${srcdir}"




More information about the arch-commits mailing list