aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdal
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 23:57:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 23:57:44 +0000
commit33965eb7242c4d6f869756f0b40b95edd0a6c6b6 (patch)
tree2dc52a4458904420e7fbaafbe0dd7ee70b7d0387 /graphics/py-gdal
parent3bd7929e7078f9fe3c36b9dd56e4116b72ac16a9 (diff)
downloadports-33965eb7242c4d6f869756f0b40b95edd0a6c6b6.tar.gz
ports-33965eb7242c4d6f869756f0b40b95edd0a6c6b6.zip
graphics/py-gdal: Update to 3.8.5
Diffstat (limited to 'graphics/py-gdal')
-rw-r--r--graphics/py-gdal/Makefile6
-rw-r--r--graphics/py-gdal/distinfo6
-rw-r--r--graphics/py-gdal/files/patch-setup.py11
3 files changed, 18 insertions, 5 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index 562e6c7d768b..ea8ec3d9acbc 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -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
diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo
index 348caace75b1..8e5e7503f233 100644
--- a/graphics/py-gdal/distinfo
+++ b/graphics/py-gdal/distinfo
@@ -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
diff --git a/graphics/py-gdal/files/patch-setup.py b/graphics/py-gdal/files/patch-setup.py
new file mode 100644
index 000000000000..4ff4931744ad
--- /dev/null
+++ b/graphics/py-gdal/files/patch-setup.py
@@ -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"