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:           Tue Apr 30 10:38:44 UTC 2024

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

Log Message:
python: remove support for 'X' from versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/lang/python/versioned_dependencies.mk:1.105
--- pkgsrc/lang/python/versioned_dependencies.mk:1.104  Tue Apr 30 09:41:51 2024
+++ pkgsrc/lang/python/versioned_dependencies.mk        Tue Apr 30 10:38:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.104 2024/04/30 09:41:51 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.105 2024/04/30 10:38:44 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: OpenSSL Pillow X cairo cffi coverage cryptography dns pip setuptools setuptools_scm test
+#       Possible values: OpenSSL Pillow cairo cffi coverage cryptography dns pip setuptools setuptools_scm test
 #       Default: (nothing)
 #
 
@@ -32,9 +32,6 @@ _PY_VERS_PKG.dependency.OpenSSL=      yes
 _PY_VERS_PKG.default.Pillow=   graphics/py-Pillow
 _PY_VERS_PKG.27.Pillow=                graphics/py-Pillow6
 
-_PY_VERS_PKG.default.X=                textproc/py-X
-_PY_VERS_PKG.27.X=             textproc/py-X2
-
 _PY_VERS_PKG.default.cairo=    graphics/py-cairo
 _PY_VERS_PKG.27.cairo=         graphics/py-cairo118
 



Home | Main Index | Thread Index | Old Index