mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
18 lines
497 B
TOML
18 lines
497 B
TOML
--- 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"},
|