pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 10 10:24:49 UTC 2024

Modified Files:
        pkgsrc/lang/python: versioned_dependencies.mk

Log Message:
python: versioned_dependencies: no 27 support for py-OpenSSL and py-cryptography


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/lang/python/versioned_dependencies.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.112 pkgsrc/lang/python/versioned_dependencies.mk:1.113
--- pkgsrc/lang/python/versioned_dependencies.mk:1.112  Fri May 10 10:07:26 2024
+++ pkgsrc/lang/python/versioned_dependencies.mk        Fri May 10 10:24:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.112 2024/05/10 10:07:26 adam Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.113 2024/05/10 10:24:49 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -26,11 +26,9 @@
 # handling.
 
 _PY_VERS_PKG.default.OpenSSL=  security/py-OpenSSL
-_PY_VERS_PKG.27.OpenSSL=       security/py27-OpenSSL
 _PY_VERS_PKG.dependency.OpenSSL=       yes
 
 _PY_VERS_PKG.default.cryptography=     security/py-cryptography
-_PY_VERS_PKG.27.cryptography=          security/py27-cryptography
 _PY_VERS_PKG.dependency.cryptography=  yes
 
 _PY_VERS_PKG.default.dns=      net/py-dns



Home | Main Index | Thread Index | Old Index