add maintainer to py-h5py (#22332)

This commit is contained in:
Bryan Herman 2021-03-16 20:46:16 -04:00 committed by GitHub
parent 857f6392a2
commit 364b9e7a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PyH5py(PythonPackage):
homepage = "http://www.h5py.org/"
pypi = "h5py/h5py-3.2.1.tar.gz"
git = "https://github.com/h5py/h5py.git"
maintainers = ['bryanherman']
version('master', branch='master')
version('3.2.1', sha256='89474be911bfcdb34cbf0d98b8ec48b578c27a89fdb1ae4ee7513f1ef8d9249e')