python-pyproject-hooks: bump to version 1.2.0
authorAlexandru Ardelean <[email protected]>
Mon, 10 Nov 2025 15:39:14 +0000 (17:39 +0200)
committerAlexandru Ardelean <[email protected]>
Wed, 12 Nov 2025 19:44:33 +0000 (21:44 +0200)
Since python3 no longer provides setuptools host-side, we need
to provide it as an explicit dependency.
Removing 'wheel' since it's not a dep of pyproject-hooks.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-pyproject-hooks/Makefile

index 316a8026dbd8ee7e684484234e084627d767f596..ab3c4dfd794772d89599628b0936b2e39beb38c2 100644 (file)
@@ -8,18 +8,21 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pyproject-hooks
-PKG_VERSION:=1.0.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.2.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=pyproject_hooks
-PKG_HASH:=f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5
+PKG_HASH:=1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Jeffery To <[email protected]>
 
 PKG_HOST_ONLY:=1
-HOST_BUILD_DEPENDS:=python3/host python-flit-core/host python-installer/host
+HOST_BUILD_DEPENDS:= \
+       python3/host \
+       python-flit-core/host \
+       python-installer/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk