summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-15 14:05:54 +0000
committerwiz <wiz@pkgsrc.org>2019-11-15 14:05:54 +0000
commite5155eca9353e881de11ddd27346b0fe888bd72a (patch)
tree12bce5794298c5427ca7624e257bfdbea38b971d /lang
parent562f5c6933894409409fc98acd61cd2b676e0d70 (diff)
downloadpkgsrc-e5155eca9353e881de11ddd27346b0fe888bd72a.tar.gz
python: add support for more-itertools to versioned_dependencies.mk
Diffstat (limited to 'lang')
-rw-r--r--lang/python/versioned_dependencies.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index 804d07a9c5f..bd033174b19 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.34 2019/10/21 21:08:56 adam Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.35 2019/11/15 14:05:54 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -15,6 +15,7 @@
.include "../../lang/python/pyversion.mk"
+# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>python-2.x path<space>python-3.x path
_SUPPORTED_PACKAGES= # empty
_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2
_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
@@ -24,6 +25,7 @@ _SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython
_SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3
_SUPPORTED_PACKAGES+= python-digest www/py-python-digest www/py-python3-digest
_SUPPORTED_PACKAGES+= sphinx textproc/py-sphinx1 textproc/py-sphinx
+_SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-itertools
.for pattern in ${PYTHON_VERSIONED_DEPENDENCIES}
_PKG_MATCHED= no