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

Felix Yan felixonmars at archlinux.org
Tue Jan 17 02:24:30 UTC 2017


    Date: Tuesday, January 17, 2017 @ 02:24:28
  Author: felixonmars
Revision: 286753

upgpkg: python-setuptools 1:33.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 01:39:31 UTC (rev 286752)
+++ PKGBUILD	2017-01-17 02:24:28 UTC (rev 286753)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=33.0.0
+pkgver=33.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -56,10 +56,10 @@
   export PYTHONDONTWRITEBYTECODE=1
 
   cd "$srcdir"/setuptools
-  python setup.py test
+  python setup.py ptr
 
   cd "$srcdir"/setuptools-py2
-  python2 setup.py test
+  python2 setup.py ptr
 )}
  
 package_python-setuptools() {



More information about the arch-commits mailing list