Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:22:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 338ed701f3b1 - main - textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300722.35U7Mmhr084575@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=338ed701f3b17fcb68984adb11daf85624319de5

commit 338ed701f3b17fcb68984adb11daf85624319de5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:13 +0000

    textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal
---
 textproc/py-sphinx/Makefile | 4 ----
 1 file changed, 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



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