git: a0c6ac06f4a8 - main - graphics/py-gdal: Update to 3.11.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jul 2025 04:33:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0c6ac06f4a8e4bb710a953f6b6c651f66004b2c commit a0c6ac06f4a8e4bb710a953f6b6c651f66004b2c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-07-11 04:28:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-07-11 04:31:45 +0000 graphics/py-gdal: Update to 3.11.1 Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md --- graphics/py-gdal/Makefile | 3 +-- graphics/py-gdal/distinfo | 6 +++--- graphics/py-gdal/files/patch-pyproject.toml | 13 +++++++++++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 5cd4c7449df8..c59bf485b832 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -1,6 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.11.0 -PORTREVISION= 1 +PORTVERSION= 3.11.1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index 43d7d4186f50..8e9a1c35b1fe 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715312 -SHA256 (gdal-3.11.0.tar.gz) = ac59ccfe291d3ce4f6a9a3eed17da3777bc3bae970ce27217d4fa85db98650f8 -SIZE (gdal-3.11.0.tar.gz) = 877693 +TIMESTAMP = 1751622353 +SHA256 (gdal-3.11.1.tar.gz) = c67b13ba0f26a2e0e6594036a35a3d1ed28258a1ce87869f36ffb044f7c2d9af +SIZE (gdal-3.11.1.tar.gz) = 878122 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",