aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:07 +0000
commitfca7d656643fc24998ce913fe3b8d99ab621e2c2 (patch)
tree72f0edb90ce5494e2560ba63ffe2a26f92698f7d
parente7268a8803aacc2188c54c66ac8a17e637ab2bee (diff)
downloadports-fca7d656643fc24998ce913fe3b8d99ab621e2c2.tar.gz
ports-fca7d656643fc24998ce913fe3b8d99ab621e2c2.zip
devel/py-matrix-common: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-matrix-common/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/py-matrix-common/Makefile b/devel/py-matrix-common/Makefile
index 5f4f4ef1870e..2b11b97c3498 100644
--- a/devel/py-matrix-common/Makefile
+++ b/devel/py-matrix-common/Makefile
@@ -13,7 +13,6 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR}
-
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR}
@@ -21,17 +20,10 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-# Dependency required by Python < 3.8
-.if (${PYTHON_REL} < 30800)
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.4:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
post-extract:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
do-test:
cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>