pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-urllib3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  6 18:25:16 UTC 2023

Modified Files:
        pkgsrc/www/py-urllib3: Makefile

Log Message:
py-urllib3: move comment a line higher


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/py-urllib3/Makefile

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

Modified files:

Index: pkgsrc/www/py-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.47 pkgsrc/www/py-urllib3/Makefile:1.48
--- pkgsrc/www/py-urllib3/Makefile:1.47 Fri May  5 13:05:35 2023
+++ pkgsrc/www/py-urllib3/Makefile      Sat May  6 18:25:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2023/05/05 13:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.48 2023/05/06 18:25:16 wiz Exp $
 
 DISTNAME=      urllib3-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,8 @@ DEPENDS+=     ${PYPKGPREFIX}-zstandard>=0.18
 # but also needs unpackaged urlib3-secure-extra
 
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-coverage>=7.0.4:../../devel/py-coverage
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography:test # >= 39.0.1
+# needs py-cryptography>=39.0.1
+PYTHON_VERSIONED_DEPENDENCIES+=        cryptography:test
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 TEST_DEPENDS+=                 ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test



Home | Main Index | Thread Index | Old Index