22 buildPythonPackage rec {
26 disabled = pythonOlder "3.8";
28 src = fetchFromGitHub {
32 hash = "sha256-OD+WJ9JuYZb/oXDgVqL4i5YlcVEt0+swq0SB3cutyRo=";
36 substituteInPlace setup.cfg \
37 --replace-fail "--cov" ""
40 nativeBuildInputs = [ setuptools ];
42 propagatedBuildInputs = [
62 changelog = "https://github.com/clld/clldutils/blob/${src.rev}/CHANGES.md";
63 description = "Utilities for clld apps without the overhead of requiring pyramid, rdflib et al";
64 homepage = "https://github.com/clld/clldutils";
65 license = licenses.asl20;
66 maintainers = with maintainers; [ melling ];