9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "1gl1jmihafawg7hvnn4xb20vd2x5qpvca0m1wr2gk0m2jj42yiq6";
21 nativeBuildInputs = [ flit ];
23 pythonImportsCheck = [ "tidyexc" ];
26 description = "Raise rich, helpful exceptions";
27 homepage = "https://github.com/kalekundert/tidyexc";
28 changelog = "https://github.com/kalekundert/tidyexc/blob/v${version}/CHANGELOG.md";
29 license = licenses.mit;
30 maintainers = with maintainers; [ jpetrucciani ];