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:           Tue Sep  1 04:06:27 UTC 2020

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

Log Message:
python: support py-rsa in versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/lang/python/versioned_dependencies.mk:1.43
--- pkgsrc/lang/python/versioned_dependencies.mk:1.42   Mon Aug 31 23:05:33 2020
+++ pkgsrc/lang/python/versioned_dependencies.mk        Tue Sep  1 04:06:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.42 2020/08/31 23:05:33 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.43 2020/09/01 04:06:27 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -27,6 +27,7 @@ _SUPPORTED_PACKAGES+= ipython devel/py-i
 _SUPPORTED_PACKAGES+=  jsonlib textproc/py-jsonlib textproc/py-jsonlib3
 _SUPPORTED_PACKAGES+=  more-itertools devel/py-more-itertools2 devel/py-more-itertools
 _SUPPORTED_PACKAGES+=  python-digest www/py-python-digest www/py-python3-digest
+_SUPPORTED_PACKAGES+=  rsa security/py-rsa40 security/py-rsa
 _SUPPORTED_PACKAGES+=  setuptools devel/py-setuptools44 devel/py-setuptools
 _SUPPORTED_PACKAGES+=  sphinx textproc/py-sphinx1 textproc/py-sphinx
 _SUPPORTED_PACKAGES+=  test devel/py-test4 devel/py-test



Home | Main Index | Thread Index | Old Index