# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-geopandas version 0.1.1 revision 0 categories-append science license BSD platforms darwin python.versions 27 33 34 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 https://pypi.python.org/packages/source/g/geopandas/ distname geopandas-${version} checksums rmd160 ac96fd1395de08add19a9396a057a4b82cdb4133 \ sha256 e1824dcc07637fdc0e5fa9a6f37243c3915c8b069f08b5bcb3410eeb3746abfa 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}-six post-extract { delete ${worksrcpath}/geopandas/tools.py } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/geopandas/json livecheck.regex {geopandas-(\d+(?:\.\d+)*)\.[tz]} }