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: support click
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9e1e2bdf648
branches: trunk
changeset: 372788:a9e1e2bdf648
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 31 09:44:47 2022 +0000
description:
versioned_dependencies: support click
diffstat:
lang/python/versioned_dependencies.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 35be348c84ab -r a9e1e2bdf648 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk Mon Jan 31 09:44:02 2022 +0000
+++ b/lang/python/versioned_dependencies.mk Mon Jan 31 09:44:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.62 2022/01/29 21:46:17 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.63 2022/01/31 09:44:47 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 flake8 html2text hypothesis importlib-metadata ipython markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools
setuptools_scm sphinx test testtools zipp
+# Possible values: Pmw Pillow X cairo click flake8 html2text hypothesis importlib-metadata ipython markdown more-itertools pip packaging pygments pyparsing python-digest rsa setuptools
setuptools_scm sphinx test testtools zipp
# Default: (nothing)
#
@@ -21,6 +21,7 @@
_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow
_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo
+_SUPPORTED_PACKAGES+= click devel/py-click7 devel/py-click
# XXX feedparser 6.x is not only py27-incompatible, but also 5.x-API-incompatible
#_SUPPORTED_PACKAGES+= feedparser textproc/py-feedparser5 textproc/py-feedparser
_SUPPORTED_PACKAGES+= flake8 devel/py-flake8-3 devel/py-flake8
Home |
Main Index |
Thread Index |
Old Index