10 buildPythonPackage rec {
11 pname = "zope.configuration";
15 inherit pname version;
16 sha256 = "sha256-giPqSvU5hmznqccwrH6xjlHRfrUVk6p3c7NZPI1tdgg=";
19 checkInputs = [ zope_testrunner manuel ];
21 propagatedBuildInputs = [ zope_i18nmessageid zope_schema ];
23 # Need to investigate how to run the tests with zope-testrunner
27 description = "Zope Configuration Markup Language (ZCML)";
28 homepage = "https://github.com/zopefoundation/zope.configuration";
29 license = licenses.zpl20;
30 maintainers = with maintainers; [ goibhniu ];