svn commit: r337527 - head/devel/py-pytest-runner

William Grzybowski wg at FreeBSD.org
Thu Dec 26 14:42:20 UTC 2013


Author: wg
Date: Thu Dec 26 14:42:19 2013
New Revision: 337527
URL: http://svnweb.freebsd.org/changeset/ports/337527

Log:
  devel/py-pytest-runner: switch from easy_install
  
  - Switch from easy_install to install
  - Allow staging
  - Depend on python2 metaport

Modified:
  head/devel/py-pytest-runner/Makefile

Modified: head/devel/py-pytest-runner/Makefile
==============================================================================
--- head/devel/py-pytest-runner/Makefile	Thu Dec 26 14:42:14 2013	(r337526)
+++ head/devel/py-pytest-runner/Makefile	Thu Dec 26 14:42:19 2013	(r337527)
@@ -13,10 +13,8 @@ COMMENT=	Test support for pytest runner 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
 
 USE_ZIP=	yes
-USE_PYTHON=	-2.7
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=	2
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list