pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python python: support zipp for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ff74e9fbc34
branches:  trunk
changeset: 412784:2ff74e9fbc34
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 07:37:11 2020 +0000

description:
python: support zipp for python 2.7

diffstat:

 lang/python/versioned_dependencies.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 040579b9692a -r 2ff74e9fbc34 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Thu Mar 12 07:36:51 2020 +0000
+++ b/lang/python/versioned_dependencies.mk     Thu Mar 12 07:37:11 2020 +0000
@@ -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+=  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