aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-gitfs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
commit75d659b385e30935a659f6c63b86195f2b975175 (patch)
tree91ba938db95d41ba75ac2883a0f16259e0ecaa4a /sysutils/fusefs-gitfs
parent3aaf6bb5547bf9e4cb3bfc37dab67b12e7323222 (diff)
downloadports-75d659b385e30935a659f6c63b86195f2b975175.tar.gz
ports-75d659b385e30935a659f6c63b86195f2b975175.zip
Remove logic for Python < 3.6 for ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561252
Diffstat (limited to 'sysutils/fusefs-gitfs')
-rw-r--r--sysutils/fusefs-gitfs/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/fusefs-gitfs/Makefile b/sysutils/fusefs-gitfs/Makefile
index f4894b9ca325..e29cf49d6a6e 100644
--- a/sysutils/fusefs-gitfs/Makefile
+++ b/sysutils/fusefs-gitfs/Makefile
@@ -35,15 +35,9 @@ post-patch:
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3300
-TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR}
-.else
post-patch: patch-py3k-mock
patch-py3k-mock:
@${GREP} -Flr 'mock import' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-i .bak.mock -e 's/mock import/unittest.&/'
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>