# -*- 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: Portfile 84198 2011-09-20 12:18:17Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-geohash
version             0.8.4
revision            0
categories-append   devel math
license             Apache MIT BSD
platforms           darwin

maintainers         stromnov openmaintainer

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

homepage            http://code.google.com/p/python-geohash
master_sites        googlecode:python-geohash
distname            python-geohash-${version}

checksums           md5     283e91cb8362e0a3b70bc7e431772c1a \
                    sha1    5dc5e8071fe74a991c97b8479259de1a6bab647e \
                    rmd160  5b8b8c5b5f5f614fe433b0ab3f98dbc1b209eade

python.versions     24 25 26 27
