+ 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:
parent
16e8e434c2
commit
02548c56fa
1 changed files with 4 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue