pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jaraco.text



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 11 13:45:18 UTC 2024

Modified Files:
        pkgsrc/textproc/py-jaraco.text: Makefile

Log Message:
py-jaraco.text: forget about Python 2.7 and 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-jaraco.text/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-jaraco.text/Makefile
diff -u pkgsrc/textproc/py-jaraco.text/Makefile:1.9 pkgsrc/textproc/py-jaraco.text/Makefile:1.10
--- pkgsrc/textproc/py-jaraco.text/Makefile:1.9 Tue Aug  6 11:50:10 2024
+++ pkgsrc/textproc/py-jaraco.text/Makefile     Fri Oct 11 13:45:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/08/06 11:50:10 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/11 13:45:18 adam Exp $
 
 DISTNAME=      jaraco_text-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -24,12 +24,5 @@ DEPENDS+=    ${PYPKGPREFIX}-inflect-[0-9]*:
 
 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