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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 03:10:03 UTC 2017


    Date: Monday, January 2, 2017 @ 03:10:01
  Author: felixonmars
Revision: 285189

upgpkg: python-setuptools 1:33.0.0-1

- enclose check() with a subshell (FS#52330)

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-01 23:34:01 UTC (rev 285188)
+++ PKGBUILD	2017-01-02 03:10:01 UTC (rev 285189)
@@ -4,8 +4,8 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=32.3.1
-pkgrel=2
+pkgver=33.0.0
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -48,7 +48,7 @@
   python2 setup.py build
 }
 
-check() {
+check() { (
   # Workaround UTF-8 tests by setting LC_CTYPE
   export LC_CTYPE=en_US.UTF-8
 
@@ -60,7 +60,7 @@
 
   cd "$srcdir"/setuptools-py2
   python2 setup.py test
-}
+)}
  
 package_python-setuptools() {
   depends=('python-packaging' 'python-appdirs')



More information about the arch-commits mailing list