pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 07:12:18 UTC 2020

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

Log Message:
lang/Makefile: + py-inflect.


To generate a diff of this commit:
cvs rdiff -u -r1.544 -r1.545 pkgsrc/lang/Makefile
cvs rdiff -u -r1.35 -r1.36 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/Makefile
diff -u pkgsrc/lang/Makefile:1.544 pkgsrc/lang/Makefile:1.545
--- pkgsrc/lang/Makefile:1.544  Tue Mar  3 09:44:02 2020
+++ pkgsrc/lang/Makefile        Thu Mar 12 07:12:18 2020
@@ -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-byterun
 SUBDIR+=       py-cxfreeze
 SUBDIR+=       py-execjs
 SUBDIR+=       py-hy
+SUBDIR+=       py-inflect
 SUBDIR+=       py-js2py
 SUBDIR+=       py-jsparser
 SUBDIR+=       py-mypy

Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.35 pkgsrc/lang/python/versioned_dependencies.mk:1.36
--- pkgsrc/lang/python/versioned_dependencies.mk:1.35   Fri Nov 15 14:05:54 2019
+++ pkgsrc/lang/python/versioned_dependencies.mk        Thu Mar 12 07:12:18 2020
@@ -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+=        cherrypy www/py-ch
 _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