From 02548c56fa77ed4ce62a0f8cf95b98966fcaebab Mon Sep 17 00:00:00 2001 From: Mathew Cleveland Date: Wed, 3 Jun 2020 21:16:46 -0600 Subject: + Add opppy-0_1_3 (#16926) + Update maintainers for OPPPY package + remove "run" requirement for setuptools and sphynx Co-authored-by: Cleveland --- var/spack/repos/builtin/packages/py-opppy/package.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-opppy/package.py b/var/spack/repos/builtin/packages/py-opppy/package.py index 6e512b12c6..81bcf6d5af 100644 --- a/var/spack/repos/builtin/packages/py-opppy/package.py +++ b/var/spack/repos/builtin/packages/py-opppy/package.py @@ -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')) -- cgit v1.2.3-70-g09d2