diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 07:08:13 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 07:08:13 +0000 |
commit | 338ed701f3b17fcb68984adb11daf85624319de5 (patch) | |
tree | 876d0e83f0b68ec84afe5d68e108a2146bc2fbaf | |
parent | 36694bf48711d22aed855ffbf271f666214687eb (diff) |
textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 |
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 |