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 Mar 12 07:37:11 UTC 2020

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

Log Message:
python: support zipp for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/lang/python/versioned_dependencies.mk:1.37
--- pkgsrc/lang/python/versioned_dependencies.mk:1.36   Thu Mar 12 07:12:18 2020
+++ pkgsrc/lang/python/versioned_dependencies.mk        Thu Mar 12 07:37:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.36 2020/03/12 07:12:18 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.37 2020/03/12 07:37:11 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -26,7 +26,7 @@ _SUPPORTED_PACKAGES+= jsonlib textproc/p
 _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+=  sphinx textproc/py-sphinx1 textproc/py-sphinx
-_SUPPORTED_PACKAGES+=  zipp archivers/py-zipp archivers/py-zipp
+_SUPPORTED_PACKAGES+=  zipp archivers/py-zipp1 archivers/py-zipp
 
 .for pattern in ${PYTHON_VERSIONED_DEPENDENCIES}
 _PKG_MATCHED=  no



Home | Main Index | Thread Index | Old Index