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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 21:49:52 UTC 2019


    Date: Tuesday, December 24, 2019 @ 21:49:52
  Author: felixonmars
Revision: 372226

upgpkg: python-pip 19.3-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 21:39:30 UTC (rev 372225)
+++ PKGBUILD	2019-12-24 21:49:52 UTC (rev 372226)
@@ -3,21 +3,21 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=19.2.3
-pkgrel=3
+pkgver=19.3
+pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/"
 arch=('any')
 license=('MIT')
-_deps=('setuptools' 'appdirs' 'cachecontrol' 'colorama' 'distlib' 'distro' 'html5lib' 'lockfile'
-       'msgpack' 'six' 'packaging' 'pep517' 'progress' 'pytoml' 'retrying' 'requests' 'urllib3'
-       'webencodings')
+_deps=('setuptools' 'appdirs' 'cachecontrol' 'colorama' 'contextlib2' 'distlib' 'distro' 'html5lib'
+       'msgpack' 'packaging' 'pep517' 'progress' 'pyparsing' 'pytoml' 'requests' 'retrying'
+       'setuptools' 'six' 'webencodings')
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'python2-ipaddress' 'python-sphinx')
 checkdepends=('python-pytest-runner' 'python-scripttest' 'python-virtualenv' 'python-pretend'
               'python-yaml' 'python-mock' 'python-freezegun' 'python-pip' 'python-wheel'
               'git' 'subversion')
 source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz")
-sha512sums=('59fcb79173529097662fcb9662f78fee7b00f441d49ea41f280da4b27875a425cccaa3daeda647ac7cddf936111923dc1546a3474fcdd7003777178e7143f6eb')
+sha512sums=('4498d1d26f19ddfb7246765e5cead0ee16ffc3d9413c4b179573d12686a7159749dbfb6bea5c901828bddb08e526b1cfea094fa3283b146e0a2498b4c9b67f97')
 
 shopt -s extglob
 prepare() {
@@ -45,7 +45,7 @@
 
 check() {
   cd "$srcdir"/pip-$pkgver
-  pip wheel -w tests/data/common_wheels -r tools/tests-common_wheels-requirements.txt
+  pip wheel -w tests/data/common_wheels -r tools/requirements/tests-common_wheels.txt
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \
     python setup.py pytest --addopts "-m unit --junit-xml=junit/unit-test.xml" || warning "Tests failed"



More information about the arch-commits mailing list