# -*- 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 name py-geohash version 0.8.5 revision 0 categories-append devel math platforms darwin license Apache MIT BSD python.versions 27 34 maintainers stromnov openmaintainer description Fast, accurate python geohashing library. long_description ${description} homepage http://code.google.com/p/python-geohash master_sites pypi:p/python-geohash/ distname python-geohash-${version} checksums rmd160 e490fb2bc77ad5160a642d54d69555eb9bfbfd6f \ sha256 05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/python-geohash/json livecheck.regex {python-geohash-(\d+(?:\.\d+)*)\.[tz]} }