svn commit: r342850 - head/devel/pep8

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 21:03:06 UTC 2014


Author: antoine
Date: Wed Feb  5 21:03:06 2014
New Revision: 342850
URL: http://svnweb.freebsd.org/changeset/ports/342850
QAT: https://qat.redports.org/buildarchive/r342850/

Log:
  - Switch from easy_install to install
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/devel/pep8/pkg-plist
Modified:
  head/devel/pep8/Makefile

Modified: head/devel/pep8/Makefile
==============================================================================
--- head/devel/pep8/Makefile	Wed Feb  5 21:00:49 2014	(r342849)
+++ head/devel/pep8/Makefile	Wed Feb  5 21:03:06 2014	(r342850)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pep8
 PORTVERSION=	1.4.6
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,11 @@ COMMENT=	Python style guide checker
 LICENSE=	MIT
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	${PORTNAME}
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: extract
 	@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
 		--doctest --testsuite=testsuite)
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list