graphics/py-gdal: Update to 3.3.0
Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/master/gdal/NEWS
This commit is contained in:
parent
5a032b28c0
commit
28ef19d628
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= gdal
|
||||
PORTVERSION= 3.2.3
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -15,14 +15,12 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT
|
|||
|
||||
LIB_DEPENDS= libgdal.so:graphics/gdal
|
||||
|
||||
USES= compiler:c++14-lang python:3.6+ shebangfix tar:xz
|
||||
USES= compiler:c++14-lang python:3.6+ tar:xz
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
USE_CXXSTD= c++14
|
||||
WRKSRC_SUBDIR= swig/python
|
||||
|
||||
SHEBANG_FILES= scripts/*.py
|
||||
|
||||
OPTIONS_DEFINE= NUMPY
|
||||
NUMPY_DESC= Enable array support via NumPy
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1620405367
|
||||
SHA256 (gdal-3.2.3.tar.xz) = d9ec8458fe97fd02bf36379e7f63eaafce1005eeb60e329ed25bb2d2a17a796f
|
||||
SIZE (gdal-3.2.3.tar.xz) = 12259160
|
||||
TIMESTAMP = 1624630042
|
||||
SHA256 (gdal-3.3.0.tar.xz) = 190c8f4b56afc767f43836b2a5cd53cc52ee7fdc25eb78c6079c5a244e28efa7
|
||||
SIZE (gdal-3.3.0.tar.xz) = 12923948
|
||||
|
|
Loading…
Reference in a new issue