# -*- 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 150892 2016-08-01 14:13:58Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-geopandas version 0.2.1 revision 0 categories-append science license BSD platforms darwin python.versions 27 34 35 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 085169d222cf0d73baa6814083c4e9e2e13a5efc \ sha256 5270911b8979185bff3b394ea18e3a467728516e20fdb7079e8163cbaea1174b 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 } else { livecheck.type pypi }