1 { lib, python3, fetchPypi }:
3 python3.pkgs.buildPythonApplication rec {
9 sha256 = "08f9rw5irgv0gw7jizk5f9csn0yhrdnb84k40px1zbypsylvr5c5";
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";
28 license = licenses.gpl2Plus;
29 homepage = "https://distgen.readthedocs.io/";
30 maintainers = with maintainers; [ bachp ];