py-libensemble: add maintainer (#25543)

This commit is contained in:
Satish Balay 2021-08-20 12:49:56 -05:00 committed by GitHub
parent 81e4155eaf
commit 37a1885deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@ class PyLibensemble(PythonPackage):
homepage = "https://libensemble.readthedocs.io"
pypi = "libensemble/libensemble-0.7.2.tar.gz"
git = "https://github.com/Libensemble/libensemble.git"
git = "https://github.com/Libensemble/libensemble.git"
maintainers = ['shuds13']
version('develop', branch='develop')
version('0.7.2', sha256='69b64304d1ecce4d57687ea6062f89bd813ae93b2a290bb1f595c5626ab6f197')