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:           Sun Apr 30 15:02:46 UTC 2023

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

Log Message:
python: add support for babel to versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/lang/python/versioned_dependencies.mk:1.93
--- pkgsrc/lang/python/versioned_dependencies.mk:1.92   Tue Apr 18 17:44:32 2023
+++ pkgsrc/lang/python/versioned_dependencies.mk        Sun Apr 30 15:02:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.92 2023/04/18 17:44:32 adam Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.93 2023/04/30 15:02:46 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 coverage cryptography dns flake8 hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools 
setuptools_scm test test-cov
+#       Possible values: Pillow X babel 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)
 #
 
@@ -35,6 +35,9 @@ _PY_VERS_PKG.27.Pillow=               graphics/py-Pil
 _PY_VERS_PKG.default.X=                textproc/py-X
 _PY_VERS_PKG.27.X=             textproc/py-X2
 
+_PY_VERS_PKG.default.babel=    devel/py-babel
+_PY_VERS_PKG.27.babel=         devel/py27-babel
+
 _PY_VERS_PKG.default.cairo=    graphics/py-cairo
 _PY_VERS_PKG.27.cairo=         graphics/py-cairo118
 



Home | Main Index | Thread Index | Old Index