Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 08:46:52 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341943 - head/net/py-eventlet
Message-ID:  <201401310846.s0V8kqvt008111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 08:46:52 2014
New Revision: 341943
URL: http://svnweb.freebsd.org/changeset/ports/341943
QAT: https://qat.redports.org/buildarchive/r341943/

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  - Stage support
  - Bump PORTREV

Deleted:
  head/net/py-eventlet/pkg-plist
Modified:
  head/net/py-eventlet/Makefile

Modified: head/net/py-eventlet/Makefile
==============================================================================
--- head/net/py-eventlet/Makefile	Fri Jan 31 08:46:00 2014	(r341942)
+++ head/net/py-eventlet/Makefile	Fri Jan 31 08:46:52 2014	(r341943)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eventlet
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP \
 		http://www.c-s.li/ports/
@@ -17,10 +18,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gree
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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