9 buildPythonPackage rec {
10 pname = "deluge-client";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-OIGu48Tgyp3YpWtxAEe4N+HQh6g+QhY2oHR3H5Kp8bU=";
21 nativeBuildInputs = [ setuptools ];
23 # it will try to connect to a running instance
26 pythonImportsCheck = [ "deluge_client" ];
29 description = "Lightweight pure-python rpc client for deluge";
30 homepage = "https://github.com/JohnDoee/deluge-client";
31 changelog = "https://github.com/JohnDoee/deluge-client/blob/${version}/CHANGELOG.rst";
32 license = licenses.mit;
33 maintainers = with maintainers; [ peterhoeg ];