pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptography
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 10 11:48:13 UTC 2024
Modified Files:
pkgsrc/security/py-cryptography: dependency.mk
Log Message:
py-cryptography: doesn't support Python 2, remove Python 2 check
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-cryptography/dependency.mk
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/dependency.mk
diff -u pkgsrc/security/py-cryptography/dependency.mk:1.4 pkgsrc/security/py-cryptography/dependency.mk:1.5
--- pkgsrc/security/py-cryptography/dependency.mk:1.4 Tue Jun 6 12:42:16 2023
+++ pkgsrc/security/py-cryptography/dependency.mk Fri May 10 11:48:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: dependency.mk,v 1.4 2023/06/06 12:42:16 riastradh Exp $
+# $NetBSD: dependency.mk,v 1.5 2024/05/10 11:48:13 wiz Exp $
#
# Not for public use - use through versioned_dependencies.mk.
#
@@ -14,7 +14,7 @@
.include "../../mk/bsd.fast.prefs.mk"
.include "../../lang/rust/platform.mk"
-.if ${PLATFORM_SUPPORTS_RUST:tl} == "yes" && empty(PYTHON_VERSION:M2*)
+.if ${PLATFORM_SUPPORTS_RUST:tl} == "yes"
PYCRYPTOGRAPHY_TYPE?= rust
.else
PYCRYPTOGRAPHY_TYPE?= c
Home |
Main Index |
Thread Index |
Old Index