You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- 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.1
|
|
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 8cb6549bf6efd93a79c60563b8c658a332d3c8d4 \
|
|
sha256 6a6545e6262d0ed3522e13c515713718797e37ed8c672c31ad7b249f372ef108 \
|
|
size 37004
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|