Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 17:25:12 +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: r369469 - head/audio/py3-pylast
Message-ID:  <201409281725.s8SHPCGH056540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281725.s8SHPCGH056540>