Date: Mon, 9 Jun 2014 10:32:18 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357130 - head/devel/py-coverage Message-ID: <201406091032.s59AWI8r032198@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091032.s59AWI8r032198>