Date: Thu, 26 Dec 2013 14:42:19 +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: r337527 - head/devel/py-pytest-runner Message-ID: <201312261442.rBQEgJwK026265@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261442.rBQEgJwK026265>