Commit Graph

5 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c43180ab93 Use PYNUMPY 2019-08-03 20:56:09 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
1db36ba705 Update to 0.9.2
Changes:	https://github.com/ecmwf/eccodes-python/blob/master/CHANGELOG.rst
2019-07-10 17:00:42 +00:00
Sunpoet Po-Chuan Hsieh
7100b05254 Update to 0.9.1
Changes:	https://github.com/ecmwf/eccodes-python/blob/master/CHANGELOG.rst
2019-06-07 23:04:38 +00:00
Sunpoet Po-Chuan Hsieh
b4a96957bc Add py-eccodes-python 0.9.0
Python 3 interface to encode and decode GRIB and BUFR files via the ECMWF
ecCodes library.

Features:
- reads and writes GRIB 1 and 2 files,
- reads and writes BUFR 3 and 4 files,
- supports all modern versions of Python 3.7, 3.6, 3.5 and PyPy3,
- works on most Linux distributions and MacOS, the ecCodes C-library is the only
  system dependency,
- PyPI package with no install time build (binds with CFFI ABI level, in-line
  mode),
- supports writing the index of a GRIB file to disk, to save a full-file scan on
  open.

WWW: https://github.com/ecmwf/eccodes-python
2019-05-25 22:02:27 +00:00