py-cheetah: restrict valid python interpreter to 2.7.X, add v2.4.4 (#21363)
This commit is contained in:
parent
7b6c99655c
commit
e3a0c48599
1 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,9 @@ class PyCheetah(PythonPackage):
|
||||||
|
|
||||||
pypi = "Cheetah/Cheetah-2.3.0.tar.gz"
|
pypi = "Cheetah/Cheetah-2.3.0.tar.gz"
|
||||||
|
|
||||||
|
version('2.4.4', sha256='be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550')
|
||||||
version('2.3.0', sha256='2a32d7f7f70be98c2d57aa581f979bc799d4bf17d09fc0e7d77280501edf3e53')
|
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'))
|
||||||
|
|
Loading…
Reference in a new issue