svn commit: r369481 - head/devel/py-tarantool-queue
Marcus von Appen
mva at FreeBSD.org
Sun Sep 28 18:20:18 UTC 2014
Author: mva
Date: Sun Sep 28 18:20:17 2014
New Revision: 369481
URL: http://svnweb.freebsd.org/changeset/ports/369481
QAT: https://qat.redports.org/buildarchive/r369481/
Log:
- Convert to USES=python
Approved by: portmgr (implicit)
Modified:
head/devel/py-tarantool-queue/Makefile
Modified: head/devel/py-tarantool-queue/Makefile
==============================================================================
--- head/devel/py-tarantool-queue/Makefile Sun Sep 28 18:19:12 2014 (r369480)
+++ head/devel/py-tarantool-queue/Makefile Sun Sep 28 18:20:17 2014 (r369481)
@@ -15,10 +15,8 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tarantool>=0:${PORTSDIR}/databases/py-tarantool \
${PYTHON_PKGNAMEPREFIX}msgpack>=0:${PORTSDIR}/devel/py-msgpack
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-INSTALLS_EGGINFO=yes
-PYDISTUTILS_AUTOPLIST=yes
+USES= python
+USE_PYTHON= distutils autoplist
do-configure:
${REINPLACE_CMD} -i -e "1d" ${WRKSRC}/setup.py
More information about the svn-ports-all
mailing list