pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-service_identity



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 11 18:12:05 UTC 2022

Modified Files:
        pkgsrc/security/py-service_identity: Makefile

Log Message:
py-service_identity: mark as not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-service_identity/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-service_identity/Makefile
diff -u pkgsrc/security/py-service_identity/Makefile:1.8 pkgsrc/security/py-service_identity/Makefile:1.9
--- pkgsrc/security/py-service_identity/Makefile:1.8    Tue Jan  4 20:54:44 2022
+++ pkgsrc/security/py-service_identity/Makefile        Sun Sep 11 18:12:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/11 18:12:04 wiz Exp $
 
 DISTNAME=      service_identity-18.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-attrs-[0-9]*:..
 DEPENDS+=      ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index