[112307] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Oct 17 06:11:08 PDT 2013
Revision: 112307
https://trac.macports.org/changeset/112307
Author: stromnov at macports.org
Date: 2013-10-17 06:11:08 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
py-fiona: new port
Added Paths:
-----------
trunk/dports/python/py-fiona/
trunk/dports/python/py-fiona/Portfile
Added: trunk/dports/python/py-fiona/Portfile
===================================================================
--- trunk/dports/python/py-fiona/Portfile (rev 0)
+++ trunk/dports/python/py-fiona/Portfile 2013-10-17 13:11:08 UTC (rev 112307)
@@ -0,0 +1,41 @@
+# -*- 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.0.2
+revision 0
+categories-append gis
+platforms darwin
+license BSD
+
+python.versions 27 33
+
+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 http://pypi.python.org/packages/source/F/Fiona/
+
+distname Fiona-${version}
+
+checksums rmd160 7732941345568bdf04c902cdb0e2430d988e27ad \
+ sha256 4246fb47a2b33bdfa9603de1ec0a6ea1e6b4398d8c92465e5ac17031841348f9
+
+if {$subport != $name} {
+ depends_lib-append port:py${python.version}-six \
+ port:gdal
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {Fiona-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-fiona/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/a9f20543/attachment.html>
More information about the macports-changes
mailing list