mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.streamz: 0.5.1 -> 0.5.2
This commit is contained in:
parent
8706d9c4a3
commit
8d306d599a
@ -5,23 +5,23 @@
|
||||
, toolz
|
||||
, zict
|
||||
, six
|
||||
, pytest
|
||||
, pytest_4
|
||||
, networkx
|
||||
, distributed
|
||||
, confluent-kafka
|
||||
, graphviz
|
||||
, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "streamz";
|
||||
version = "0.5.1";
|
||||
version = "0.5.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "80c9ded1d6e68d3b78339deb6e9baf93a633d84b4a8875221e337ac06890103f";
|
||||
sha256 = "127rpdjgkcyjifmkqbhmqfbzlgi32n54rybrdxja610qr906y40c";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest networkx distributed confluent-kafka graphviz ];
|
||||
propagatedBuildInputs = [
|
||||
tornado
|
||||
toolz
|
||||
@ -29,6 +29,15 @@ buildPythonPackage rec {
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
confluent-kafka
|
||||
distributed
|
||||
graphviz
|
||||
networkx
|
||||
pytest_4
|
||||
requests
|
||||
];
|
||||
|
||||
# Disable test_tcp_async because fails on sandbox build
|
||||
checkPhase = ''
|
||||
pytest --deselect=streamz/tests/test_sources.py::test_tcp_async \
|
||||
@ -37,7 +46,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pipelines to manage continuous streams of data";
|
||||
homepage = https://github.com/mrocklin/streamz/;
|
||||
homepage = "https://github.com/mrocklin/streamz";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user