py-cheetah: restrict valid python interpreter to 2.7.X, add v2.4.4 (#21363)

This commit is contained in:
Tomoyasu Nojiri 2021-01-29 17:43:43 +09:00 committed by GitHub
parent 7b6c99655c
commit e3a0c48599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,4 +11,9 @@ class PyCheetah(PythonPackage):
pypi = "Cheetah/Cheetah-2.3.0.tar.gz"
version('2.4.4', sha256='be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550')
version('2.3.0', sha256='2a32d7f7f70be98c2d57aa581f979bc799d4bf17d09fc0e7d77280501edf3e53')
depends_on('python@2:2.99.999', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-markdown@2.0.1:', type=('build', 'run'))