python: brotlipy: 0.6.0 -> 0.7.0
This commit is contained in:
parent
a1ab0a6047
commit
b998bfa8ba
@ -4,19 +4,30 @@
|
|||||||
, cffi
|
, cffi
|
||||||
, enum34
|
, enum34
|
||||||
, construct
|
, construct
|
||||||
|
, pytest
|
||||||
|
, hypothesis
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "brotlipy";
|
pname = "brotlipy";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "10s2y19zywfkf3sksrw81czhva759aki0clld2pnnlgf64sz7016";
|
sha256 = "36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cffi enum34 construct ];
|
propagatedBuildInputs = [ cffi enum34 construct ];
|
||||||
|
|
||||||
|
checkInputs = [ pytest hypothesis ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
|
# Missing test files
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings for the reference Brotli encoder/decoder";
|
description = "Python bindings for the reference Brotli encoder/decoder";
|
||||||
homepage = "https://github.com/python-hyper/brotlipy/";
|
homepage = "https://github.com/python-hyper/brotlipy/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user