9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-nyONWgbxiEPg1JHY5OKS3AP+1qVMsKXDS+N6P6qXMXQ=";
21 LC_ALL = "en_US.UTF-8";
31 pythonImportsCheck = [
36 description = "A framework-agnostic, logic-free templating system inspired by ctemplate and et";
37 homepage = "https://github.com/defunkt/pystache";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];