Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 18:41:37 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337066 - head/devel/py-repl
Message-ID:  <201312201841.rBKIfbGb084093@svn.freebsd.org>

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



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