[116681] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Sun Feb 2 12:49:01 PST 2014
Revision: 116681
https://trac.macports.org/changeset/116681
Author: stromnov at macports.org
Date: 2014-02-02 12:49:01 -0800 (Sun, 02 Feb 2014)
Log Message:
-----------
py-rasterio: new port
Added Paths:
-----------
trunk/dports/python/py-rasterio/
trunk/dports/python/py-rasterio/Portfile
Added: trunk/dports/python/py-rasterio/Portfile
===================================================================
--- trunk/dports/python/py-rasterio/Portfile (rev 0)
+++ trunk/dports/python/py-rasterio/Portfile 2014-02-02 20:49:01 UTC (rev 116681)
@@ -0,0 +1,40 @@
+# -*- 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-rasterio
+version 0.5.1
+revision 0
+categories-append gis
+platforms darwin
+license BSD
+
+python.versions 27 33
+
+maintainers stromnov openmaintainer
+
+description Fast and direct raster I/O for Python programmers who use Numpy
+long_description ${description}
+
+homepage https://github.com/sgillies/rasterio
+master_sites http://pypi.python.org/packages/source/r/rasterio/
+
+distname rasterio-${version}
+
+checksums rmd160 579469d8942de95ad7c07d3ac455b3bf71d84564 \
+ sha256 b8b3d7fe510a9c149a4efc6efb8bead0f83c50a7fb89ad5a74f0f78d2e4b9adf
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-numpy \
+ port:gdal
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {rasterio-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-rasterio/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140202/049823c6/attachment.html>
More information about the macports-changes
mailing list