13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-8bAwLSdJCzFw5Vf9CKBrH5zOoojeXds7aIRncl+sLBI=";
28 substituteInPlace pyproject.toml \
29 --replace-fail " --cov=shtab --cov-report=term-missing --cov-report=xml" ""
43 pythonImportsCheck = [ "shtab" ];
46 description = "Module for shell tab completion of Python CLI applications";
47 mainProgram = "shtab";
48 homepage = "https://docs.iterative.ai/shtab/";
49 changelog = "https://github.com/iterative/shtab/releases/tag/v${version}";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ fab ];