1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

graphics/py-gdal: Update to 3.8.5

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
This commit is contained in:
Po-Chuan Hsieh 2024-04-06 07:57:44 +08:00
parent 3bd7929e70
commit 33965eb724
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= gdal
PORTVERSION= 3.8.4
PORTVERSION= 3.8.5
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,10 +12,12 @@ WWW= https://gdal.org/ \
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libgdal.so:graphics/gdal
USES= compiler:c++11-lang cpe python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
CPE_VENDOR= osgeo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1709390454
SHA256 (GDAL-3.8.4.tar.gz) = 7c51e0ae7a7ccf43ad9e4bf435176baa9276653dfa16fd167c3632f6e7275207
SIZE (GDAL-3.8.4.tar.gz) = 802459
TIMESTAMP = 1712330577
SHA256 (GDAL-3.8.5.tar.gz) = ad8addd58ba9c62aefc7f65d345c168736798f137e5c8f247af76fcf4862d371
SIZE (GDAL-3.8.5.tar.gz) = 802628

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2024-04-04 17:09:42 UTC
+++ setup.py
@@ -332,7 +332,7 @@ readme = open('README.rst', encoding="utf-8").read()
readme = open('README.rst', encoding="utf-8").read()
-name = 'GDAL'
+name = 'gdal'
author = "Frank Warmerdam"
author_email = "warmerdam@pobox.com"
maintainer = "Howard Butler"