pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 20 22:23:49 UTC 2022

Modified Files:
        pkgsrc/lang/python: versioned_dependencies.mk

Log Message:
python: remove pyparsing support from versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/lang/python/versioned_dependencies.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.79 pkgsrc/lang/python/versioned_dependencies.mk:1.80
--- pkgsrc/lang/python/versioned_dependencies.mk:1.79   Tue Jul 12 09:29:37 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk        Wed Jul 20 22:23:49 2022
@@ -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 dev
 _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