pythonPackages.brotlipy: init at 0.6.0
This commit is contained in:
parent
838862cb42
commit
956a400b81
@ -14640,6 +14640,23 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
brotlipy = buildPythonPackage rec {
|
||||||
|
name = "brotlipy-${version}";
|
||||||
|
version = "0.6.0";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/b/brotlipy/${name}.tar.gz";
|
||||||
|
sha256 = "10s2y19zywfkf3sksrw81czhva759aki0clld2pnnlgf64sz7016";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ cffi enum34 construct ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Python bindings for the reference Brotli encoder/decoder";
|
||||||
|
homepage = "https://github.com/python-hyper/brotlipy/";
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mitmproxy = buildPythonPackage rec {
|
mitmproxy = buildPythonPackage rec {
|
||||||
baseName = "mitmproxy";
|
baseName = "mitmproxy";
|
||||||
|
Loading…
Reference in New Issue
Block a user