svn commit: r357115 - head/audio/py-discogs-client

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 08:34:08 UTC 2014


Author: mva
Date: Mon Jun  9 08:34:07 2014
New Revision: 357115
URL: http://svnweb.freebsd.org/changeset/ports/357115
QAT: https://qat.redports.org/buildarchive/r357115/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/audio/py-discogs-client/pkg-plist
Modified:
  head/audio/py-discogs-client/Makefile

Modified: head/audio/py-discogs-client/Makefile
==============================================================================
--- head/audio/py-discogs-client/Makefile	Mon Jun  9 08:20:43 2014	(r357114)
+++ head/audio/py-discogs-client/Makefile	Mon Jun  9 08:34:07 2014	(r357115)
@@ -15,7 +15,8 @@ LICENSE=	BSD
 
 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list