pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1-modules



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 21 18:56:13 UTC 2023

Modified Files:
        pkgsrc/security/py-asn1-modules: Makefile

Log Message:
py-asn1-modules: not for Python 2.7 anymore


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

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

Modified files:

Index: pkgsrc/security/py-asn1-modules/Makefile
diff -u pkgsrc/security/py-asn1-modules/Makefile:1.14 pkgsrc/security/py-asn1-modules/Makefile:1.15
--- pkgsrc/security/py-asn1-modules/Makefile:1.14       Wed Apr 26 16:07:13 2023
+++ pkgsrc/security/py-asn1-modules/Makefile    Tue Nov 21 18:56:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/04/26 16:07:13 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/21 18:56:13 adam Exp $
 
 DISTNAME=      pyasn1_modules-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-asn1>=0.5.0:../
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-asn1
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index