codar-cheetah: added v1.1.0 and v1.0.0 (#17286)

This commit is contained in:
Kshitij Mehta 2020-06-29 02:10:30 -04:00 committed by GitHub
parent 4ea4c2e63f
commit d27ea3be1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,12 @@ class CodarCheetah(PythonPackage):
maintainers = ['kshitij-v-mehta']
homepage = "https://github.com/CODARcode/cheetah"
url = "https://github.com/CODARcode/cheetah/archive/v0.1.tar.gz"
url = "https://github.com/CODARcode/cheetah/archive/v1.1.0.tar.gz"
git = "https://github.com/CODARcode/cheetah.git"
version('develop', branch='dev')
version('1.1.0', sha256='519a47e4fc5b124b443839fde10b8b72120ab768398628df43e0b570a266434c')
version('1.0.0', sha256='1f935fbc1475a654f3b6d2140d8b2a6079a65c8701655e544ba1fab3a7c1bc19')
version('0.5', sha256='f37a554741eff4bb8407a68f799dd042dfc4df525e84896cad70fccbd6aca6ee')
depends_on('python@3.5:', type=('build', 'run'))