6 buildPythonPackage rec {
10 # tests not included in pypi tarball
11 src = fetchFromGitHub {
15 sha256 = "0nf8x4w2vh1a31wdb86nnvlic9xmr23j3in1f6fq4z6mv2jkwa87";
18 pythonImportsCheck = [ "chameleon" ];
21 homepage = "https://chameleon.readthedocs.io/";
22 description = "Fast HTML/XML Template Compiler";
23 license = licenses.bsd0;
24 maintainers = with maintainers; [ domenkozar ];