+ Add opppy-0_1_3 (#16926)

+ Update maintainers for OPPPY package
+ remove "run" requirement for setuptools and sphynx

Co-authored-by: Cleveland <cleveland@lanl.gov>
This commit is contained in:
Mathew Cleveland 2020-06-03 21:16:46 -06:00 committed by GitHub
parent 16e8e434c2
commit 02548c56fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,15 +14,17 @@ class PyOpppy(PythonPackage):
homepage = "https://github.com/lanl/opppy"
url = "https://github.com/lanl/OPPPY/archive/opppy-0_1_2.tar.gz"
git = "https://github.com/lanl/opppy.git"
maintainers = ['clevelam']
version('master', branch='master')
version('0_1_3', sha256='c3ca97f2ff8ab319b5c7257baa8cab852387dc00d426b4534c06f0894363c541')
version('0_1_2', sha256='ef3795d3164fa0aa7ea7da7e223d6d0a48d2960aefd03a7d90cdb8b8f480cd4c')
version('0_1_1', sha256='505c023853e75552abc65de9777a125ecb6a99a1cb4e605a4f702af837e3168b')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-setuptools', type=('build'))
depends_on('py-sphinx', type=('build'))
depends_on('py-numpy@1.6:', type=('build', 'run'))
depends_on('python@3:', type=('build', 'run'))
depends_on('py-argparse', type=('build', 'run'), when='^python@:2.6')
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-sphinx', type=('build', 'run'))