[arch-commits] Commit in python-setuptools/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 05:56:57 UTC 2016
Date: Thursday, December 22, 2016 @ 05:56:56
Author: felixonmars
Revision: 284418
upgpkg: python-setuptools 1:32.1.3-1
Modified:
python-setuptools/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 03:47:09 UTC (rev 284417)
+++ PKGBUILD 2016-12-22 05:56:56 UTC (rev 284418)
@@ -4,7 +4,7 @@
pkgbase=python-setuptools
pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=30.4.0
+pkgver=32.1.3
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -50,16 +50,16 @@
check() {
# Workaround UTF-8 tests by setting LC_CTYPE
- export LC_CTYPE=en_US.utf8
+ export LC_CTYPE=en_US.UTF-8
# https://github.com/pypa/setuptools/pull/810
export PYTHONDONTWRITEBYTECODE=1
cd "$srcdir"/setuptools
- python setup.py ptr
+ python setup.py test
cd "$srcdir"/setuptools-py2
- python2 setup.py ptr
+ python2 setup.py test
}
package_python-setuptools() {
More information about the arch-commits
mailing list