Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:18:59 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: 5a7be9f00ce3 - main - devel/py-astroid: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300718.35U7Ix5p065685@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=5a7be9f00ce31bb93e4a7bdeff25afcad1a314a6

commit 5a7be9f00ce31bb93e4a7bdeff25afcad1a314a6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:07 +0000

    devel/py-astroid: Remove outdated PYTHON_REL check after lang/python37 removal
---
 devel/py-astroid/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 407c6e091819..a298c9464887 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -25,10 +25,6 @@ CONFLICTS=	${PYTHON_PKGNAMEPREFIX}astroid253
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2.0:devel/py-typed-ast@${PY_FLAVOR}
-.endif
-
 .if ${PYTHON_REL} < 31100
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
 .endif



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