Index: head/devel/py-nose/Makefile =================================================================== --- head/devel/py-nose/Makefile (revision 377436) +++ head/devel/py-nose/Makefile (revision 377437) @@ -1,28 +1,28 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= nose -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Discovery-based unittest extension LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include regression-test: build # Extra tests for python 3, added in by setup3lib.py .if ${PYTHON_REL} >= 300 @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_tests .endif @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py --verbose .include Index: head/devel/py-nose/distinfo =================================================================== --- head/devel/py-nose/distinfo (revision 377436) +++ head/devel/py-nose/distinfo (revision 377437) @@ -1,2 +1,2 @@ -SHA256 (nose-1.3.3.tar.gz) = b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326 -SIZE (nose-1.3.3.tar.gz) = 274973 +SHA256 (nose-1.3.4.tar.gz) = 76bc63a4e2d5e5a0df77ca7d18f0f56e2c46cfb62b71103ba92a92c79fab1e03 +SIZE (nose-1.3.4.tar.gz) = 277488 Index: head/devel/py-nose/files/patch-setup.py =================================================================== --- head/devel/py-nose/files/patch-setup.py (nonexistent) +++ head/devel/py-nose/files/patch-setup.py (revision 377437) @@ -0,0 +1,10 @@ +--- setup.py.orig 2015-01-19 13:57:58 UTC ++++ setup.py +@@ -30,7 +30,6 @@ try: + entry_points = { + 'console_scripts': [ + 'nosetests = nose:run_exit', +- 'nosetests%s = nose:run_exit' % py_vers_tag, + ], + 'distutils.commands': [ + ' nosetests = nose.commands:nosetests', Property changes on: head/devel/py-nose/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property