svn commit: r369469 - head/audio/py3-pylast

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 17:25:12 UTC 2014


Author: mva
Date: Sun Sep 28 17:25:12 2014
New Revision: 369469
URL: http://svnweb.freebsd.org/changeset/ports/369469
QAT: https://qat.redports.org/buildarchive/r369469/

Log:
  - Convert to USES=python
  - Remove deprecated INSTALLS_EGGINFO
  - Unbreak plist for Python versions that are not version 3.3
  
  Approved by:	portmgr (implicit)

Modified:
  head/audio/py3-pylast/Makefile

Modified: head/audio/py3-pylast/Makefile
==============================================================================
--- head/audio/py3-pylast/Makefile	Sun Sep 28 16:47:44 2014	(r369468)
+++ head/audio/py3-pylast/Makefile	Sun Sep 28 17:25:12 2014	(r369469)
@@ -13,12 +13,7 @@ COMMENT=	Python3 interface to Last.fm
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PYTHON=	3
-USE_PYDISTUTILS=	yes
-INSTALLS_EGGINFO=	yes
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pylast.py \
-		%%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyc \
-		%%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyo
+USES=		python:3
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list