16 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 sha256 = "07ljq7v1zvaxyl6xn4a2p4097lgd5j9bz71lf05y5bz8k024mxbr";
29 substituteInPlace setup.cfg --replace "--cov" ""
32 propagatedBuildInputs = [
48 # uses pytest.approx which is not supported in a boolean context in pytest7
54 description = "Utilities for clld apps without the overhead of requiring pyramid, rdflib et al";
55 homepage = "https://github.com/clld/clldutils";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ ];