diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-12 09:21:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-12 09:21:18 +0000 |
commit | adad8ad1e66dd99559fa669918489834462e5a0c (patch) | |
tree | a2c1c62c40b19de8aaff7345949399d3911aa4e8 /lang/python | |
parent | 5e8c0444098e6ad37dc050f0e25339a69c92f0eb (diff) | |
download | pkgsrc-adad8ad1e66dd99559fa669918489834462e5a0c.tar.gz |
python: remove zipp support from versioned_dependencies
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 8061ca05b78..7baad9d02bc 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.77 2022/07/10 19:17:44 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.78 2022/07/12 09:21:18 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 cairo chardet click cryptography docstyle flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyparsing pyphen python-digest rsa setuptools setuptools_scm test twisted zipp +# Possible values: Pillow X cairo chardet click cryptography docstyle flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyparsing pyphen python-digest rsa setuptools setuptools_scm test twisted # Default: (nothing) # @@ -45,7 +45,6 @@ _SUPPORTED_PACKAGES+= setuptools devel/py-setuptools44 devel/py-setuptools _SUPPORTED_PACKAGES+= setuptools_scm devel/py-setuptools_scm5 devel/py-setuptools_scm _SUPPORTED_PACKAGES+= test devel/py-test4 devel/py-test _SUPPORTED_PACKAGES+= twisted net/py-twisted19 net/py-twisted -_SUPPORTED_PACKAGES+= zipp archivers/py-zipp1 archivers/py-zipp .for pattern in ${PYTHON_VERSIONED_DEPENDENCIES} _PKG_MATCHED= no |