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