10 buildPythonPackage rec {
11 pname = "zope-exceptions";
15 disabled = pythonOlder "3.7";
18 pname = "zope.exceptions";
20 hash = "sha256-YRtMSUbDAWDbS3u9TzhhOzJoSvFn0xllCvm3O8ew6Xg=";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [ zope-interface ];
30 pythonImportsCheck = [ "zope.exceptions" ];
33 description = "Exception interfaces and implementations";
34 homepage = "https://pypi.python.org/pypi/zope.exceptions";
35 changelog = "https://github.com/zopefoundation/zope.exceptions/blob/${version}/CHANGES.rst";
36 license = licenses.zpl21;