diff options
Diffstat (limited to 'math/py-numexpr/files/patch-pyproject.toml')
| -rw-r--r-- | math/py-numexpr/files/patch-pyproject.toml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/math/py-numexpr/files/patch-pyproject.toml b/math/py-numexpr/files/patch-pyproject.toml index 66558beeca1f..f38f9c304dc5 100644 --- a/math/py-numexpr/files/patch-pyproject.toml +++ b/math/py-numexpr/files/patch-pyproject.toml @@ -1,11 +1,22 @@ ---- pyproject.toml.orig 2024-06-20 17:09:56 UTC +--- pyproject.toml.orig 2025-09-11 10:39:22 UTC +++ pyproject.toml -@@ -2,7 +2,7 @@ requires = [ +@@ -1,7 +1,7 @@ requires = [ + [build-system] requires = [ - "setuptools", - "wheel", +- "setuptools>=77.0.0", - "numpy>=2.0.0", ++ "setuptools>=61.0.0", + "numpy", ] build-backend = "setuptools.build_meta" +@@ -14,8 +14,7 @@ maintainers = [{ name = "Blosc Development Team", emai + readme = "README.rst" + authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "blosc@blosc.org"}] + maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}] +-license = "MIT" +-license-files = ["LICENSE.txt", "LICENSES/*"] ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 6 - Mature", + "Intended Audience :: Developers", |
