git: 022d383b0e70 - main - devel/py-typing-extensions: Add comment about e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:29:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=022d383b0e704ad9bdb02255c8ef0c47c52416ed commit 022d383b0e704ad9bdb02255c8ef0c47c52416ed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:45:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:21:07 +0000 devel/py-typing-extensions: Add comment about e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a --- devel/py-typing-extensions/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/py-typing-extensions/Makefile b/devel/py-typing-extensions/Makefile index eb9be6e72d75..1ac0cfd5e4ac 100644 --- a/devel/py-typing-extensions/Makefile +++ b/devel/py-typing-extensions/Makefile @@ -16,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.7+ USE_PYTHON= allflavors autoplist concurrent pep517 +NO_ARCH= yes + +# The workaround (e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a) should be reverted after Python 3.7 EOL PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} -NO_ARCH= yes - .include <bsd.port.mk>