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:   adam
Date:           Sat Feb  5 09:10:55 UTC 2022

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

Log Message:
py-urllib3: skip testing for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/www/py-urllib3/Makefile:1.34
--- pkgsrc/www/py-urllib3/Makefile:1.33 Fri Jan  7 16:18:59 2022
+++ pkgsrc/www/py-urllib3/Makefile      Sat Feb  5 09:10:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2022/01/07 16:18:59 adam Exp $
+# $NetBSD: Makefile,v 1.34 2022/02/05 09:10:55 adam Exp $
 
 DISTNAME=      urllib3-1.26.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,16 +19,16 @@ DEPENDS+=   ${PYPKGPREFIX}-idna>=2.0.0:../
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
-.endif
-
+.else
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
 TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
 
-USE_LANGUAGES= # none
-
 PYSETUPTESTTARGET=     pytest
+.endif
+
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index