svn commit: r366513 - head/devel/py-nose

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 29 14:36:25 UTC 2014


Author: bapt
Date: Fri Aug 29 14:36:24 2014
New Revision: 366513
URL: http://svnweb.freebsd.org/changeset/ports/366513
QAT: https://qat.redports.org/buildarchive/r366513/

Log:
  Modernize python

Modified:
  head/devel/py-nose/Makefile

Modified: head/devel/py-nose/Makefile
==============================================================================
--- head/devel/py-nose/Makefile	Fri Aug 29 14:33:48 2014	(r366512)
+++ head/devel/py-nose/Makefile	Fri Aug 29 14:36:24 2014	(r366513)
@@ -13,9 +13,8 @@ COMMENT=	Discovery-based unittest extens
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/lgpl.txt
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list