From 8fceaf4a33e057de3ff85891d24d1a737b1d0553 Mon Sep 17 00:00:00 2001 From: Edward Hartnett <38856240+edwardhartnett@users.noreply.github.com> Date: Sun, 19 Sep 2021 19:02:02 -0600 Subject: added NOAA software team to maintainers list (#26057) --- var/spack/repos/builtin/packages/bufr/package.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/var/spack/repos/builtin/packages/bufr/package.py b/var/spack/repos/builtin/packages/bufr/package.py index abea086131..8550e5c4a2 100644 --- a/var/spack/repos/builtin/packages/bufr/package.py +++ b/var/spack/repos/builtin/packages/bufr/package.py @@ -7,13 +7,17 @@ from spack import * 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') -- cgit v1.2.3-70-g09d2