8 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-BU4u7uBsNyDOwWUjOIlBWcf1AeUXXZ+johAe+bjws1U=";
21 patchShebangs crudini.py crudini-help tests/test.sh
27 python3Packages.setuptools
28 python3Packages.setuptools-scm
32 propagatedBuildInputs = with python3Packages; [ iniparse ];
35 # this just creates the man page
38 install -Dm444 -t $out/share/doc/${pname} README.md EXAMPLES
45 pushd tests >/dev/null
53 description = "Utility for manipulating ini files";
54 homepage = "https://www.pixelbeat.org/programs/crudini/";
55 license = licenses.gpl2Only;
56 maintainers = with maintainers; [ peterhoeg ];
57 mainProgram = "crudini";