diff options
Diffstat (limited to 'graphics/py-gdal/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-gdal/files/patch-pyproject.toml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/py-gdal/files/patch-pyproject.toml b/graphics/py-gdal/files/patch-pyproject.toml index 7f85867e1502..1a3e906318f9 100644 --- a/graphics/py-gdal/files/patch-pyproject.toml +++ b/graphics/py-gdal/files/patch-pyproject.toml @@ -1,8 +1,8 @@ ---- pyproject.toml.orig 2024-05-06 12:37:20 UTC +--- pyproject.toml.orig 2025-07-01 09:09:51 UTC +++ pyproject.toml @@ -1,12 +1,10 @@ [build-system] --requires = ["setuptools>=67.0.0", +-requires = ["setuptools>=77.0.3", - "wheel", - "oldest-supported-numpy; python_version=='3.8'", - "numpy >=2.0.0rc1; python_version>='3.9'"] @@ -16,3 +16,12 @@ dynamic = ["version", "scripts"] authors = [ {name = "Frank Warmerdam"}, +@@ -19,7 +17,7 @@ keywords = ["gis", "raster", "vector"] + description = "GDAL: Geospatial Data Abstraction Library" + readme = "README.rst" + keywords = ["gis", "raster", "vector"] +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", |