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:   adam
Date:           Tue Apr 18 17:44:32 UTC 2023

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

Log Message:
removed markdown from versioned_dependencies.mk


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 pkgsrc/lang/python/versioned_dependencies.mk:1.92
--- pkgsrc/lang/python/versioned_dependencies.mk:1.91   Wed Nov 30 10:43:00 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk        Tue Apr 18 17:44:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.91 2022/11/30 10:43:00 adam Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.92 2023/04/18 17:44:32 adam 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 coverage cryptography dns flake8 hypothesis importlib-metadata jinja2 markdown mccabe more-itertools pip packaging pygments pyphen rsa 
setuptools setuptools_scm test test-cov
+#       Possible values: Pillow X cairo chardet click coverage cryptography dns flake8 hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools 
setuptools_scm test test-cov
 #       Default: (nothing)
 #
 
@@ -66,9 +66,6 @@ _PY_VERS_PKG.27.importlib-metadata=           dev
 _PY_VERS_PKG.default.jinja2=   textproc/py-jinja2
 _PY_VERS_PKG.27.jinja2=                textproc/py27-jinja2
 
-_PY_VERS_PKG.default.markdown= textproc/py-markdown
-_PY_VERS_PKG.27.markdown=      textproc/py-markdown3
-
 _PY_VERS_PKG.default.mccabe=   devel/py-mccabe
 _PY_VERS_PKG.27.mccabe=                devel/py-mccabe06
 



Home | Main Index | Thread Index | Old Index