pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptography_vectors py-cryptograhy_vector...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba0a5e4ff819
branches:  trunk
changeset: 381496:ba0a5e4ff819
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 13:55:08 2022 +0000

description:
py-cryptograhy_vectors: does not support python 2.7

diffstat:

 security/py-cryptography_vectors/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4dde327bc1d7 -r ba0a5e4ff819 security/py-cryptography_vectors/Makefile
--- a/security/py-cryptography_vectors/Makefile Fri Jul 08 13:54:42 2022 +0000
+++ b/security/py-cryptography_vectors/Makefile Fri Jul 08 13:55:08 2022 +0000
@@ -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 @@
 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