pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python versioned_dependencies.mk: add importlib-m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00602ee8e4fe
branches:  trunk
changeset: 372464:00602ee8e4fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 09:04:29 2022 +0000

description:
versioned_dependencies.mk: add importlib-metadata

diffstat:

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

diffs (26 lines):

diff -r 9eb7e9fbc6a4 -r 00602ee8e4fe lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Tue Jan 25 08:56:56 2022 +0000
+++ b/lang/python/versioned_dependencies.mk     Tue Jan 25 09:04:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.58 2022/01/13 19:31:25 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.59 2022/01/25 09:04:29 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: Pmw Pillow X cairo html2text hypothesis ipython jsonlib markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools setuptools_scm sphinx test zipp
+#       Possible values: Pmw Pillow X cairo html2text hypothesis importlib-metadata ipython jsonlib markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools 
setuptools_scm sphinx test zipp
 #       Default: (nothing)
 #
 
@@ -25,6 +25,7 @@
 #_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser
 _SUPPORTED_PACKAGES+=  html2text textproc/py-html2text-2019.8.11 textproc/py-html2text
 _SUPPORTED_PACKAGES+=  hypothesis devel/py-hypothesis4 devel/py-hypothesis
+_SUPPORTED_PACKAGES+=  importlib-metadata devel/py-importlib-metadata2 devel/py-importlib-metadata
 _SUPPORTED_PACKAGES+=  ipython devel/py-ipython5 devel/py-ipython
 _SUPPORTED_PACKAGES+=  isort devel/py-isort4 devel/py-isort
 _SUPPORTED_PACKAGES+=  jsonlib textproc/py-jsonlib textproc/py-jsonlib3



Home | Main Index | Thread Index | Old Index