pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 24 07:50:20 UTC 2018

Modified Files:
        pkgsrc/devel/py-pip: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.20 pkgsrc/devel/py-pip/Makefile:1.21
--- pkgsrc/devel/py-pip/Makefile:1.20   Sat Mar 17 06:51:58 2018
+++ pkgsrc/devel/py-pip/Makefile        Sat Mar 24 07:50:20 2018
@@ -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"

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.15 pkgsrc/devel/py-pip/distinfo:1.16
--- pkgsrc/devel/py-pip/distinfo:1.15   Sat Mar 17 06:51:58 2018
+++ pkgsrc/devel/py-pip/distinfo        Sat Mar 24 07:50:20 2018
@@ -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



Home | Main Index | Thread Index | Old Index