7 buildPythonPackage rec {
10 format = "setuptools";
12 inherit pname version;
13 hash = "sha256-hvFeHal0Pnmi6bLLrPGhPQt/sYNbYlTrJTyXi3Iof08=";
15 pythonImportsCheck = [ "em" ];
17 homepage = "http://www.alcyone.com/software/empy/";
18 description = "Templating system for Python";
19 mainProgram = "em.py";
20 maintainers = with maintainers; [ nkalupahana ];
21 license = licenses.lgpl21Only;