6 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "lovesegfault";
16 hash = "sha256-rPeGRcyNK45Y7OvtzaIH93IIzexBf/jM1SzYP0phQ1o=";
19 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
30 checkInputs = with python3.pkgs; [
35 substituteInPlace pyproject.toml \
36 --replace 'types-setuptools = "^57.4.0"' 'types-setuptools = "*"'
39 pythonImportsCheck = [
44 description = "Tool for beautifying Bash scripts";
45 homepage = "https://github.com/lovesegfault/beautysh";
46 license = with licenses; [ asl20 ];
47 maintainers = with maintainers; [ fab ];