added NOAA software team to maintainers list (#26057)

This commit is contained in:
Edward Hartnett 2021-09-19 19:02:02 -06:00 committed by GitHub
parent 534bad0ff7
commit 8fceaf4a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,17 @@
class Bufr(CMakePackage):
"""The NOAA bufr library contains subroutines, functions and other utilities
that can be used to read (decode) and write (encode) data in BUFR, which
is a WMO standard format for the exchange of meteorological data."""
"""The NOAA bufr library contains subroutines, functions and other
utilities that can be used to read (decode) and write (encode)
data in BUFR, which is a WMO standard format for the exchange of
meteorological data. This is part of the NCEPLIBS project.
"""
homepage = "https://noaa-emc.github.io/NCEPLIBS-bufr"
url = "https://github.com/NOAA-EMC/NCEPLIBS-bufr/archive/refs/tags/bufr_v11.5.0.tar.gz"
maintainers = ['t-brown']
maintainers = ['t-brown', 'kgerheiser', 'edwardhartnett', 'Hang-Lei-NOAA',
'jbathegit']
version('11.5.0', sha256='d154839e29ef1fe82e58cf20232e9f8a4f0610f0e8b6a394b7ca052e58f97f43')