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:           Fri Nov 15 14:05:54 UTC 2019

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

Log Message:
python: add support for more-itertools to versioned_dependencies.mk


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/lang/python/versioned_dependencies.mk:1.35
--- pkgsrc/lang/python/versioned_dependencies.mk:1.34   Mon Oct 21 21:08:56 2019
+++ pkgsrc/lang/python/versioned_dependencies.mk        Fri Nov 15 14:05:54 2019
@@ -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-i
 _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



Home | Main Index | Thread Index | Old Index