1 { lib, python3, fetchPypi }:
3 python3.pkgs.buildPythonApplication rec {
9 sha256 = "sha256-Md6R1thUtPQ7BFZsWmTDuNdD7UHMMFlEVksIJZAyjk4=";
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 ];