1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

devel/py-coverage: Strip shared extension

- Strip shared library
- Sort USE_PYTHON values

Approved by:	portmgr (blanket)
This commit is contained in:
Kubilay Kocak 2015-02-11 06:22:45 +00:00
parent 078c963521
commit d06af9226c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378818

View File

@ -3,7 +3,7 @@
PORTNAME= coverage
PORTVERSION= 3.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +14,9 @@ COMMENT= Code coverage measurement for Python
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coverage/tracer.so
.include <bsd.port.mk>