File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
lang/python/python-frozenlist Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 88include $(TOPDIR ) /rules.mk
99
1010PKG_NAME: =python-frozenlist
11- PKG_VERSION: =1.4 .0
11+ PKG_VERSION: =1.8 .0
1212PKG_RELEASE: =1
1313
1414PYPI_NAME: =frozenlist
15- PKG_HASH: =09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
15+ PKG_HASH: =3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad
1616
1717PKG_LICENSE: =Apache-2.0
1818PKG_LICENSE_FILES: =LICENSE
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments