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

Felix Yan felixonmars at archlinux.org
Wed Jan 25 02:25:36 UTC 2017


    Date: Wednesday, January 25, 2017 @ 02:25:35
  Author: felixonmars
Revision: 287398

upgpkg: python-setuptools 1:34.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 01:35:56 UTC (rev 287397)
+++ PKGBUILD	2017-01-25 02:25:35 UTC (rev 287398)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.0.1
+pkgver=34.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -38,7 +38,7 @@
 
   export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 }
-    
+
 build() {
   cd "$srcdir"/setuptools
   python bootstrap.py
@@ -62,7 +62,7 @@
   cd "$srcdir"/setuptools-py2
   python2 setup.py ptr
 )}
- 
+
 package_python-setuptools() {
   depends=('python-packaging' 'python-appdirs')
   provides=('python-distribute')
@@ -71,7 +71,7 @@
   cd "$srcdir"/setuptools
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
 }
- 
+
 package_python2-setuptools() {
   depends=('python2-packaging' 'python2-appdirs')
   provides=('python2-distribute')



More information about the arch-commits mailing list