Skip to content

Commit

Permalink
Merge pull request #265841 from SuperSandro2000/mitmproxy-2
Browse files Browse the repository at this point in the history
python310Packages.mitmproxy-rs: fix platforms; python3Packages.mitmproxy-wireguard: drop
  • Loading branch information
SuperSandro2000 authored Feb 5, 2024
2 parents 72711e7 + 1049620 commit 4b1aab2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 61 deletions.
1 change: 0 additions & 1 deletion pkgs/development/python-modules/mitmproxy-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ buildPythonPackage rec {
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
platforms = platforms.all;
};
}
58 changes: 0 additions & 58 deletions pkgs/development/python-modules/mitmproxy-wireguard/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ mapAliases ({
mir_eval = mir-eval; # added 2024-01-07
mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
mistune_2_0 = mistune; # added 2022-08-12
mitmproxy-wireguard = throw "mitmproxy-wireguard has been removed because it was replaced by upstream with mitmproxy-rs"; # added 2023-11-06
mkdocs-minify = mkdocs-minify-plugin; # added 2023-11-28
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
mrkd = throw "mrkd has been promoted to a top-level attribute"; # added 2023-08-01
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7127,8 +7127,6 @@ self: super: with self; {

mitmproxy-rs = callPackage ../development/python-modules/mitmproxy-rs { };

mitmproxy-wireguard = callPackage ../development/python-modules/mitmproxy-wireguard { };

mitogen = callPackage ../development/python-modules/mitogen { };

mixins = callPackage ../development/python-modules/mixins { };
Expand Down

0 comments on commit 4b1aab2

Please sign in to comment.