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:
parent
3bd7929e70
commit
33965eb724
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
11
graphics/py-gdal/files/patch-setup.py
Normal file
11
graphics/py-gdal/files/patch-setup.py
Normal 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"
|
Loading…
Reference in New Issue
Block a user