python313Packages.rtsp-to-webrtc: remove (#444582)

This commit is contained in:
Fabian Affolter
2025-09-20 19:24:48 +00:00
committed by GitHub
3 changed files with 1 additions and 46 deletions
@@ -1,44 +0,0 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "rtsp-to-webrtc";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "allenporter";
repo = "rtsp-to-webrtc-client";
tag = version;
hash = "sha256-D022d2CDKtHTuvEGo8GkOGWHi5sV4g6UwNB9xS2xxIs=";
};
build-system = [ setuptools ];
dependencies = [ aiohttp ];
nativeCheckInputs = [
pytest-aiohttp
pytestCheckHook
];
pythonImportsCheck = [ "rtsp_to_webrtc" ];
meta = with lib; {
description = "Module for RTSPtoWeb and RTSPtoWebRTC";
homepage = "https://github.com/allenporter/rtsp-to-webrtc-client";
changelog = "https://github.com/allenporter/rtsp-to-webrtc-client/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};
}
+1
View File
@@ -740,6 +740,7 @@ mapAliases ({
ROPGadget = ropgadget; # added 2021-07-06
rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
rtslib = rtslib-fb; # added 2025-03-14
rtsp-to-webrtc = throw "rtsp-to-webrtc has been removed because it is unmaintained"; # added 2025-09-20
ruamel_base = ruamel-base; # added 2021-11-01
ruamel_yaml = ruamel-yaml; # added 2021-11-01
ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01
-2
View File
@@ -16209,8 +16209,6 @@ self: super: with self; {
rtslib-fb = callPackage ../development/python-modules/rtslib-fb { };
rtsp-to-webrtc = callPackage ../development/python-modules/rtsp-to-webrtc { };
ruamel-base = callPackage ../development/python-modules/ruamel-base { };
ruamel-yaml = callPackage ../development/python-modules/ruamel-yaml { };