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:           Mon Jan 31 09:44:47 UTC 2022

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

Log Message:
versioned_dependencies: support click


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 pkgsrc/lang/python/versioned_dependencies.mk:1.63
--- pkgsrc/lang/python/versioned_dependencies.mk:1.62   Sat Jan 29 21:46:17 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk        Mon Jan 31 09:44:47 2022
@@ -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+= Pmw x11/py-Pmw x11
 _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