Date: Thursday, October 20, 2016 @ 05:20:32 Author: felixonmars Revision: 279027
upgpkg: python-setuptools 1:28.6.1-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-19 22:09:29 UTC (rev 279026) +++ PKGBUILD 2016-10-20 05:20:32 UTC (rev 279027) @@ -4,7 +4,7 @@ pkgbase=python-setuptools pkgname=('python-setuptools' 'python2-setuptools') -pkgver=28.6.0 +pkgver=28.6.1 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -53,14 +53,11 @@ # https://github.com/pypa/setuptools/pull/810 export PYTHONDONTWRITEBYTECODE=1 - ( cd "$srcdir"/setuptools python setup.py ptr cd "$srcdir"/setuptools-py2 python2 setup.py ptr - ) || warning "Tests failed" - # https://github.com/pypa/setuptools/issues/816 } package_python-setuptools() {