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-HthWeFInolNEs7RNA773DJjhGvl1rfDhvhO8WwRwuuY=";
32 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 # Tests require a running Transmission instance
54 description = "Python module that implements the Transmission bittorent client RPC protocol";
55 homepage = "https://github.com/Trim21/transmission-rpc";
56 changelog = "https://github.com/trim21/transmission-rpc/releases/tag/v${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ eyjhb ];