8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-uEz1gvG9FVa2DrxzcLnTMeuSR7awcM6J3+lZy6LAsDw=";
20 # Waiting for upstream's clean-up
23 pythonImportsCheck = [ "kitchen" ];
26 description = "Kitchen contains a cornucopia of useful code";
27 homepage = "https://github.com/fedora-infra/kitchen";
28 changelog = "https://github.com/fedora-infra/kitchen/blob/${version}/NEWS.rst";
29 license = licenses.lgpl2Only;