svn commit: r357130 - head/devel/py-coverage
Marcus von Appen
mva at FreeBSD.org
Mon Jun 9 10:32:18 UTC 2014
Author: mva
Date: Mon Jun 9 10:32:17 2014
New Revision: 357130
URL: http://svnweb.freebsd.org/changeset/ports/357130
QAT: https://qat.redports.org/buildarchive/r357130/
Log:
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/devel/py-coverage/pkg-plist
Modified:
head/devel/py-coverage/Makefile
Modified: head/devel/py-coverage/Makefile
==============================================================================
--- head/devel/py-coverage/Makefile Mon Jun 9 10:29:32 2014 (r357129)
+++ head/devel/py-coverage/Makefile Mon Jun 9 10:32:17 2014 (r357130)
@@ -3,6 +3,7 @@
PORTNAME= coverage
PORTVERSION= 3.7.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ COMMENT= Code coverage measurement for P
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYEASYINSTALL_ARCHDEP= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list