Date: Tue, 27 Jun 2023 21:42:15 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c82c038e2d10 - main - Revert "devel/py-typing-extensions: unbreak circular dependency" Message-ID: <202306272142.35RLgFk5063276@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=c82c038e2d105c01ccb1bcc4fc25a1a7195d84f2 commit c82c038e2d105c01ccb1bcc4fc25a1a7195d84f2 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-06-27 21:09:47 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-06-27 21:41:51 +0000 Revert "devel/py-typing-extensions: unbreak circular dependency" Python 3.7 EOLed and removed from the tree, so this workaround is not needed anymore. This reverts commits 022d383b0e704ad9bdb02255c8ef0c47c52416ed and e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a. With hat: python --- devel/py-typing-extensions/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/py-typing-extensions/Makefile b/devel/py-typing-extensions/Makefile index e22d1f88fb40..fd620e720c0b 100644 --- a/devel/py-typing-extensions/Makefile +++ b/devel/py-typing-extensions/Makefile @@ -12,13 +12,11 @@ WWW= https://github.com/python/typing_extensions LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} + USES= python -USE_PYTHON= allflavors autoplist concurrent pep517 +USE_PYTHON= 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} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306272142.35RLgFk5063276>