Clean up Makefile after r559531 (USES=python:3.6+)
This commit is contained in:
parent
109db0f981
commit
0338ef7935
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560944
1 changed files with 2 additions and 10 deletions
|
@ -12,8 +12,7 @@ COMMENT= Tool to manage multiple virtualenvs
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PY_PATHLIB} \
|
||||
${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ shebangfix
|
||||
|
@ -23,11 +22,4 @@ NO_ARCH= yes
|
|||
|
||||
SHEBANG_FILES= pew/shell_config/complete_deploy
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>=0:devel/py-backports.shutil_get_terminal_size@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}shutilwhich>=0:sysutils/py-shutilwhich@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue