# -*- 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-geohash
python.rootname     python-geohash
version             0.8.5
revision            0
categories-append   devel math
platforms           darwin
license             Apache-2 MIT BSD

python.versions     27 35 36

maintainers         {stromnov @stromnov} openmaintainer

description         Fast, accurate python geohashing library.
long_description    ${description}

homepage            https://code.google.com/p/python-geohash
master_sites        pypi:p/python-geohash/

distname            python-geohash-${version}

checksums           rmd160  e490fb2bc77ad5160a642d54d69555eb9bfbfd6f \
                    sha256  05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d \
                    size    17636

if {${name} ne ${subport}} {
    livecheck.type      none
}
