git: 0b0207a88f62 - main - devel/pytype: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:18:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b0207a88f62c5117240f581eff30e50939aa12b
commit 0b0207a88f62c5117240f581eff30e50939aa12b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:01:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:01:51 +0000
devel/pytype: Remove outdated PYTHON_REL check after lang/python37 removal
---
devel/pytype/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/pytype/Makefile b/devel/pytype/Makefile
index 8f38b89ce264..27a4a08bb12d 100644
--- a/devel/pytype/Makefile
+++ b/devel/pytype/Makefile
@@ -31,16 +31,10 @@ USE_PYTHON= autoplist concurrent pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.5.0:devel/py-typed-ast@${PY_FLAVOR}
-.endif
-
post-patch:
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/parse_error.py
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>