17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-62VoAB6RELGzIJQUMcUQM9EEzJjNoiVKXCsJulaf1JQ=";
29 propagatedBuildInputs = [
49 pythonImportsCheck = [
54 homepage = "https://github.com/microsoft/knack";
55 description = "A Command-Line Interface framework";
56 changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
57 platforms = platforms.all;
58 license = licenses.mit;
59 maintainers = with maintainers; [ jonringer ];