[94600] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Jun 24 18:18:53 PDT 2012


Revision: 94600
          https://trac.macports.org/changeset/94600
Author:   jmr at macports.org
Date:     2012-06-24 18:18:51 -0700 (Sun, 24 Jun 2012)
Log Message:
-----------
New port: py-pygrib, Python interface to the Grib API library (#32192)

Added Paths:
-----------
    trunk/dports/python/py-pygrib/
    trunk/dports/python/py-pygrib/Portfile

Added: trunk/dports/python/py-pygrib/Portfile
===================================================================
--- trunk/dports/python/py-pygrib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygrib/Portfile	2012-06-25 01:18:51 UTC (rev 94600)
@@ -0,0 +1,29 @@
+# -*- 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-pygrib
+version             1.9.2
+categories-append   science
+platforms           darwin
+maintainers         fastmail.fm:jswhit openmaintainer
+description         Python interface to the Grib API library
+long_description    ${description}
+homepage            http://code.google.com/p/pygrib/
+master_sites        http://pygrib.googlecode.com/files/
+license             MIT
+
+distname            pygrib-${version}
+checksums           md5    cf720a99c93625a069bfb3ecdcbb6082 \
+                    sha1   67d9ec7959c1b33a2e238210448544126cb2f695 \
+                    rmd160 aa92e26d9a6888b5386c714b9ec501694ba629ed
+
+python.versions        26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-pyproj port:py${python.version}-numpy port:grib_api
+    build.env-append GRIBAPI_DIR=${prefix} PNG_DIR=${prefix} JASPER_DIR=${prefix} OPENJPEG_DIR=${prefix}
+}


Property changes on: trunk/dports/python/py-pygrib/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/20120624/1bb9f106/attachment.html>


More information about the macports-changes mailing list