13 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "lovesegfault";
22 hash = "sha256-rPeGRcyNK45Y7OvtzaIH93IIzexBf/jM1SzYP0phQ1o=";
26 # https://github.com/lovesegfault/beautysh/pull/247
28 name = "poetry-to-poetry-core.patch";
29 url = "https://github.com/lovesegfault/beautysh/commit/5f4fcac083fa68568a50f3c2bcee3ead0f3ca7c5.patch";
30 hash = "sha256-H/kIJKww5ouWu8rmRkaMOXcsq2daZWDdwxBqbc99x0s=";
35 substituteInPlace pyproject.toml \
36 --replace 'types-setuptools = "^57.4.0"' 'types-setuptools = "*"'
43 propagatedBuildInputs = [
54 pythonImportsCheck = [
59 description = "Tool for beautifying Bash scripts";
60 homepage = "https://github.com/lovesegfault/beautysh";
61 license = with licenses; [ asl20 ];
62 maintainers = with maintainers; [ fab ];
63 mainProgram = "beautysh";