svn commit: r560944 - head/devel/py-pew

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:54 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:20:45 2021
New Revision: 560944
URL: https://svnweb.freebsd.org/changeset/ports/560944

Log:
  Clean up Makefile after r559531 (USES=python:3.6+)

Modified:
  head/devel/py-pew/Makefile

Modified: head/devel/py-pew/Makefile
==============================================================================
--- head/devel/py-pew/Makefile	Sun Jan 10 08:20:41 2021	(r560943)
+++ head/devel/py-pew/Makefile	Sun Jan 10 08:20:45 2021	(r560944)
@@ -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>


More information about the svn-ports-head mailing list