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:           Fri May 10 10:44:25 UTC 2024

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

Log Message:
py-urllib3: set python incompatible versions before including bsd.options.mk


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/www/py-urllib3/Makefile:1.60
--- pkgsrc/www/py-urllib3/Makefile:1.59 Tue Mar 19 10:58:01 2024
+++ pkgsrc/www/py-urllib3/Makefile      Fri May 10 10:44:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2024/03/19 10:58:01 nia Exp $
+# $NetBSD: Makefile,v 1.60 2024/05/10 10:44:25 wiz Exp $
 
 DISTNAME=      urllib3-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,8 @@ DEPENDS+=     ${PYPKGPREFIX}-Socks>=1.7.1:..
 #DEPENDS+=     ${PYPKGPREFIX}-certifi>=0:../../www/py-certify
 # but also needs unpackaged urlib3-secure-extra
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # brotli, zstd
 .include "options.mk"
 
@@ -38,8 +40,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-trustme>=0
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYTHON_VERSION} < 309



Home | Main Index | Thread Index | Old Index