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: add py-cryptography
details: https://anonhg.NetBSD.org/pkgsrc/rev/bda64ae0270e
branches: trunk
changeset: 377517:bda64ae0270e
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 21 10:50:52 2022 +0000
description:
versioned_dependencies: add py-cryptography
diffstat:
lang/python/versioned_dependencies.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 632947a9953f -r bda64ae0270e lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk Thu Apr 21 10:49:27 2022 +0000
+++ b/lang/python/versioned_dependencies.mk Thu Apr 21 10:50:52 2022 +0000
@@ -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+= 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