15 buildPythonPackage rec {
16 pname = "zope-configuration";
20 disabled = pythonOlder "3.7";
23 pname = "zope.configuration";
25 hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs=";
39 propagatedBuildInputs = [
45 # Need to investigate how to run the tests with zope-testrunner
48 pythonImportsCheck = [
57 description = "Zope Configuration Markup Language (ZCML)";
58 homepage = "https://github.com/zopefoundation/zope.configuration";
59 changelog = "https://github.com/zopefoundation/zope.configuration/blob/${version}/CHANGES.rst";
60 license = licenses.zpl21;
61 maintainers = with maintainers; [ goibhniu ];