1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

devel/py-pytest-runner: switch from easy_install

- Switch from easy_install to install
- Allow staging
- Depend on python2 metaport
This commit is contained in:
William Grzybowski 2013-12-26 14:42:19 +00:00
parent d649aa68bb
commit b0d9fbdad9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337527

View File

@ -13,10 +13,8 @@ COMMENT= Test support for pytest runner in setup.py
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>