Index: head/devel/py-nose2/Makefile =================================================================== --- head/devel/py-nose2/Makefile (revision 461881) +++ head/devel/py-nose2/Makefile (revision 461882) @@ -1,22 +1,25 @@ # $FreeBSD$ PORTNAME= nose2 PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= daniel@blodan.se COMMENT= Next generations of nicer testing for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${FLAVOR} +py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${FLAVOR} + NO_ARCH= yes -USES= python:3.4+ -USE_PYTHON= autoplist distutils +USES= python +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-nose2/files/patch-setup.py =================================================================== --- head/devel/py-nose2/files/patch-setup.py (nonexistent) +++ head/devel/py-nose2/files/patch-setup.py (revision 461882) @@ -0,0 +1,13 @@ +Allow USE_PYTHON=concurrent to handle script renaming/linking for multiple +Python versions. + +--- setup.py.orig 2018-01-29 12:01:44 UTC ++++ setup.py +@@ -89,7 +89,6 @@ else: + params['entry_points'] = { + 'console_scripts': [ + '%s = nose2:discover' % SCRIPT1, +- '%s = nose2:discover' % SCRIPT2, + ], + } + params['install_requires'] = parse_requirements('requirements.txt') Property changes on: head/devel/py-nose2/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