Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.15.0 31 Dec 2024 15:50:11
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.15.0
Changes: https://github.com/ecmwf/cfgrib/releases
https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.14.1 25 Sep 2024 04:22:36
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.14.1
Changes: https://github.com/ecmwf/cfgrib/releases
https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.14.0 21 Jul 2024 09:57:09
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.14.0
Changes: https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.13.0 06 Jul 2024 16:04:06
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.13.0
Changes: https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.12.0 28 May 2024 20:20:07
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.12.0
Changes: https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.11.0 08 Apr 2024 06:46:53
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.11.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.10.4 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.9.10.4 27 May 2023 23:44:08
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Update to 0.9.10.4
Changes: https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst |
0.9.10.3_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.9.10.3 05 Apr 2023 17:30:49
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Clean up |
0.9.10.3 05 Feb 2023 15:47:39
    |
Po-Chuan Hsieh (sunpoet)  |
science/py-cfgrib: Add py-cfgrib 0.9.10.3
cfgrib provides a Python interface to map GRIB files to the Unidata's Common
Data Model v4 following the CF Conventions. The high level API is designed to
support a GRIB engine for xarray and it is inspired by netCDF4-python and
h5netcdf. Low level access and decoding is performed via the ECMWF ecCodes
library and the eccodes python package. |