Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:20:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560944 - head/devel/py-pew
Message-ID:  <202101100820.10A8KkvC011507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100820.10A8KkvC011507>