Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:19:53 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: e9d1554e46ca - main - devel/py-mypy: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300719.35U7Jr28066660@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=e9d1554e46ca8441daa3e93a40783e280787e818

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

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

diff --git a/devel/py-mypy/Makefile b/devel/py-mypy/Makefile
index 6e166ad26c5b..04dd82856e43 100644
--- a/devel/py-mypy/Makefile
+++ b/devel/py-mypy/Makefile
@@ -43,10 +43,6 @@ REPORTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2:devel/py-typed-ast@${PY_FLAVOR}
-.endif
-
 .if ${PYTHON_REL} < 31100
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR}
 .endif



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