[131107] trunk/dports/science/grib_api/Portfile

takeshi at macports.org takeshi at macports.org
Mon Jan 5 23:19:02 PST 2015


Revision: 131107
          https://trac.macports.org/changeset/131107
Author:   takeshi at macports.org
Date:     2015-01-05 23:19:02 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
Update to 1.13.0 and retire python25 python26 variants, closing #46404

Modified Paths:
--------------
    trunk/dports/science/grib_api/Portfile

Modified: trunk/dports/science/grib_api/Portfile
===================================================================
--- trunk/dports/science/grib_api/Portfile	2015-01-06 06:55:03 UTC (rev 131106)
+++ trunk/dports/science/grib_api/Portfile	2015-01-06 07:19:02 UTC (rev 131107)
@@ -5,7 +5,7 @@
 PortGroup compilers 1.0
 
 name                grib_api
-version             1.12.3
+version             1.13.0
 platforms           darwin
 maintainers         takeshi
 license             Apache-2
@@ -13,9 +13,9 @@
 description         GRIB decoder
 homepage            https://software.ecmwf.int/wiki/display/GRIB/Home
 master_sites        https://software.ecmwf.int/wiki/download/attachments/3473437
-checksums           md5     584f60702aeed70330cca42d13b96889 \
-                    sha1    2764b262c8f081fefb81112f7f7463a3a34b6e66 \
-                    rmd160  1bc10c4a22a7cf33f6451f06c8dc5901e3a52133
+checksums           md5     3fdae4e771c486e5f660a073de1ecd8a \
+                    sha1    1b44c535034d890942b534ec3470fb48bdf0dfac \
+                    rmd160  dfb23972864bc619e06d4b3ad99ba14ed383b113
 long_description \
     The ECMWF GRIB API is an application program interface accessible \
     from C and FORTRAN programs developed for encoding and decoding   \
@@ -86,23 +86,11 @@
     }
 }
 
-variant python25 conflicts python26 python27 description {Add support for python25} {
-    depends_lib-append      port:py25-numpy
-    configure.args-delete   --disable-python
-    configure.args-append   --enable-python
-    configure.env-append    PYTHON=${prefix}/bin/python2.5 \
-                            PYTHON_CONFIG=${prefix}/bin/python2.5-config
-}
+# TODO: Remove after 2016-01-04.
+variant python25 requires python27 description {Legacy variant} {}
+variant python26 requires python27 description {Legacy variant} {}
 
-variant python26 conflicts python25 python27 description {Add support for python26} {
-    depends_lib-append      port:py26-numpy
-    configure.args-delete   --disable-python
-    configure.args-append   --enable-python
-    configure.env-append    PYTHON=${prefix}/bin/python2.6 \
-                            PYTHON_CONFIG=${prefix}/bin/python2.6-config
-}
-
-variant python27 conflicts python25 python26 description {Add support for python27} {
+variant python27 description {Add support for python27} {
     depends_lib-append      port:py27-numpy
     configure.args-delete   --disable-python
     configure.args-append   --enable-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/c7ff810c/attachment.html>


More information about the macports-changes mailing list