mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
committed by
Alexandru Ardelean
parent
3213df23b1
commit
ef77e07976
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user