[101520] trunk/dports/python/py-pygrib/Portfile

stromnov at macports.org stromnov at macports.org
Sat Jan 12 12:41:36 PST 2013


Revision: 101520
          https://trac.macports.org/changeset/101520
Author:   stromnov at macports.org
Date:     2013-01-12 12:41:36 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
py-pygrib: reformat, fix livecheck

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

Modified: trunk/dports/python/py-pygrib/Portfile
===================================================================
--- trunk/dports/python/py-pygrib/Portfile	2013-01-12 20:23:05 UTC (rev 101519)
+++ trunk/dports/python/py-pygrib/Portfile	2013-01-12 20:41:36 UTC (rev 101520)
@@ -6,24 +6,35 @@
 
 name                py-pygrib
 version             1.9.5
+revision            0
 categories-append   science
+license             MIT
 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
-
+master_sites        googlecode:pygrib
 distname            pygrib-${version}
-checksums           md5    e14a9c7fa6bc0c8036b6f45cac6eb187 \
-                    sha1   29b288d0bad17d0cb375800bd3d2b496744658f5 \
-                    rmd160 b167fe0221e39470fa4a78afcb79eb761b00d7fb \
 
-python.versions        26 27
+checksums           rmd160  b167fe0221e39470fa4a78afcb79eb761b00d7fb \
+                    sha256  42ac49e0ac7a185fdde9444038fe9df6a8ffe131a783d755e0e93b5ddc4e8bc7
+
 python.default_version 27
+python.versions     26 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}
+    depends_lib-append \
+                    port:py${python.version}-distribute \
+                    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}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130112/50bd4178/attachment.html>


More information about the macports-changes mailing list