# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-fiona version 1.7.0.post2 revision 0 categories-append gis platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description OGR's neat, nimble, no-nonsense API for Python programmers. long_description Fiona provides uncomplicated Python interfaces \ to functions in OGR, the best open source C/C++ \ library for reading and writing geographic vector data. homepage http://github.com/Toblerity/Fiona master_sites pypi:F/Fiona distname Fiona-${version} checksums rmd160 984dd645574b5d275a603df812a431878ec59ddc \ sha256 cb1ec737457a2fee2ea6f524e5c03a49aa3f9f0c8531961fc5f2794db3406120 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-six \ port:py${python.version}-cligj \ port:py${python.version}-click-plugins \ port:gdal livecheck.type none } else { livecheck.name Fiona livecheck.type pypi }