11 format = "setuptools";
13 # No tests available in the PyPI tarball
14 src = fetchFromGitHub {
15 owner = "noahmorrison";
18 sha256 = "0l1ik8dvi6bgyb3ym0w4ii9dh25nzy0x4yawf4zbcyvvcb6af470";
22 ${python.interpreter} test_spec.py
26 homepage = "https://github.com/noahmorrison/chevron";
27 description = "Python implementation of the mustache templating language";
28 mainProgram = "chevron";
29 license = licenses.mit;
30 maintainers = with maintainers; [ dhkl ];