11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-8wAj2L4Uyl7msbPuq4KRUde72kZK4H3E3VNHkZxYkvk=";
21 nativeBuildInputs = [ flit-core ];
29 pythonImportsCheck = [ "argh" ];
32 changelog = "https://github.com/neithere/argh/blob/v${version}/CHANGES";
33 homepage = "https://github.com/neithere/argh";
34 description = "Unobtrusive argparse wrapper with natural syntax";
35 license = licenses.lgpl3Plus;
36 maintainers = with maintainers; [ domenkozar ];