svn commit: r364898 - head/devel/py-simplegeneric

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:00:57 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:00:56 2014
New Revision: 364898
URL: http://svnweb.freebsd.org/changeset/ports/364898
QAT: https://qat.redports.org/buildarchive/r364898/

Log:
  - Use USES=python

Modified:
  head/devel/py-simplegeneric/Makefile

Modified: head/devel/py-simplegeneric/Makefile
==============================================================================
--- head/devel/py-simplegeneric/Makefile	Fri Aug 15 03:00:52 2014	(r364897)
+++ head/devel/py-simplegeneric/Makefile	Fri Aug 15 03:00:56 2014	(r364898)
@@ -12,9 +12,7 @@ COMMENT=	Simple generic functions
 
 LICENSE=	ZPL21
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
-USES=		zip
+PYTHON_FEATURES=autoplist,distutils
+USES=		python zip
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list