pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc devel/py-unittest2 support py3x now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/405b72abca17
branches:  trunk
changeset: 643272:405b72abca17
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 09:05:30 2014 +0000

description:
devel/py-unittest2 support py3x now.

diffstat:

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

diffs (36 lines):

diff -r cfedff5dec9d -r 405b72abca17 devel/py-Pyro/Makefile
--- a/devel/py-Pyro/Makefile    Sat Dec 13 08:56:08 2014 +0000
+++ b/devel/py-Pyro/Makefile    Sat Dec 13 09:05:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/01/31 11:27:14 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/12/13 09:05:30 obache Exp $
 
 DISTNAME=              Pyro4-4.22
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -14,8 +14,7 @@
 
 # only needed for test
 #DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-#PYTHON_VERSIONED_DEPENDENCIES=unittest2
-#.include "../../lang/python/versioned_dependencies.mk"
+#DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 #DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 do-test:
        cd ${WRKSRC}/tests; ${PYTHONBIN} run_suite.py
diff -r cfedff5dec9d -r 405b72abca17 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Sat Dec 13 08:56:08 2014 +0000
+++ b/lang/python/versioned_dependencies.mk     Sat Dec 13 09:05:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.16 2014/12/05 21:44:10 rodent Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.17 2014/12/13 09:05:30 obache Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -26,7 +26,6 @@
 _SUPPORTED_PACKAGES+=google-api-python-client www/py-google-api-python-client www/py-google-api-python-client-py3
 _SUPPORTED_PACKAGES+=jsonlib textproc/py-jsonlib textproc/py-jsonlib3
 _SUPPORTED_PACKAGES+=python-digest www/py-python-digest www/py-python3-digest
-_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