Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15038,6 +15038,12 @@ githubId = 1391883; name = "Tom Hall"; }; thubrecht = { email = "tom@hubrecht.ovh"; github = "Tom-Hubrecht"; githubId = 26650391; name = "Tom Hubrecht"; }; Thunderbottom = { email = "chinmaydpai@gmail.com"; github = "Thunderbottom"; Loading pkgs/development/tools/djhtml/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonApplication , fetchFromGitHub , pythonOlder }: buildPythonApplication rec { pname = "djhtml"; version = "3.0.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rtts"; repo = pname; rev = version; hash = "sha256-m13lw1x+URAYuDc0gXRIxfRnd6kQxeAuLDqYXeOgQE0="; }; pythonImportsCheck = [ "djhtml" ]; meta = with lib; { homepage = "https://github.com/rtts/djhtml"; description = "Django/Jinja template indenter"; license = licenses.gpl3Plus; maintainers = with maintainers; [ thubrecht ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,8 @@ with pkgs; dinghy = with python3Packages; toPythonApplication dinghy; djhtml = callPackage ../development/tools/djhtml { }; deadcode = callPackage ../development/tools/deadcode { }; deadnix = callPackage ../development/tools/deadnix { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15038,6 +15038,12 @@ githubId = 1391883; name = "Tom Hall"; }; thubrecht = { email = "tom@hubrecht.ovh"; github = "Tom-Hubrecht"; githubId = 26650391; name = "Tom Hubrecht"; }; Thunderbottom = { email = "chinmaydpai@gmail.com"; github = "Thunderbottom"; Loading
pkgs/development/tools/djhtml/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonApplication , fetchFromGitHub , pythonOlder }: buildPythonApplication rec { pname = "djhtml"; version = "3.0.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rtts"; repo = pname; rev = version; hash = "sha256-m13lw1x+URAYuDc0gXRIxfRnd6kQxeAuLDqYXeOgQE0="; }; pythonImportsCheck = [ "djhtml" ]; meta = with lib; { homepage = "https://github.com/rtts/djhtml"; description = "Django/Jinja template indenter"; license = licenses.gpl3Plus; maintainers = with maintainers; [ thubrecht ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -488,6 +488,8 @@ with pkgs; dinghy = with python3Packages; toPythonApplication dinghy; djhtml = callPackage ../development/tools/djhtml { }; deadcode = callPackage ../development/tools/deadcode { }; deadnix = callPackage ../development/tools/deadnix { };