python-frozenlist: bump to version 1.8

And disable custom build-backend in order to use setuptools.

Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
This commit is contained in:
Jean Thomas
2026-01-07 11:16:33 +01:00
committed by Alexandru Ardelean
parent 3213df23b1
commit ef77e07976

View 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