summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hartnett <38856240+edwardhartnett@users.noreply.github.com>2021-09-19 19:02:02 -0600
committerGitHub <noreply@github.com>2021-09-19 19:02:02 -0600
commit8fceaf4a33e057de3ff85891d24d1a737b1d0553 (patch)
tree57debf7c587c4a7110ad5083a682133adf92e667
parent534bad0ff7a14ff5e2357444ffa4d52100557b71 (diff)
downloadspack-8fceaf4a33e057de3ff85891d24d1a737b1d0553.tar.gz
spack-8fceaf4a33e057de3ff85891d24d1a737b1d0553.tar.bz2
spack-8fceaf4a33e057de3ff85891d24d1a737b1d0553.tar.xz
spack-8fceaf4a33e057de3ff85891d24d1a737b1d0553.zip
added NOAA software team to maintainers list (#26057)
-rw-r--r--var/spack/repos/builtin/packages/bufr/package.py12
1 files 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')