Index: head/devel/py-coverage/Makefile =================================================================== --- head/devel/py-coverage/Makefile (revision 461880) +++ head/devel/py-coverage/Makefile (revision 461881) @@ -1,21 +1,22 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= coverage PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Code coverage measurement for Python LICENSE= BSD2CLAUSE USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coverage/tracer.so .include Index: head/devel/py-coverage/files/patch-setup.py =================================================================== --- head/devel/py-coverage/files/patch-setup.py (nonexistent) +++ head/devel/py-coverage/files/patch-setup.py (revision 461881) @@ -0,0 +1,19 @@ +Allow USE_PYTHON=concurrent to handle script renaming/linking for multiple +Python versions. + +--- setup.py.orig 2018-01-29 11:46:04 UTC ++++ setup.py +@@ -86,12 +86,9 @@ setup_args = dict( + }, + + entry_points={ +- # Install a script as "coverage", and as "coverage[23]", and as +- # "coverage-2.7" (or whatever). ++ # Install a script as "coverage" + 'console_scripts': [ + 'coverage = coverage.cmdline:main', +- 'coverage%d = coverage.cmdline:main' % sys.version_info[:1], +- 'coverage-%d.%d = coverage.cmdline:main' % sys.version_info[:2], + ], + }, + Property changes on: head/devel/py-coverage/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