7 buildPythonPackage rec {
8 pname = "zope.exceptions";
12 inherit pname version;
13 sha256 = "0d72886b1bb8af4c346a117a540f28ab122577f5e3a105a261be72cd15776fda";
16 propagatedBuildInputs = [ zope_interface ];
22 description = "Exception interfaces and implementations";
23 homepage = "https://pypi.python.org/pypi/zope.exceptions";
24 license = licenses.zpl20;
25 maintainers = with maintainers; [ goibhniu ];