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:           Thu Apr 21 10:50:52 UTC 2022

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

Log Message:
versioned_dependencies: add py-cryptography


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/lang/python/versioned_dependencies.mk:1.67
--- pkgsrc/lang/python/versioned_dependencies.mk:1.66   Tue Apr 19 12:00:27 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk        Thu Apr 21 10:50:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.66 2022/04/19 12:00:27 tnn Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.67 2022/04/21 10:50:52 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 click flake8 html2text hypothesis importlib-metadata ipython jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa 
setuptools setuptools_scm sphinx test testtools twisted zipp
+#       Possible values: Pmw Pillow X cairo click cryptography flake8 html2text hypothesis importlib-metadata ipython jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing 
python-digest rsa setuptools setuptools_scm sphinx test testtools twisted zipp
 #       Default: (nothing)
 #
 
@@ -22,6 +22,7 @@ _SUPPORTED_PACKAGES+= Pillow graphics/py
 _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
+_SUPPORTED_PACKAGES+=  cryptography security/py27-cryptography security/py-cryptography 
 # 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