11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "0s7aycxna07a04b4rswbkj4y5qh3gxy2mcsqb9dmy0iimj9f9550";
21 # fixes 3.8+ logger validation issues, has been merged into master, remove next bump
23 url = "https://github.com/zopefoundation/ZConfig/commit/f0c2990d35ac3c924ecc8be4a5c71c8e4abbd0e5.patch";
24 sha256 = "1bjg3wrvii0rwzf3s0vlpzgg2ckj0h2zxkyxwjcr64s4k2vaq9ij";
26 ] ++ lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
28 buildInputs = [ manuel docutils ];
29 propagatedBuildInputs = [ zope_testrunner ];
32 description = "Structured Configuration Library";
33 homepage = "https://pypi.python.org/pypi/ZConfig";
34 license = licenses.zpl20;
35 maintainers = [ maintainers.goibhniu ];