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

Felix Yan felixonmars at archlinux.org
Tue Nov 21 03:49:14 UTC 2017


    Date: Tuesday, November 21, 2017 @ 03:49:13
  Author: felixonmars
Revision: 310494

upgpkg: python-setuptools 1:37.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-20 23:17:03 UTC (rev 310493)
+++ PKGBUILD	2017-11-21 03:49:13 UTC (rev 310494)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.8.0
+pkgver=37.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -18,7 +18,7 @@
               'python2-pytest-fixture-config' 'python-pytest-virtualenv' 'python2-pytest-virtualenv'
               'python-wheel' 'python2-wheel' 'git')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz")
-sha512sums=('5e7647ed622ae07575cca1df6695c138cab698a224ffc7873eb386d7c7242938bd746107ed7b1cac88d2a53b4b820bc4827f7fc1ff356a847d90a2aaae4922e9')
+sha512sums=('c77e21d6043df2ac4121b256a6ca6d479670924dd74453909727d9ac813f92ef8e60ca0b8ee17dc4cea93e0beb2c627d52d64708536569e1a4ea92e31a691808')
 
 prepare() {
   # Don't download and install deps
@@ -48,7 +48,6 @@
 
   cd "$srcdir"/setuptools-$pkgver-py2
   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" setuptools/tests/{test_develop.py,test_namespaces.py}
 
   export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 }



More information about the arch-commits mailing list