python-frozenlist: bump to version 1.8
authorJean Thomas <redacted>
Wed, 7 Jan 2026 10:16:33 +0000 (11:16 +0100)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 05:44:42 +0000 (07:44 +0200)
And disable custom build-backend in order to use setuptools.

Signed-off-by: Jean Thomas <redacted>
lang/python/python-frozenlist/Makefile

index 96a4bec7ca5f81a53c1edc19fae0c1055fdca188..ba2b977f09fcf2d1bbec33df7b8b64912a31b072 100644 (file)
@@ -8,16 +8,18 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-frozenlist
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.8.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=frozenlist
-PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
+PKG_HASH:=3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 
+PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host python-cython/host
+
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
 include ../python3-package.mk
@@ -28,7 +30,7 @@ define Package/python3-frozenlist
   SUBMENU:=Python
   TITLE:=List-like structure
   URL:=https://github.com/aio-libs/frozenlist
-  DEPENDS:=+python3-light
+  DEPENDS:=+python3-light +libstdcpp
 endef
 
 define Package/python3-frozenlist/description
git clone https://git.99rst.org/PROJECT