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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 02:54:57 UTC 2018


    Date: Wednesday, August 1, 2018 @ 02:54:57
  Author: felixonmars
Revision: 329881

upgpkg: python-pip 18.0-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-31 20:51:37 UTC (rev 329880)
+++ PKGBUILD	2018-08-01 02:54:57 UTC (rev 329881)
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=10.0.1
-pkgrel=2
+pkgver=18.0
+pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/"
 arch=('any')
@@ -14,19 +14,13 @@
        'html5lib' 'lockfile' 'msgpack' 'packaging' 'progress' 'pyparsing' 'pytoml'
        'requests' 'retrying' 'six' 'webencodings')
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'python2-ipaddress' 'python-sphinx')
-source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz"
-        "fix-un-vendored-support-add-missing-entry-for-urllib.patch::https://github.com/pypa/pip/pull/5418.patch")
-md5sums=('ce49a0af6d2bb9df5de9aaf4e7f6f631'
-         '71cb8b43efaa6af0d6cd98576ca2f932')
-sha256sums=('2c39367b8529f50746b399d7e4563df48a148b8558ae6f7236b51c155359365a'
-            'ff81c9d48be20765145cb04953c54c5b9059bd193e3d82cec870d3391e6e6dd1')
+source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz")
+sha512sums=('c8cedd6def77e9f96b79a1493d30ae8d95df7d06547980de0d105db0c8a5eff7710a1e55438834e97392b6a78702a8b3169cca8127572981129c30534646f975')
 
 shopt -s extglob
 prepare() {
   cd "$srcdir/pip-$pkgver"
 
-  patch -p1 -i ../fix-un-vendored-support-add-missing-entry-for-urllib.patch
-
   rm -rf src/pip/_vendor/!(__init__.py)
   sed -i 's/DEBUNDLED = False/DEBUNDLED = True/' src/pip/_vendor/__init__.py
 }



More information about the arch-commits mailing list