# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 set _name geographiclib set _n [string index ${_name} 0] name py-${_name} version 1.46.3 categories-append devel gis platforms darwin supported_archs noarch license MIT maintainers petr 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://pypi.python.org/pypi/${_name}/${version} distname ${_name}-${version} master_sites pypi:${_n}/${_name}/ checksums md5 47040ba1d4fee5d8fd871fa33cea66be \ rmd160 0fa04fcc66a9a15124733fd22dc7e0335c130fd1 \ sha256 d781ca397fb4d9edf527a43090824a9f7703e9a8b8fb9e2acee0335e5e88ba52 python.versions 27 34 35 if {${name} ne ${subport}} { test.run yes test.cmd ${python.bin} setup.py test.target test livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\"" }