14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
24 hash = "sha256-+NZC+6a6mNCGMb4sH3GtGVfAUf70qj0/ufHgjcYdAVY=";
27 patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
38 propagatedBuildInputs = [
47 pythonImportsCheck = [
56 description = "Structured Configuration Library";
57 homepage = "https://github.com/zopefoundation/ZConfig";
58 changelog = "https://github.com/zopefoundation/ZConfig/blob/${version}/CHANGES.rst";
59 license = licenses.zpl20;
60 maintainers = with maintainers; [ goibhniu ];