svn commit: r357056 - head/devel/py-repoze.who

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 16:32:28 UTC 2014


Author: mva
Date: Sun Jun  8 16:32:27 2014
New Revision: 357056
URL: http://svnweb.freebsd.org/changeset/ports/357056
QAT: https://qat.redports.org/buildarchive/r357056/

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-repoze.who/pkg-plist
Modified:
  head/devel/py-repoze.who/Makefile

Modified: head/devel/py-repoze.who/Makefile
==============================================================================
--- head/devel/py-repoze.who/Makefile	Sun Jun  8 16:31:35 2014	(r357055)
+++ head/devel/py-repoze.who/Makefile	Sun Jun  8 16:32:27 2014	(r357056)
@@ -3,6 +3,7 @@
 
 PORTNAME=	repoze.who
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}we
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:${PORTSDIR}/devel/py-zope.interface
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list