pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography_vectors



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 13:55:09 UTC 2022

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

Log Message:
py-cryptograhy_vectors: does not support python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-cryptography_vectors/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-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.31 pkgsrc/security/py-cryptography_vectors/Makefile:1.32
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.31       Tue Jul  5 18:07:38 2022
+++ pkgsrc/security/py-cryptography_vectors/Makefile    Fri Jul  8 13:55:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/07/05 18:07:38 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/07/08 13:55:08 wiz Exp $
 
 DISTNAME=      cryptography_vectors-37.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pyca/crypto
 COMMENT=       Cryptographic test vectors
 LICENSE=       apache-2.0 OR modified-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 post-extract:



Home | Main Index | Thread Index | Old Index