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