svn commit: r357835 - head/news/py-pynzb

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 08:05:37 UTC 2014


Author: mva
Date: Sun Jun 15 08:05:37 2014
New Revision: 357835
URL: http://svnweb.freebsd.org/changeset/ports/357835
QAT: https://qat.redports.org/buildarchive/r357835/

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/news/py-pynzb/pkg-plist
Modified:
  head/news/py-pynzb/Makefile

Modified: head/news/py-pynzb/Makefile
==============================================================================
--- head/news/py-pynzb/Makefile	Sun Jun 15 07:48:46 2014	(r357834)
+++ head/news/py-pynzb/Makefile	Sun Jun 15 08:05:37 2014	(r357835)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pynzb
 PORTVERSION=	0.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	news python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A unified API for parsing NZB files
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	LXML


More information about the svn-ports-head mailing list