diff options
author | adam <adam@pkgsrc.org> | 2018-03-24 07:50:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-24 07:50:20 +0000 |
commit | be64bbfc9987aebe7047eaf9673e46b9951e9bc1 (patch) | |
tree | 4f97d45613822c3bafa280a4dfbfe50a9d207728 /devel | |
parent | 81d6e9b74ee5649d89da969c8c2c8f56da8c40f2 (diff) | |
download | pkgsrc-be64bbfc9987aebe7047eaf9673e46b9951e9bc1.tar.gz |
py-pip: updated to 9.0.3
9.0.3:
Fix an error where the vendored requests was not correctly containing itself to only the internal vendored prefix.
Restore compatability with 2.6.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pip/Makefile | 15 | ||||
-rw-r--r-- | devel/py-pip/distinfo | 10 |
2 files changed, 18 insertions, 7 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index c352ef2b5c3..a19f352b6db 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2018/03/17 06:51:58 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/03/24 07:50:20 adam Exp $ -DISTNAME= pip-9.0.2 +DISTNAME= pip-9.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/} @@ -10,6 +10,13 @@ HOMEPAGE= http://www.pip-installer.org/ COMMENT= Installs Python packages as an easy_install replacement LICENSE= mit +#TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +#TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend +#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +#TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=1.10:../../devel/py-virtualenv + +USE_LANGUAGES= # none + REPLACE_PYTHON+= pip/__init__.py pip/_vendor/requests/certs.py REPLACE_PYTHON+= pip/_vendor/requests/packages/chardet/chardetect.py @@ -17,6 +24,10 @@ post-install: ${RM} -f ${DESTDIR}${PREFIX}/bin/pip ${RM} -f ${DESTDIR}${PREFIX}/bin/pip[2-3] +# no tests included +do-test: + ${DO_NADA} + .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-pip/distinfo b/devel/py-pip/distinfo index 295556e6002..aa2b1d1fea2 100644 --- a/devel/py-pip/distinfo +++ b/devel/py-pip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/03/17 06:51:58 adam Exp $ +$NetBSD: distinfo,v 1.16 2018/03/24 07:50:20 adam Exp $ -SHA1 (pip-9.0.2.tar.gz) = dfc9ce3250aef3d60dfa66deb408ad81761f8131 -RMD160 (pip-9.0.2.tar.gz) = 4245a4c3c0b545d9fa0581024d6bd76b0da6edf8 -SHA512 (pip-9.0.2.tar.gz) = 96d2d23c7054cc70740f82432eb485430b6d4f701a5b4f5c428c977651293808dff297d3589554dd4b1a8d1c0df112243aa7ea9e9b4a7526bf257152d2748ed9 -Size (pip-9.0.2.tar.gz) = 1343063 bytes +SHA1 (pip-9.0.3.tar.gz) = 1f5f44d433ca599d40f8e46f440479b2c73802d8 +RMD160 (pip-9.0.3.tar.gz) = 9cf0429a7a7e9897339ffc5a141e9b2e1da8086e +SHA512 (pip-9.0.3.tar.gz) = daf5bb2460787a0391400d5e074fc69c78d623445fcc6fcb12fae9a118f19692cc7ce316a7e85a04662bc82c0a0514577fa1ca8323b09be0d08c7a7bb8728e77 +Size (pip-9.0.3.tar.gz) = 1343076 bytes |