Date: Fri, 26 Sep 2014 13:53:38 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369326 - head/audio/py-pylast Message-ID: <201409261353.s8QDrcK0082494@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Fri Sep 26 13:53:37 2014 New Revision: 369326 URL: http://svnweb.freebsd.org/changeset/ports/369326 QAT: https://qat.redports.org/buildarchive/r369326/ Log: - Convert to USES=python - Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry Approved by: portmgr (implicit) With hat: python@ Modified: head/audio/py-pylast/Makefile Modified: head/audio/py-pylast/Makefile ============================================================================== --- head/audio/py-pylast/Makefile Fri Sep 26 13:48:27 2014 (r369325) +++ head/audio/py-pylast/Makefile Fri Sep 26 13:53:37 2014 (r369326) @@ -14,12 +14,7 @@ COMMENT= Python interface to Last.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PYTHON= yes -USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ - %%PYTHON_SITELIBDIR%%/pylast.pyc \ - %%PYTHON_SITELIBDIR%%/pylast.pyo +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409261353.s8QDrcK0082494>