Skip to content

Commit 6e7eefc

Browse files
committed
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>
1 parent 01ac296 commit 6e7eefc

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

lang/python/python-frozenlist/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-frozenlist
11-
PKG_VERSION:=1.4.0
11+
PKG_VERSION:=1.8.0
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=frozenlist
15-
PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
15+
PKG_HASH:=3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad
1616

1717
PKG_LICENSE:=Apache-2.0
1818
PKG_LICENSE_FILES:=LICENSE
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
--- a/pyproject.toml
2+
+++ b/pyproject.toml
3+
@@ -1,14 +1,9 @@
4+
[build-system]
5+
requires = [
6+
- # NOTE: The following build dependencies are necessary for initial
7+
- # NOTE: provisioning of the in-tree build backend located under
8+
- # NOTE: `packaging/pep517_backend/`.
9+
- "expandvars",
10+
"setuptools >= 47", # Minimum required for `version = attr:`
11+
"tomli; python_version < '3.11'",
12+
]
13+
-backend-path = ["packaging"] # requires `pip >= 20` or `pep517 >= 0.6.0`
14+
-build-backend = "pep517_backend.hooks" # wraps `setuptools.build_meta`
15+
+build-backend = "setuptools.build_meta"
16+
17+
[tool.local.cythonize]
18+
# This attr can contain multiple globs

0 commit comments

Comments
 (0)