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 Jan 14 09:41:50 UTC 2024
Modified Files:
pkgsrc/lang/python: versioned_dependencies.mk
Log Message:
python: add lxml to versioned_dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 pkgsrc/lang/python/versioned_dependencies.mk:1.100
--- pkgsrc/lang/python/versioned_dependencies.mk:1.99 Sun Nov 5 13:38:37 2023
+++ pkgsrc/lang/python/versioned_dependencies.mk Sun Jan 14 09:41:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.99 2023/11/05 13:38:37 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.100 2024/01/14 09:41:50 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: OpenSSL Pillow X babel cairo cffi click coverage cryptography dns hypothesis pip setuptools setuptools_scm test
+# Possible values: OpenSSL Pillow X babel cairo cffi click coverage cryptography dns hypothesis lxml pip setuptools setuptools_scm test
# Default: (nothing)
#
@@ -60,6 +60,9 @@ _PY_VERS_PKG.27.dns= net/py-dns1
_PY_VERS_PKG.default.hypothesis= devel/py-hypothesis
_PY_VERS_PKG.27.hypothesis= devel/py-hypothesis4
+_PY_VERS_PKG.default.lxml= textproc/py-lxml
+_PY_VERS_PKG.27.lxml= textproc/py27-lxml
+
_PY_VERS_PKG.default.pip= devel/py-pip
_PY_VERS_PKG.27.pip= devel/py-pip20
Home |
Main Index |
Thread Index |
Old Index