summaryrefslogtreecommitdiff
path: root/graphics/py-gdal/files/patch-pyproject.toml
blob: 7f85867e1502f638b5cb7eac20a4ff04001b4b89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- pyproject.toml.orig	2024-05-06 12:37:20 UTC
+++ pyproject.toml
@@ -1,12 +1,10 @@
 [build-system]
-requires = ["setuptools>=67.0.0",
-            "wheel",
-            "oldest-supported-numpy; python_version=='3.8'",
-            "numpy >=2.0.0rc1; python_version>='3.9'"]
+requires = ["setuptools>=61.0.0",
+            "wheel"]
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "GDAL"
+name = "gdal"
 dynamic = ["version", "scripts"]
 authors = [
     {name = "Frank Warmerdam"},