python: remove pyparsing support from versioned_dependencies

This commit is contained in:
wiz 2022-07-20 22:23:49 +00:00
parent f354c59f95
commit 50739cafea

View file

@ -1,4 +1,4 @@
# $NetBSD: versioned_dependencies.mk,v 1.79 2022/07/12 09:29:37 wiz Exp $
# $NetBSD: versioned_dependencies.mk,v 1.80 2022/07/20 22:23:49 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 pyparsing 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 python-digest rsa setuptools setuptools_scm test twisted
# Default: (nothing)
#
@ -36,7 +36,6 @@ _SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-iter
_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+= pyparsing devel/py-pyparsing2 devel/py-pyparsing
_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