Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 18:22:48 +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: r357917 - head/www/py-pyramid
Message-ID:  <201406151822.s5FIMmGq082146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151822.s5FIMmGq082146>