pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-keyrings.alt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan 31 10:49:54 UTC 2024

Modified Files:
        pkgsrc/security/py-keyrings.alt: Makefile

Log Message:
py-keyrings.alt: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-keyrings.alt/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-keyrings.alt/Makefile
diff -u pkgsrc/security/py-keyrings.alt/Makefile:1.5 pkgsrc/security/py-keyrings.alt/Makefile:1.6
--- pkgsrc/security/py-keyrings.alt/Makefile:1.5        Sun Jan 28 21:27:54 2024
+++ pkgsrc/security/py-keyrings.alt/Makefile    Wed Jan 31 10:49:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/01/28 21:27:54 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/31 10:49:53 jperkin Exp $
 
 DISTNAME=      keyrings.alt-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,5 +20,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index