Commits
Andrew Stromnov authored 59f8a73788b
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-fiona |
7 - | version 1.8.5 |
7 + | version 1.8.6 |
8 8 | revision 0 |
9 9 | categories-append gis |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | |
13 13 | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description OGR's neat, nimble, no-nonsense API for Python programmers. |
18 18 | |
19 19 | long_description Fiona provides uncomplicated Python interfaces \ |
20 20 | to functions in OGR, the best open source C/C++ \ |
21 21 | library for reading and writing geographic vector data. |
22 22 | |
23 23 | homepage https://github.com/Toblerity/Fiona |
24 24 | master_sites pypi:F/Fiona |
25 25 | |
26 26 | distname Fiona-${version} |
27 27 | |
28 - | checksums rmd160 1c9ae5869bde687bd0dcf2ff8a5c58edeeb51753 \ |
29 - | sha256 4f5cc2d449edbbf693c83e24cdada72de7c41297383d16fcc92387eb445e9d35 \ |
30 - | size 1712882 |
28 + | checksums rmd160 88360ebb56e17a30596c3f8b5de5c144b2fd1c18 \ |
29 + | sha256 fa31dfe8855b9cd0b128b47a4df558f1b8eda90d2181bff1dd9854e5556efb3e \ |
30 + | size 1713605 |
31 31 | |
32 32 | if {${name} ne ${subport}} { |
33 33 | depends_lib-append port:py${python.version}-setuptools \ |
34 34 | port:py${python.version}-attrs \ |
35 35 | port:py${python.version}-click \ |
36 36 | port:py${python.version}-cligj \ |
37 37 | port:py${python.version}-click-plugins \ |
38 38 | port:py${python.version}-six \ |
39 39 | port:py${python.version}-munch \ |
40 40 | port:gdal |