pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-country



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 11 13:43:48 UTC 2024

Modified Files:
        pkgsrc/geography/py-country: Makefile

Log Message:
py-country: forget about Python 2.7 and 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-country/Makefile

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

Modified files:

Index: pkgsrc/geography/py-country/Makefile
diff -u pkgsrc/geography/py-country/Makefile:1.10 pkgsrc/geography/py-country/Makefile:1.11
--- pkgsrc/geography/py-country/Makefile:1.10   Fri Jun 14 18:54:20 2024
+++ pkgsrc/geography/py-country/Makefile        Fri Oct 11 13:43:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/06/14 18:54:20 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/11 13:43:48 adam Exp $
 
 DISTNAME=      pycountry-24.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -15,12 +15,5 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 309
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
-.endif
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index