svn commit: r357917 - head/www/py-pyramid

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 18:22:48 UTC 2014


Author: mva
Date: Sun Jun 15 18:22:47 2014
New Revision: 357917
URL: http://svnweb.freebsd.org/changeset/ports/357917
QAT: https://qat.redports.org/buildarchive/r357917/

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/www/py-pyramid/pkg-plist
Modified:
  head/www/py-pyramid/Makefile

Modified: head/www/py-pyramid/Makefile
==============================================================================
--- head/www/py-pyramid/Makefile	Sun Jun 15 18:20:41 2014	(r357916)
+++ head/www/py-pyramid/Makefile	Sun Jun 15 18:22:47 2014	(r357917)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyramid
 PORTVERSION=	1.4.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +25,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 #TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest \
 #		${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:${PORTSDIR}/devel/py-zope.component
 
-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