Last change
on this file was
149388,
checked in by stromnov@…, 23 months ago
|
py-fiona: update to version 1.7.0.post2
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Line | |
---|
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 | # $Id: Portfile 149388 2016-06-16 12:29:36Z stromnov@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-fiona |
---|
8 | version 1.7.0.post2 |
---|
9 | revision 0 |
---|
10 | categories-append gis |
---|
11 | platforms darwin |
---|
12 | license BSD |
---|
13 | |
---|
14 | python.versions 27 34 35 |
---|
15 | |
---|
16 | maintainers stromnov openmaintainer |
---|
17 | |
---|
18 | description OGR's neat, nimble, no-nonsense API for Python programmers. |
---|
19 | |
---|
20 | long_description Fiona provides uncomplicated Python interfaces \ |
---|
21 | to functions in OGR, the best open source C/C++ \ |
---|
22 | library for reading and writing geographic vector data. |
---|
23 | |
---|
24 | homepage http://github.com/Toblerity/Fiona |
---|
25 | master_sites pypi:F/Fiona |
---|
26 | |
---|
27 | distname Fiona-${version} |
---|
28 | |
---|
29 | checksums rmd160 984dd645574b5d275a603df812a431878ec59ddc \ |
---|
30 | sha256 cb1ec737457a2fee2ea6f524e5c03a49aa3f9f0c8531961fc5f2794db3406120 |
---|
31 | |
---|
32 | if {${name} ne ${subport}} { |
---|
33 | depends_lib-append port:py${python.version}-setuptools \ |
---|
34 | port:py${python.version}-six \ |
---|
35 | port:py${python.version}-cligj \ |
---|
36 | port:py${python.version}-click-plugins \ |
---|
37 | port:gdal |
---|
38 | |
---|
39 | livecheck.type none |
---|
40 | } else { |
---|
41 | livecheck.name Fiona |
---|
42 | livecheck.type pypi |
---|
43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.