w3nco: add NOAA software maintainers (#26111)

This commit is contained in:
Edward Hartnett 2021-09-21 12:08:43 -06:00 committed by GitHub
parent 6c487f4c6d
commit a8977f828e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,14 @@
class W3nco(CMakePackage):
"""This library contains Fortran 90 decoder/encoder routines for GRIB
edition 1 with NCO changes."""
edition 1 with NCO changes. This library is deprecated; all
functionality has been moved to the w3emc library.
This is part of the NCEPLIBS project."""
homepage = "https://noaa-emc.github.io/NCEPLIBS/NCEPLIBS-w3nco/"
url = "https://github.com/NOAA-EMC/NCEPLIBS-w3nco/archive/refs/tags/v2.4.1.tar.gz"
maintainers = ['t-brown']
maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
version('2.4.1', sha256='48b06e0ea21d3d0fd5d5c4e7eb50b081402567c1bff6c4abf4fd4f3669070139')