svn commit: r364894 - head/devel/py-gevent

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


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

Log:
  - Use USES=python

Modified:
  head/devel/py-gevent/Makefile

Modified: head/devel/py-gevent/Makefile
==============================================================================
--- head/devel/py-gevent/Makefile	Fri Aug 15 03:00:33 2014	(r364893)
+++ head/devel/py-gevent/Makefile	Fri Aug 15 03:00:38 2014	(r364894)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gree
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	2
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:2
 
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/gevent/_semaphore.so ${WRKSRC}/gevent/_util.so ${WRKSRC}/gevent/ares.so ${WRKSRC}/gevent/core.so


More information about the svn-ports-all mailing list