14 buildPythonPackage rec {
15 pname = "transmission-rpc";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
23 repo = "transmission-rpc";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-O+VimSIVsO4P7v+8HHdYujaKpPx4FV8bF/Nn4EHP2vo=";
32 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 # Tests require a running Transmission instance
53 description = "Python module that implements the Transmission bittorent client RPC protocol";
54 homepage = "https://github.com/Trim21/transmission-rpc";
55 license = licenses.mit;
56 maintainers = with maintainers; [ eyjhb ];