tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages: websocket_client -> websocket-client
Sandro Jäckel
4 years ago
7b4d273d
48cc7f1d
+76
-75
45 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
octoprint
default.nix
ulauncher
default.nix
networking
irc
weechat
scripts
wee-slack
default.nix
p2p
zeronet
default.nix
video
streamlink
default.nix
virtualization
docker-compose
default.nix
development
python-modules
aria2p
default.nix
devolo-home-control-api
default.nix
docker
default.nix
docker-py
default.nix
gradient
default.nix
homematicip
default.nix
ibm-watson
default.nix
jellyfin-apiclient-python
default.nix
kubernetes
default.nix
ledgerblue
default.nix
libsoundtouch
default.nix
orvibo
default.nix
plexapi
default.nix
praw
6.3.nix
default.nix
pushbullet
default.nix
pyfireservicerota
default.nix
pysc2
default.nix
python-engineio
3.nix
default.nix
python-mpv-jsonipc
default.nix
roonapi
default.nix
runway-python
default.nix
samsungctl
default.nix
samsungtvws
default.nix
slack-sdk
default.nix
slackclient
default.nix
waterfurnace
default.nix
websocket-client
default.nix
tools
mpfshell
default.nix
misc
vim-plugins
overrides.nix
servers
home-assistant
appdaemon.nix
component-packages.nix
tools
admin
azure-cli
default.nix
python-packages.nix
networking
dd-agent
5.nix
virtualization
awsebcli
default.nix
top-level
python-aliases.nix
python-packages.nix
+1
-1
pkgs/applications/misc/octoprint/default.nix
reviewed
···
134
134
tornado
135
135
unidecode
136
136
watchdog
137
137
-
websocket_client
137
137
+
websocket-client
138
138
werkzeug
139
139
wrapt
140
140
zeroconf
+1
-1
pkgs/applications/misc/ulauncher/default.nix
reviewed
···
59
59
python-Levenshtein
60
60
pyxdg
61
61
requests
62
62
-
websocket_client
62
62
+
websocket-client
63
63
];
64
64
65
65
checkInputs = with python3Packages; [
+1
-1
pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix
reviewed
···
17
17
env = "${buildEnv {
18
18
name = "wee-slack-env";
19
19
paths = with python3Packages; [
20
20
-
websocket_client
20
20
+
websocket-client
21
21
six
22
22
];
23
23
}}/${python3Packages.python.sitePackages}";
+1
-1
pkgs/applications/networking/p2p/zeronet/default.nix
reviewed
···
13
13
};
14
14
15
15
propagatedBuildInputs = with python3Packages; [
16
16
-
gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket_client
16
16
+
gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
17
17
gevent-websocket rencode bitcoinlib maxminddb pyopenssl
18
18
];
19
19
+1
-1
pkgs/applications/video/streamlink/default.nix
reviewed
···
28
28
requests
29
29
iso-639
30
30
iso3166
31
31
-
websocket_client
31
31
+
websocket-client
32
32
isodate
33
33
]) ++ [
34
34
rtmpdump
+2
-2
pkgs/applications/virtualization/docker-compose/default.nix
reviewed
···
3
3
, mock, pytest, nose
4
4
, pyyaml, backports_ssl_match_hostname, colorama, docopt
5
5
, dockerpty, docker, ipaddress, jsonschema, requests
6
6
-
, six, texttable, websocket_client, cached-property
6
6
+
, six, texttable, websocket-client, cached-property
7
7
, enum34, functools32, paramiko, distro, python-dotenv
8
8
}:
9
9
···
22
22
checkInputs = [ mock pytest nose ];
23
23
propagatedBuildInputs = [
24
24
pyyaml colorama dockerpty docker
25
25
-
ipaddress jsonschema requests six texttable websocket_client
25
25
+
ipaddress jsonschema requests six texttable websocket-client
26
26
docopt cached-property paramiko distro python-dotenv
27
27
] ++ lib.optional (pythonOlder "3.7") backports_ssl_match_hostname
28
28
++ lib.optional (pythonOlder "3.4") enum34
+2
-2
pkgs/development/python-modules/aria2p/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
2
2
, aria2, poetry, pytest, pytestcov, pytest_xdist, responses
3
3
-
, asciimatics, loguru, requests, setuptools, websocket_client
3
3
+
, asciimatics, loguru, requests, setuptools, websocket-client
4
4
}:
5
5
6
6
buildPythonPackage rec {
···
32
32
pytest -nauto -k "not test_api and not test_cli and not test_interface"
33
33
'';
34
34
35
35
-
propagatedBuildInputs = [ asciimatics loguru requests setuptools websocket_client ];
35
35
+
propagatedBuildInputs = [ asciimatics loguru requests setuptools websocket-client ];
36
36
37
37
meta = with lib; {
38
38
homepage = "https://github.com/pawamoy/aria2p";
+2
-2
pkgs/development/python-modules/devolo-home-control-api/default.nix
reviewed
···
6
6
, pytestCheckHook
7
7
, pythonOlder
8
8
, requests
9
9
-
, websocket_client
9
9
+
, websocket-client
10
10
, zeroconf
11
11
}:
12
12
···
25
25
propagatedBuildInputs = [
26
26
requests
27
27
zeroconf
28
28
-
websocket_client
28
28
+
websocket-client
29
29
];
30
30
31
31
checkInputs = [
+2
-2
pkgs/development/python-modules/docker-py/default.nix
reviewed
···
1
1
-
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket_client, docker_pycreds }:
1
1
+
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket-client, docker_pycreds }:
2
2
3
3
buildPythonPackage rec {
4
4
version = "1.10.6";
···
15
15
propagatedBuildInputs = [
16
16
six
17
17
requests
18
18
-
websocket_client
18
18
+
websocket-client
19
19
docker_pycreds
20
20
];
21
21
+2
-2
pkgs/development/python-modules/docker/default.nix
reviewed
···
9
9
, pytestCheckHook
10
10
, requests
11
11
, six
12
12
-
, websocket_client
12
12
+
, websocket-client
13
13
}:
14
14
15
15
buildPythonPackage rec {
···
27
27
paramiko
28
28
requests
29
29
six
30
30
-
websocket_client
30
30
+
websocket-client
31
31
] ++ lib.optional isPy27 backports_ssl_match_hostname;
32
32
33
33
checkInputs = [
+2
-2
pkgs/development/python-modules/gradient/default.nix
reviewed
···
17
17
, requests
18
18
, requests_toolbelt
19
19
, terminaltables
20
20
-
, websocket_client
20
20
+
, websocket-client
21
21
}:
22
22
23
23
buildPythonPackage rec {
···
55
55
requests
56
56
requests_toolbelt
57
57
terminaltables
58
58
-
websocket_client
58
58
+
websocket-client
59
59
];
60
60
61
61
# tries to use /homeless-shelter to mimic container usage, etc
+2
-2
pkgs/development/python-modules/homematicip/default.nix
reviewed
···
10
10
, pytest-aiohttp
11
11
, pytest-asyncio
12
12
, requests
13
13
-
, websocket_client
13
13
+
, websocket-client
14
14
, websockets
15
15
}:
16
16
···
31
31
aiohttp
32
32
async-timeout
33
33
requests
34
34
-
websocket_client
34
34
+
websocket-client
35
35
websockets
36
36
];
37
37
+2
-2
pkgs/development/python-modules/ibm-watson/default.nix
reviewed
···
8
8
, tox
9
9
, requests
10
10
, python-dateutil
11
11
-
, websocket_client
11
11
+
, websocket-client
12
12
, ibm-cloud-sdk-core
13
13
}:
14
14
···
34
34
propagatedBuildInputs = [
35
35
requests
36
36
python-dateutil
37
37
-
websocket_client
37
37
+
websocket-client
38
38
ibm-cloud-sdk-core
39
39
];
40
40
+2
-2
pkgs/development/python-modules/jellyfin-apiclient-python/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchPypi, requests
2
2
-
, websocket_client, pythonOlder }:
2
2
+
, websocket-client, pythonOlder }:
3
3
4
4
buildPythonPackage rec {
5
5
pname = "jellyfin-apiclient-python";
···
11
11
sha256 = "sha256-nSLUa9/jAT6XrHo77kV5HYBxPO/lhcWKqPfpES7ul9A=";
12
12
};
13
13
14
14
-
propagatedBuildInputs = [ requests websocket_client ];
14
14
+
propagatedBuildInputs = [ requests websocket-client ];
15
15
16
16
doCheck = false; # no tests
17
17
pythonImportsCheck = [ "jellyfin_apiclient_python" ];
+2
-2
pkgs/development/python-modules/kubernetes/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchPypi, pythonAtLeast,
2
2
-
ipaddress, websocket_client, urllib3, pyyaml, requests_oauthlib, python-dateutil, google-auth, adal,
2
2
+
ipaddress, websocket-client, urllib3, pyyaml, requests_oauthlib, python-dateutil, google-auth, adal,
3
3
isort, pytest, coverage, mock, sphinx, autopep8, pep8, codecov, recommonmark, nose }:
4
4
5
5
buildPythonPackage rec {
···
28
28
};
29
29
30
30
checkInputs = [ isort coverage pytest mock sphinx autopep8 pep8 codecov recommonmark nose ];
31
31
-
propagatedBuildInputs = [ ipaddress websocket_client urllib3 pyyaml requests_oauthlib python-dateutil google-auth adal ];
31
31
+
propagatedBuildInputs = [ ipaddress websocket-client urllib3 pyyaml requests_oauthlib python-dateutil google-auth adal ];
32
32
33
33
meta = with lib; {
34
34
description = "Kubernetes python client";
+2
-2
pkgs/development/python-modules/ledgerblue/default.nix
reviewed
···
1
1
{ lib, fetchPypi, buildPythonPackage, hidapi
2
2
, pycrypto, pillow, protobuf, future, ecpy, python-u2flib-host, pycryptodomex
3
3
-
, websocket_client
3
3
+
, websocket-client
4
4
}:
5
5
6
6
buildPythonPackage rec {
···
13
13
};
14
14
15
15
propagatedBuildInputs = [
16
16
-
hidapi pycrypto pillow protobuf future ecpy python-u2flib-host pycryptodomex websocket_client
16
16
+
hidapi pycrypto pillow protobuf future ecpy python-u2flib-host pycryptodomex websocket-client
17
17
];
18
18
19
19
# No tests
+2
-2
pkgs/development/python-modules/libsoundtouch/default.nix
reviewed
···
3
3
, fetchFromGitHub
4
4
, enum-compat
5
5
, requests
6
6
-
, websocket_client
6
6
+
, websocket-client
7
7
, zeroconf
8
8
, pytestCheckHook
9
9
}:
···
22
22
propagatedBuildInputs = [
23
23
requests
24
24
enum-compat
25
25
-
websocket_client
25
25
+
websocket-client
26
26
zeroconf
27
27
];
28
28
+1
-1
pkgs/development/python-modules/orvibo/default.nix
reviewed
···
6
6
, pytest-runner
7
7
, pytestCheckHook
8
8
, requests
9
9
-
, websocket_client
9
9
+
, websocket-client
10
10
}:
11
11
12
12
buildPythonPackage rec {
+2
-2
pkgs/development/python-modules/plexapi/default.nix
reviewed
···
3
3
, fetchFromGitHub
4
4
, requests
5
5
, tqdm
6
6
-
, websocket_client
6
6
+
, websocket-client
7
7
, isPy27
8
8
}:
9
9
···
22
22
propagatedBuildInputs = [
23
23
requests
24
24
tqdm
25
25
-
websocket_client
25
25
+
websocket-client
26
26
];
27
27
28
28
# Tests require a running Plex instance
+2
-2
pkgs/development/python-modules/praw/6.3.nix
reviewed
···
9
9
, pytest
10
10
, requests-toolbelt
11
11
, update_checker
12
12
-
, websocket_client
12
12
+
, websocket-client
13
13
}:
14
14
15
15
buildPythonPackage rec {
···
31
31
mock
32
32
prawcore
33
33
update_checker
34
34
-
websocket_client
34
34
+
websocket-client
35
35
];
36
36
37
37
checkInputs = [
+2
-2
pkgs/development/python-modules/praw/default.nix
reviewed
···
9
9
, pytestCheckHook
10
10
, requests-toolbelt
11
11
, update_checker
12
12
-
, websocket_client
12
12
+
, websocket-client
13
13
}:
14
14
15
15
buildPythonPackage rec {
···
27
27
mock
28
28
prawcore
29
29
update_checker
30
30
-
websocket_client
30
30
+
websocket-client
31
31
];
32
32
33
33
checkInputs = [
+2
-2
pkgs/development/python-modules/pushbullet/default.nix
reviewed
···
2
2
, buildPythonPackage
3
3
, fetchPypi
4
4
, requests
5
5
-
, websocket_client
5
5
+
, websocket-client
6
6
, python_magic
7
7
, cryptography
8
8
, pytestCheckHook
···
17
17
sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
18
18
};
19
19
20
20
-
propagatedBuildInputs = [ cryptography requests websocket_client python_magic ];
20
20
+
propagatedBuildInputs = [ cryptography requests websocket-client python_magic ];
21
21
22
22
preCheck = ''
23
23
export PUSHBULLET_API_KEY=""
+2
-2
pkgs/development/python-modules/pyfireservicerota/default.nix
reviewed
···
4
4
, pytz
5
5
, oauthlib
6
6
, requests
7
7
-
, websocket_client
7
7
+
, websocket-client
8
8
}:
9
9
10
10
buildPythonPackage rec {
···
20
20
pytz
21
21
oauthlib
22
22
requests
23
23
-
websocket_client
23
23
+
websocket-client
24
24
];
25
25
26
26
# no tests implemented
+2
-2
pkgs/development/python-modules/pysc2/default.nix
reviewed
···
12
12
, pygame
13
13
, s2clientprotocol
14
14
, six
15
15
-
, websocket_client
15
15
+
, websocket-client
16
16
, sc2-headless
17
17
}:
18
18
···
49
49
pygame
50
50
s2clientprotocol
51
51
six
52
52
-
websocket_client
52
52
+
websocket-client
53
53
sc2-headless
54
54
];
55
55
+2
-2
pkgs/development/python-modules/python-engineio/3.nix
reviewed
···
10
10
, requests
11
11
, six
12
12
, tornado
13
13
-
, websocket_client
13
13
+
, websocket-client
14
14
, websockets
15
15
, pytestCheckHook
16
16
, pythonAtLeast
···
37
37
mock
38
38
requests
39
39
tornado
40
40
-
websocket_client
40
40
+
websocket-client
41
41
websockets
42
42
pytestCheckHook
43
43
];
+2
-2
pkgs/development/python-modules/python-engineio/default.nix
reviewed
···
9
9
, requests
10
10
, six
11
11
, tornado
12
12
-
, websocket_client
12
12
+
, websocket-client
13
13
, websockets
14
14
, pytestCheckHook
15
15
}:
···
31
31
mock
32
32
requests
33
33
tornado
34
34
-
websocket_client
34
34
+
websocket-client
35
35
websockets
36
36
pytestCheckHook
37
37
];
+2
-2
pkgs/development/python-modules/python-mpv-jsonipc/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchFromGitHub, requests
2
2
-
, tqdm, websocket_client, pythonOlder }:
2
2
+
, tqdm, websocket-client, pythonOlder }:
3
3
4
4
buildPythonPackage rec {
5
5
pname = "python-mpv-jsonipc";
···
16
16
# 'mpv-jsonipc' does not have any tests
17
17
doCheck = false;
18
18
19
19
-
propagatedBuildInputs = [ requests tqdm websocket_client ];
19
19
+
propagatedBuildInputs = [ requests tqdm websocket-client ];
20
20
21
21
pythonImportsCheck = [ "python_mpv_jsonipc" ];
22
22
+2
-2
pkgs/development/python-modules/roonapi/default.nix
reviewed
···
7
7
, pythonOlder
8
8
, requests
9
9
, six
10
10
-
, websocket_client
10
10
+
, websocket-client
11
11
}:
12
12
13
13
buildPythonPackage rec {
···
31
31
ifaddr
32
32
requests
33
33
six
34
34
-
websocket_client
34
34
+
websocket-client
35
35
];
36
36
37
37
patches = [
+2
-2
pkgs/development/python-modules/runway-python/default.nix
reviewed
···
21
21
, deepdiff
22
22
, pytestCheckHook
23
23
, pytestcov
24
24
-
, websocket_client
24
24
+
, websocket-client
25
25
}:
26
26
27
27
buildPythonPackage rec {
···
62
62
deepdiff
63
63
pytestCheckHook
64
64
pytestcov
65
65
-
websocket_client
65
65
+
websocket-client
66
66
];
67
67
68
68
disabledTests = [
+2
-2
pkgs/development/python-modules/samsungctl/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchPypi
2
2
-
, websocket_client
2
2
+
, websocket-client
3
3
}:
4
4
5
5
buildPythonPackage rec {
···
12
12
};
13
13
14
14
propagatedBuildInputs = [
15
15
-
websocket_client
15
15
+
websocket-client
16
16
];
17
17
18
18
# no tests
+2
-2
pkgs/development/python-modules/samsungtvws/default.nix
reviewed
···
1
1
{ lib, buildPythonPackage, fetchPypi, isPy27
2
2
, requests
3
3
-
, websocket_client
3
3
+
, websocket-client
4
4
}:
5
5
6
6
buildPythonPackage rec {
···
14
14
};
15
15
16
16
propagatedBuildInputs = [
17
17
-
websocket_client
17
17
+
websocket-client
18
18
requests
19
19
];
20
20
+2
-2
pkgs/development/python-modules/slack-sdk/default.nix
reviewed
···
15
15
, pytestCheckHook
16
16
, pytestrunner
17
17
, sqlalchemy
18
18
-
, websocket_client
18
18
+
, websocket-client
19
19
, websockets
20
20
}:
21
21
···
36
36
aiohttp
37
37
boto3
38
38
sqlalchemy
39
39
-
websocket_client
39
39
+
websocket-client
40
40
websockets
41
41
];
42
42
+2
-2
pkgs/development/python-modules/slackclient/default.nix
reviewed
···
14
14
, requests
15
15
, responses
16
16
, six
17
17
-
, websocket_client
17
17
+
, websocket-client
18
18
}:
19
19
20
20
buildPythonPackage rec {
···
32
32
33
33
propagatedBuildInputs = [
34
34
aiohttp
35
35
-
websocket_client
35
35
+
websocket-client
36
36
requests
37
37
six
38
38
];
+2
-2
pkgs/development/python-modules/waterfurnace/default.nix
reviewed
···
6
6
, pytest-runner
7
7
, pytestCheckHook
8
8
, requests
9
9
-
, websocket_client
9
9
+
, websocket-client
10
10
}:
11
11
12
12
buildPythonPackage rec {
···
24
24
click
25
25
pytest-runner
26
26
requests
27
27
-
websocket_client
27
27
+
websocket-client
28
28
];
29
29
30
30
checkInputs = [
+3
-2
pkgs/development/python-modules/websocket_client/default.nix
pkgs/development/python-modules/websocket-client/default.nix
reviewed
···
8
8
}:
9
9
10
10
buildPythonPackage rec {
11
11
-
pname = "websocket_client";
11
11
+
pname = "websocket-client";
12
12
version = "0.58.0";
13
13
14
14
src = fetchPypi {
15
15
-
inherit pname version;
15
15
+
pname = "websocket_client";
16
16
+
inherit version;
16
17
sha256 = "sha256-Y1CbQdFYrlt/Z+tK0g/su07umUNOc+FANU3D/44JcW8=";
17
18
};
18
19
+1
-1
pkgs/development/tools/mpfshell/default.nix
reviewed
···
12
12
};
13
13
14
14
propagatedBuildInputs = with python3Packages; [
15
15
-
pyserial colorama websocket_client
15
15
+
pyserial colorama websocket-client
16
16
];
17
17
18
18
doCheck = false;
+1
-1
pkgs/misc/vim-plugins/overrides.nix
reviewed
···
208
208
});
209
209
210
210
ensime-vim = super.ensime-vim.overrideAttrs (old: {
211
211
-
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket_client ];
211
211
+
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket-client ];
212
212
dependencies = with self; [ vimproc-vim vimshell-vim self.self forms ];
213
213
});
214
214
+1
-1
pkgs/servers/home-assistant/appdaemon.nix
reviewed
···
51
51
sockjs
52
52
uvloop
53
53
voluptuous
54
54
-
websocket_client
54
54
+
websocket-client
55
55
yarl
56
56
];
57
57
+1
-1
pkgs/servers/home-assistant/component-packages.nix
reviewed
···
323
323
"google_translate" = ps: with ps; [ gtts ];
324
324
"google_travel_time" = ps: with ps; [ googlemaps ];
325
325
"google_wifi" = ps: with ps; [ ];
326
326
-
"gpmdp" = ps: with ps; [ websocket_client ];
326
326
+
"gpmdp" = ps: with ps; [ websocket-client ];
327
327
"gpsd" = ps: with ps; [ gps3 ];
328
328
"gpslogger" = ps: with ps; [ aiohttp-cors ];
329
329
"graphite" = ps: with ps; [ ];
+1
-1
pkgs/tools/admin/azure-cli/default.nix
reviewed
···
145
145
sshtunnel
146
146
urllib3
147
147
vsts-cd-manager
148
148
-
websocket_client
148
148
+
websocket-client
149
149
xmltodict
150
150
javaproperties
151
151
jsondiff
+2
-3
pkgs/tools/admin/azure-cli/python-packages.nix
reviewed
···
499
499
};
500
500
});
501
501
502
502
-
websocket_client = super.websocket_client.overridePythonAttrs(oldAttrs: rec {
502
502
+
websocket-client = super.websocket-client.overridePythonAttrs(oldAttrs: rec {
503
503
version = "0.56.0";
504
504
505
505
-
src = super.fetchPypi {
506
506
-
inherit (oldAttrs) pname;
505
505
+
src = oldAttrs.src.override {
507
506
inherit version;
508
507
sha256 = "0fpxjyr74klnyis3yf6m54askl0h5dchxcwbfjsq92xng0455m8z";
509
508
};
+1
-1
pkgs/tools/networking/dd-agent/5.nix
reviewed
···
17
17
propagatedBuildInputs = with self; [
18
18
six
19
19
requests
20
20
-
websocket_client
20
20
+
websocket-client
21
21
ipaddress
22
22
docker_pycreds
23
23
uptime
+1
-1
pkgs/tools/virtualization/awsebcli/default.nix
reviewed
···
79
79
# Otherwise, awsebcli will try to install it using pip when using some
80
80
# commands (like "eb local run").
81
81
blessed botocore cement colorama dockerpty docopt pathspec pyyaml
82
82
-
requests semantic-version setuptools tabulate termcolor websocket_client
82
82
+
requests semantic-version setuptools tabulate termcolor websocket-client
83
83
];
84
84
85
85
postInstall = ''
+1
pkgs/top-level/python-aliases.nix
reviewed
···
52
52
smart_open = smart-open; # added 2021-03-14
53
53
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
54
54
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
55
55
+
websocket_client = websocket-client;
55
56
})
+1
-1
pkgs/top-level/python-packages.nix
reviewed
···
8937
8937
8938
8938
webrtcvad = callPackage ../development/python-modules/webrtcvad { };
8939
8939
8940
8940
-
websocket_client = callPackage ../development/python-modules/websocket_client { };
8940
8940
+
websocket-client = callPackage ../development/python-modules/websocket-client { };
8941
8941
8942
8942
websockets = callPackage ../development/python-modules/websockets { };
8943
8943