python312Packages.urwid-mitmproxy: drop

This commit is contained in:
Sandro Jäckel
2024-07-26 20:22:13 +02:00
parent 88c9f72cb7
commit 99e440fc77
3 changed files with 1 additions and 35 deletions
@@ -1,33 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
}:
buildPythonPackage rec {
pname = "urwid-mitmproxy";
version = "2.1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mitmproxy";
repo = "urwid-mitmproxy";
rev = "refs/tags/${version}";
hash = "sha256-93AauYWbrG/2smAhbNKGE0twGJZ2u9gBetlXGCpciH8=";
};
pythonImportsCheck = [ "urwid" ];
# Tests which assert on strings don't decode results correctly, see urwid
doCheck = false;
meta = with lib; {
description = "Urwid fork used by mitmproxy";
homepage = "https://github.com/mitmproxy/urwid-mitmproxy";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ fab ];
};
}
+1
View File
@@ -592,6 +592,7 @@ mapAliases ({
update_checker = update-checker; # added 2024-01-07
uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13
uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
urwid-mitmproxy-mitmproxy = throw "urwid-mitmproxy has been removed because mitmproxy no longer uses it"; # Added 2024-07-26
uuid = throw "uuid is a Python standard module"; # added 2024-04-18
validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07
vega_datasets = vega-datasets; # added 2023-11-04
-2
View File
@@ -16920,8 +16920,6 @@ self: super: with self; {
urwid-readline = callPackage ../development/python-modules/urwid-readline { };
urwid-mitmproxy = callPackage ../development/python-modules/urwid-mitmproxy { };
usb-devices = callPackage ../development/python-modules/usb-devices { };
usbrelay-py = callPackage ../os-specific/linux/usbrelay/python.nix { };