svn commit: r369471 - head/databases/py-tarantool

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 17:29:07 UTC 2014


Author: mva
Date: Sun Sep 28 17:29:06 2014
New Revision: 369471
URL: http://svnweb.freebsd.org/changeset/ports/369471
QAT: https://qat.redports.org/buildarchive/r369471/

Log:
  Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/databases/py-tarantool/Makefile

Modified: head/databases/py-tarantool/Makefile
==============================================================================
--- head/databases/py-tarantool/Makefile	Sun Sep 28 17:26:53 2014	(r369470)
+++ head/databases/py-tarantool/Makefile	Sun Sep 28 17:29:06 2014	(r369471)
@@ -13,9 +13,7 @@ COMMENT=	Client library for Tarantool Da
 
 LICENSE=	BSD
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-INSTALLS_EGGINFO=yes
-PYDISTUTILS_AUTOPLIST=yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list