18 # optional-dependencies
42 buildPythonPackage rec {
47 src = fetchFromGitHub {
51 hash = "sha256-XlswVHLvKOi1qr+I7Mbm4IBjn1DG7glgDsNY48NA5Ew=";
58 propagatedBuildInputs = [
69 passthru.optional-dependencies = {
87 ] ++ passthru.optional-dependencies.e2e;
95 "test_connect_wrapper"
96 # time dependent and flaky
97 "test_transfer_monitor_callbacks"
103 matrix-appservice-irc
107 inherit (weechatScripts)
118 homepage = "https://github.com/poljar/matrix-nio";
119 changelog = "https://github.com/poljar/matrix-nio/blob/${version}/CHANGELOG.md";
120 description = "A Python Matrix client library, designed according to sans I/O principles";
121 license = licenses.isc;
122 maintainers = with maintainers; [ tilpner emily symphorien ];