# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 PortGroup select 1.0 name py-gdal # keep version in sync with gdal; rebuilt after gdal update version 3.9.1 revision 0 categories-append gis license MIT maintainers {petr @petrrr} {yahoo.com:n_larsson @nilason} openmaintainer description GDAL: Geospatial Data Abstraction Library long_description This Python package and extensions are a number of tools for programming \ and manipulating the GDAL Geospatial Data Abstraction Library. homepage https://www.gdal.org checksums rmd160 8065bda72fc555809d5a1c3cf3be18d6d7fab68d \ sha256 6d8a8f162ed32c5cb58839fa9198def477c68b670eed4cbce9eeef387ac3c8da \ size 840332 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { compiler.cxx_standard 2011 compiler.thread_local_storage yes # Setting build.cmd manually may be removed when py-numpy is >= 2 build.cmd "${python.bin} -m build --no-isolation --skip-dependency-check" depends_run-append \ port:gdal_select depends_lib-append \ port:gdal \ port:py${python.version}-numpy post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst ${destroot}${docdir} set destroot_sel_dir ${destroot}${prefix}/etc/select/ reinplace -q "s|@PYVER@|${python.branch}|" ${destroot_sel_dir}/gdal/py-gdal move ${destroot_sel_dir}/gdal/py-gdal ${destroot_sel_dir}/gdal/py${python.version}-gdal } select.group gdal select.file ${filespath}/py-gdal }