diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-20 22:58:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-20 22:58:17 +0000 |
commit | 7c2ab182031686dbe8d4f4e05d451d128ebeb5ab (patch) | |
tree | 1750581be55de107f77556f97c6c251b6cdf2c96 /lang | |
parent | 792aeb327dde535d880d6c43f1af94da5843d9ea (diff) | |
download | pkgsrc-7c2ab182031686dbe8d4f4e05d451d128ebeb5ab.tar.gz |
py-python-digest: remove
Not used any longer, use py-python3-digest
Diffstat (limited to 'lang')
-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 19d513d7066..85325deac1d 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.80 2022/07/20 22:23:49 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.81 2022/07/20 22:58:17 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 flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyphen python-digest rsa setuptools setuptools_scm test twisted +# Possible values: Pillow X cairo chardet click cryptography flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyphen rsa setuptools setuptools_scm test twisted # Default: (nothing) # @@ -37,7 +37,6 @@ _SUPPORTED_PACKAGES+= packaging devel/py-packaging2 devel/py-packaging _SUPPORTED_PACKAGES+= pip devel/py-pip20 devel/py-pip _SUPPORTED_PACKAGES+= pygments textproc/py-pygments25 textproc/py-pygments _SUPPORTED_PACKAGES+= pyphen textproc/py27-pyphen textproc/py-pyphen -_SUPPORTED_PACKAGES+= python-digest www/py-python-digest www/py-python3-digest _SUPPORTED_PACKAGES+= rsa security/py-rsa40 security/py-rsa _SUPPORTED_PACKAGES+= setuptools devel/py-setuptools44 devel/py-setuptools _SUPPORTED_PACKAGES+= setuptools_scm devel/py-setuptools_scm5 devel/py-setuptools_scm |