16 buildPythonPackage rec {
17 pname = "zope-configuration";
21 disabled = pythonOlder "3.7";
24 pname = "zope.configuration";
26 hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs=";
29 nativeBuildInputs = [ setuptools ];
38 propagatedBuildInputs = [
44 # Need to investigate how to run the tests with zope-testrunner
47 pythonImportsCheck = [ "zope.configuration" ];
49 pythonNamespaces = [ "zope" ];
52 description = "Zope Configuration Markup Language (ZCML)";
53 homepage = "https://github.com/zopefoundation/zope.configuration";
54 changelog = "https://github.com/zopefoundation/zope.configuration/blob/${version}/CHANGES.rst";
55 license = licenses.zpl21;