# -*- 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-geopandas
version             0.3.0
revision            1
categories-append   science
license             BSD
platforms           darwin

python.versions     27 34 35 36

maintainers         stromnov openmaintainer

description         Geographic pandas extensions

long_description    GeoPandas is a project to add support for geographic data \
                    to pandas objects.

homepage            http://geopandas.org
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            geopandas-${version}

checksums           rmd160  e8592671f13a6bdab619233ed74e00ee8b00e597 \
                    sha256  e63bb32a3e516d8c9bcd149c22335575defdc5896c8bdf15c836608f152a920b

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    depends_lib-append  port:py${python.version}-numpy \
                        port:py${python.version}-pandas \
                        port:py${python.version}-shapely \
                        port:py${python.version}-fiona \
                        port:py${python.version}-descartes \
                        port:py${python.version}-pyproj \
                        port:py${python.version}-six

    livecheck.type      none
}