aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2016-10-30 01:37:24 +0800
committerlwhsu <lwhsu@FreeBSD.org>2016-10-30 01:37:24 +0800
commit00449e4cbd2b3a28a3d3e9f29ec511d52cd1758d (patch)
treeeecc3fe50bc2e13d1ec8037ca6ba2808ee74dafb
parent7f02126ef7427472e36f1c9fe444d74b5caf72e4 (diff)
downloadfreebsd-ports-gnome-00449e4cbd2b3a28a3d3e9f29ec511d52cd1758d.tar.gz
freebsd-ports-gnome-00449e4cbd2b3a28a3d3e9f29ec511d52cd1758d.tar.zst
freebsd-ports-gnome-00449e4cbd2b3a28a3d3e9f29ec511d52cd1758d.zip
- Remove depending on argparse, all Python versions in ports tree have it as
built-in PR: 213879 Submitted by: lwhsu Approved by: koobs (maintainer)
-rw-r--r--devel/py-tox/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile
index dd20fd6f06fb..f0cbc830cebc 100644
--- a/devel/py-tox/Makefile
+++ b/devel/py-tox/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11.2:devel/py-virtualenv \
${PYTHON_PKGNAMEPREFIX}py>=1.4.17:devel/py-py \
${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy
-
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox \
${PYTHON_PKGNAMEPREFIX}pytest>=2.3.5:devel/py-pytest \
${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout
@@ -28,10 +27,6 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_VER} != 2.7 && ${PYTHON_VER} < 3.2
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse
-.endif
-
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test