1 { lib, python3, fetchPypi }:
3 python3.pkgs.buildPythonApplication rec {
9 hash = "sha256-lS6OeEaPiK8Pskuoww9KwyNhKnGQ+dHhdPmZn1Igj0Q=";
12 nativeCheckInputs = with python3.pkgs; [
17 propagatedBuildInputs = with python3.pkgs; [
24 checkPhase = "make test-unit PYTHON=${python3.executable}";
27 description = "Templating system/generator for distributions";
29 license = licenses.gpl2Plus;
30 homepage = "https://distgen.readthedocs.io/";
31 maintainers = with maintainers; [ bachp ];