From 50739cafea313b9d7e4dc348c11e5060e9142e79 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 20 Jul 2022 22:23:49 +0000 Subject: [PATCH] python: remove pyparsing support from versioned_dependencies --- lang/python/versioned_dependencies.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 6cdca8d23901..19d513d7066a 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -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