Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 18:16:40 +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: r337057 - head/devel/py-repoze.who-testutil
Message-ID:  <201312201816.rBKIGeOW074229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Dec 20 18:16:40 2013
New Revision: 337057
URL: http://svnweb.freebsd.org/changeset/ports/337057

Log:
  devel/py-repoze.who-testutil: switch from easy_install and allow staging

Deleted:
  head/devel/py-repoze.who-testutil/pkg-plist
Modified:
  head/devel/py-repoze.who-testutil/Makefile

Modified: head/devel/py-repoze.who-testutil/Makefile
==============================================================================
--- head/devel/py-repoze.who-testutil/Makefile	Fri Dec 20 18:12:33 2013	(r337056)
+++ head/devel/py-repoze.who-testutil/Makefile	Fri Dec 20 18:16:40 2013	(r337057)
@@ -3,6 +3,7 @@
 
 PORTNAME=	repoze.who-testutil
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -16,8 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}re
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	repoze.who_testutil
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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