- Remove depending on argparse, all Python versions in ports tree have it as
built-in PR: 213879 Submitted by: lwhsu Approved by: koobs (maintainer)
This commit is contained in:
parent
f9a2a3b091
commit
3973eeb750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424923
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user