18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-cfKmtCrpowLkMkMyD6Be2wmxkzn88fMx9bbQe/l/UpE=";
30 propagatedBuildInputs = [
50 pythonImportsCheck = [ "knack" ];
53 homepage = "https://github.com/microsoft/knack";
54 description = "Command-Line Interface framework";
55 changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
56 platforms = platforms.all;
57 license = licenses.mit;