svn commit: r337066 - head/devel/py-repl

William Grzybowski wg at FreeBSD.org
Fri Dec 20 18:41:38 UTC 2013


Author: wg
Date: Fri Dec 20 18:41:37 2013
New Revision: 337066
URL: http://svnweb.freebsd.org/changeset/ports/337066

Log:
  devel/py-repl: switch from easy_install
  
  - Switch from easy_install to install
  - Remove now deprecated post-patch
  - Allow staging

Deleted:
  head/devel/py-repl/pkg-plist
Modified:
  head/devel/py-repl/Makefile

Modified: head/devel/py-repl/Makefile
==============================================================================
--- head/devel/py-repl/Makefile	Fri Dec 20 18:34:20 2013	(r337065)
+++ head/devel/py-repl/Makefile	Fri Dec 20 18:41:37 2013	(r337066)
@@ -3,6 +3,7 @@
 
 PORTNAME=	repl
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,12 +16,7 @@ COMMENT=	Replacement for readline and in
 LICENSE=	MIT
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	pyrepl
-
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|platforms =.*|zip_safe = False,|' ${WRKSRC}/setup.py
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list