aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-06-27 21:09:47 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-06-27 21:41:51 +0000
commitc82c038e2d105c01ccb1bcc4fc25a1a7195d84f2 (patch)
treea7900375e67cda9a30a6e4ad6415117517294324
parent3a23ac6db800bbbc5493eeb0fd53b4e5d5b5899f (diff)
downloadports-c82c038e2d105c01ccb1bcc4fc25a1a7195d84f2.tar.gz
ports-c82c038e2d105c01ccb1bcc4fc25a1a7195d84f2.zip
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
-rw-r--r--devel/py-typing-extensions/Makefile8
1 files 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>