pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Add unittest2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32cf03e5df29
branches:  trunk
changeset: 629910:32cf03e5df29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 31 11:26:12 2014 +0000

description:
Add unittest2.

diffstat:

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

diffs (17 lines):

diff -r 9af714eb3e94 -r 32cf03e5df29 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Fri Jan 31 11:25:43 2014 +0000
+++ b/lang/python/versioned_dependencies.mk     Fri Jan 31 11:26:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.10 2014/01/23 16:18:42 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.11 2014/01/31 11:26:12 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -24,6 +24,7 @@
 _SUPPORTED_PACKAGES+=ephem math/py-ephem math/py-ephem3
 _SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3
 _SUPPORTED_PACKAGES+=jsonlib textproc/py-jsonlib textproc/py-jsonlib3
+_SUPPORTED_PACKAGES+=unittest2 devel/py-unittest2 devel/py-unittest2py3k
 
 .for pattern in ${PYTHON_VERSIONED_DEPENDENCIES}
 _PKG_MATCHED=  no



Home | Main Index | Thread Index | Old Index