16 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 sha256 = "13shas7krf7j04gqxjn09ipy318hmrp1s3b5d576d5r1xfxakam4";
29 substituteInPlace setup.cfg --replace "--cov" ""
32 propagatedBuildInputs = [
48 description = "CSV on the Web";
49 homepage = "https://github.com/cldf/csvw";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ hexa ];