# -*- 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

name                py-geographiclib
version             2.0
revision            0

categories-append   devel gis
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {petr @petrrr} openmaintainer

description         The geodesic routines from GeographicLib
long_description    The module implements algorithms for geodesics \
                    \(Karney, 2013\) for solving the direct and inverse \
                    problems for an ellipsoid of revolution.

homepage            https://sourceforge.net/projects/geographiclib/

checksums           rmd160  988c6d25a3ee1fc7ce147bbf97992b49cd3024ed \
                    sha256  f7f41c85dc3e1c2d3d935ec86660dc3b2c848c83e17f9a9e51ba9d5146a15859 \
                    size    36720

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    test.run        yes
}