9 buildPythonPackage rec {
10 pname = "zope-exceptions";
14 disabled = pythonOlder "3.7";
17 pname = "zope.exceptions";
19 hash = "sha256-MPxT5TOfX72dEzXg97afd/FePwbisXt/t++SXMJP3ZY=";
26 propagatedBuildInputs = [ zope-interface ];
31 pythonImportsCheck = [
36 description = "Exception interfaces and implementations";
37 homepage = "https://pypi.python.org/pypi/zope.exceptions";
38 changelog = "https://github.com/zopefoundation/zope.exceptions/blob/${version}/CHANGES.rst";
39 license = licenses.zpl21;
40 maintainers = with maintainers; [ goibhniu ];