pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/Makefile: + py-inflect.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa3e94e9d7f4
branches:  trunk
changeset: 424515:fa3e94e9d7f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 07:12:18 2020 +0000

description:
lang/Makefile: + py-inflect.

diffstat:

 lang/Makefile                         |  3 ++-
 lang/python/versioned_dependencies.mk |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r bc08a40c9a56 -r fa3e94e9d7f4 lang/Makefile
--- a/lang/Makefile     Thu Mar 12 07:12:05 2020 +0000
+++ b/lang/Makefile     Thu Mar 12 07:12:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.544 2020/03/03 09:44:02 nia Exp $
+# $NetBSD: Makefile,v 1.545 2020/03/12 07:12:18 wiz Exp $
 #
 
 COMMENT=       Programming languages
@@ -209,6 +209,7 @@
 SUBDIR+=       py-cxfreeze
 SUBDIR+=       py-execjs
 SUBDIR+=       py-hy
+SUBDIR+=       py-inflect
 SUBDIR+=       py-js2py
 SUBDIR+=       py-jsparser
 SUBDIR+=       py-mypy
diff -r bc08a40c9a56 -r fa3e94e9d7f4 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Thu Mar 12 07:12:05 2020 +0000
+++ b/lang/python/versioned_dependencies.mk     Thu Mar 12 07:12:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.35 2019/11/15 14:05:54 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.36 2020/03/12 07:12:18 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -23,9 +23,10 @@
 _SUPPORTED_PACKAGES+=  dialog devel/py-dialog2 devel/py-dialog
 _SUPPORTED_PACKAGES+=  ipython devel/py-ipython5 devel/py-ipython
 _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+=  sphinx textproc/py-sphinx1 textproc/py-sphinx
-_SUPPORTED_PACKAGES+=  more-itertools devel/py-more-itertools2 devel/py-more-itertools
+_SUPPORTED_PACKAGES+=  zipp archivers/py-zipp archivers/py-zipp
 
 .for pattern in ${PYTHON_VERSIONED_DEPENDENCIES}
 _PKG_MATCHED=  no



Home | Main Index | Thread Index | Old Index