pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python python: remove pyparsing support from vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be27a8f8320a
branches:  trunk
changeset: 382108:be27a8f8320a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 22:23:49 2022 +0000

description:
python: remove pyparsing support from versioned_dependencies

diffstat:

 lang/python/versioned_dependencies.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 88645ab7bdfc -r be27a8f8320a lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Wed Jul 20 22:16:56 2022 +0000
+++ b/lang/python/versioned_dependencies.mk     Wed Jul 20 22:23:49 2022 +0000
@@ -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+=  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



Home | Main Index | Thread Index | Old Index