added NOAA software team to maintainers list (#26057)
This commit is contained in:
parent
534bad0ff7
commit
8fceaf4a33
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user