pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-tzdata



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  1 05:13:12 UTC 2023

Modified Files:
        pkgsrc/time/py-tzdata: Makefile

Log Message:
py-tzdata: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/py-tzdata/Makefile

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

Modified files:

Index: pkgsrc/time/py-tzdata/Makefile
diff -u pkgsrc/time/py-tzdata/Makefile:1.14 pkgsrc/time/py-tzdata/Makefile:1.15
--- pkgsrc/time/py-tzdata/Makefile:1.14 Mon Aug 28 09:55:49 2023
+++ pkgsrc/time/py-tzdata/Makefile      Fri Sep  1 05:13:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/08/28 09:55:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/09/01 05:13:12 adam Exp $
 
 DISTNAME=      tzdata-2023.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index