Merge pull request #57635 from Mic92/engineio
python3.pkgs.python-engineio: 3.0.0 -> 3.4.3
This commit is contained in:
commit
4d2fe32784
@ -8,18 +8,21 @@
|
|||||||
, iana-etc
|
, iana-etc
|
||||||
, libredirect
|
, libredirect
|
||||||
, aiohttp
|
, aiohttp
|
||||||
|
, websockets
|
||||||
|
, websocket_client
|
||||||
|
, requests
|
||||||
, tornado
|
, tornado
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-engineio";
|
pname = "python-engineio";
|
||||||
version = "3.0.0";
|
version = "3.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "miguelgrinberg";
|
owner = "miguelgrinberg";
|
||||||
repo = "python-engineio";
|
repo = "python-engineio";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1v510fhn0li808ar2cmwh5nijacy5x60q9x4gm0b34j6mkmc59ph";
|
sha256 = "0wk81rqigw47z087f5kc7b9iwqggypxc62q8q818qyzqwb93ysxf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -30,7 +33,10 @@ buildPythonPackage rec {
|
|||||||
eventlet
|
eventlet
|
||||||
mock
|
mock
|
||||||
aiohttp
|
aiohttp
|
||||||
|
websockets
|
||||||
|
websocket_client
|
||||||
tornado
|
tornado
|
||||||
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
# make /etc/protocols accessible to fix socket.getprotobyname('tcp') in sandbox
|
# make /etc/protocols accessible to fix socket.getprotobyname('tcp') in sandbox
|
||||||
@ -44,6 +50,7 @@ buildPythonPackage rec {
|
|||||||
description = "Engine.IO server";
|
description = "Engine.IO server";
|
||||||
homepage = http://github.com/miguelgrinberg/python-engineio/;
|
homepage = http://github.com/miguelgrinberg/python-engineio/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user