1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
8 sha256 = "c6xJeFtgFHnfTqGKfHm8EwSop8NMArlHLPEgauiPAbM=";
10 pythonImportsCheck = [ "em" ];
12 homepage = "http://www.alcyone.com/software/empy/";
13 description = "A templating system for Python.";
14 maintainers = with maintainers; [ nkalupahana ];
15 license = licenses.lgpl21Only;