aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:13 +0000
commit338ed701f3b17fcb68984adb11daf85624319de5 (patch)
tree876d0e83f0b68ec84afe5d68e108a2146bc2fbaf
parent36694bf48711d22aed855ffbf271f666214687eb (diff)
downloadports-338ed701f3b17fcb68984adb11daf85624319de5.tar.gz
ports-338ed701f3b17fcb68984adb11daf85624319de5.zip
textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--textproc/py-sphinx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index b7fb60c560f6..ddef3226fb00 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -48,10 +48,6 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30800
-TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8:devel/py-importlib-metadata@${PY_FLAVOR}
.endif