python312Packages.transmissionrpc: remove

Unmaintained for over 10 years
This commit is contained in:
Fabian Affolter
2024-10-13 11:09:59 +02:00
committed by Martin Weinelt
parent 79f3a76456
commit 472a39d28c
3 changed files with 1 additions and 32 deletions
@@ -1,30 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
six,
}:
buildPythonPackage rec {
pname = "transmissionrpc";
version = "0.11";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "ec43b460f9fde2faedbfa6d663ef495b3fd69df855a135eebe8f8a741c0dde60";
};
propagatedBuildInputs = [ six ];
# no tests
doCheck = false;
pythonImportsCheck = [ "transmissionrpc" ];
meta = with lib; {
description = "Python implementation of the Transmission bittorent client RPC protocol";
homepage = "https://pypi.python.org/pypi/transmissionrpc/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
+1
View File
@@ -641,6 +641,7 @@ mapAliases ({
torrent_parser = torrent-parser; # added 2023-11-04
transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20
transmissionrpc = throw "transmissionrpc has been removed because it no longer builds and is unmaintained"; # added 2024-10-12
trezor_agent = trezor-agent; # Added 2024-01-07
tumpa = throw "tumpa was promoted to a top-level attribute"; # added 2022-11-19
tvdb_api = tvdb-api; # added 2023-10-20
-2
View File
@@ -15889,8 +15889,6 @@ self: super: with self; {
transmission-rpc = callPackage ../development/python-modules/transmission-rpc { };
transmissionrpc = callPackage ../development/python-modules/transmissionrpc { };
trectools = callPackage ../development/python-modules/trectools { };
tree-sitter = callPackage ../development/python-modules/tree-sitter { };