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 May  2 17:06:12 UTC 2023

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

Log Message:
python: versioned_dependencies: remoe some unused ones


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 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.94 pkgsrc/lang/python/versioned_dependencies.mk:1.95
--- pkgsrc/lang/python/versioned_dependencies.mk:1.94   Sun Apr 30 15:51:20 2023
+++ pkgsrc/lang/python/versioned_dependencies.mk        Tue May  2 17:06:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.94 2023/04/30 15:51:20 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.95 2023/05/02 17:06:12 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: Pillow X babel cairo chardet click coverage cryptography dns hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools 
setuptools_scm test test-cov
+#       Possible values: OpenSSL Pillow X babel cairo chardet click coverage cryptography dns hypothesis jinja2 packaging pip pygments rsa setuptools setuptools_scm test test-cov
 #       Default: (nothing)
 #
 
@@ -60,18 +60,9 @@ _PY_VERS_PKG.27.dns=         net/py-dns1
 _PY_VERS_PKG.default.hypothesis=       devel/py-hypothesis
 _PY_VERS_PKG.27.hypothesis=            devel/py-hypothesis4
 
-_PY_VERS_PKG.default.importlib-metadata=       devel/py-importlib-metadata
-_PY_VERS_PKG.27.importlib-metadata=            devel/py-importlib-metadata2
-
 _PY_VERS_PKG.default.jinja2=   textproc/py-jinja2
 _PY_VERS_PKG.27.jinja2=                textproc/py27-jinja2
 
-_PY_VERS_PKG.default.mccabe=   devel/py-mccabe
-_PY_VERS_PKG.27.mccabe=                devel/py-mccabe06
-
-_PY_VERS_PKG.default.more-itertools=   devel/py-more-itertools
-_PY_VERS_PKG.27.more-itertools=                devel/py-more-itertools2
-
 _PY_VERS_PKG.default.packaging=                devel/py-packaging
 _PY_VERS_PKG.27.packaging=             devel/py-packaging2
 
@@ -81,9 +72,6 @@ _PY_VERS_PKG.27.pip=          devel/py-pip20
 _PY_VERS_PKG.default.pygments= textproc/py-pygments
 _PY_VERS_PKG.27.pygments=      textproc/py-pygments25
 
-_PY_VERS_PKG.default.pyphen=   textproc/py-pyphen
-_PY_VERS_PKG.27.pyphen=                textproc/py27-pyphen
-
 _PY_VERS_PKG.default.rsa=      security/py-rsa
 _PY_VERS_PKG.27.rsa=           security/py-rsa40
 



Home | Main Index | Thread Index | Old Index