7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-MvceRcle2dSkkucC2PlsCizsIf8iv95d8Xjqew266wc=";
17 # .gitattributes is not correct or GitHub does not parse it correct and the archive is missing the test data
21 # only returns information how to really build
33 homepage = "https://github.com/google/brotli";
34 description = "Generic-purpose lossless compression algorithm";
35 license = licenses.mit;
36 maintainers = with maintainers; [ ];