15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-tqed2hV/NpjIdo0s7cJjIW6K8kDTz50JoCpkKREU6yA=";
27 patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
29 nativeBuildInputs = [ setuptools ];
36 propagatedBuildInputs = [ zope-testrunner ];
43 pythonImportsCheck = [ "ZConfig" ];
45 pytestFlagsArray = [ "-s" ];
48 description = "Structured Configuration Library";
49 homepage = "https://github.com/zopefoundation/ZConfig";
50 changelog = "https://github.com/zopefoundation/ZConfig/blob/${version}/CHANGES.rst";
51 license = licenses.zpl20;