11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-2xw0iFgE99RkbDhdwvsZtFKYVhMi9MFerhsTOZP54yM=";
31 pythonImportsCheck = [ "argh" ];
34 changelog = "https://github.com/neithere/argh/blob/v${version}/CHANGES";
35 homepage = "https://github.com/neithere/argh";
36 description = "An unobtrusive argparse wrapper with natural syntax";
37 license = licenses.lgpl3Plus;
38 maintainers = with maintainers; [ domenkozar ];