py-opppy package: add version 0_1_2 (#14229)

This commit is contained in:
Mathew Cleveland 2020-01-24 19:58:22 -07:00 committed by Peter Scheibel
parent bb29932362
commit 35db2d05b7

View File

@ -12,10 +12,11 @@ class PyOpppy(PythonPackage):
output and dump files generated by scientific software packages."""
homepage = "https://github.com/lanl/opppy"
url = "https://github.com/lanl/OPPPY/archive/OPPPY-0_1_1.tar.gz"
url = "https://github.com/lanl/OPPPY/archive/opppy-0_1_2.tar.gz"
git = "https://github.com/lanl/opppy.git"
version('master', branch='master')
version('0_1_2', sha256='ef3795d3164fa0aa7ea7da7e223d6d0a48d2960aefd03a7d90cdb8b8f480cd4c')
version('0_1_1', sha256='505c023853e75552abc65de9777a125ecb6a99a1cb4e605a4f702af837e3168b')
depends_on('py-setuptools', type=('build', 'run'))