Skip to content

Commit

Permalink
python312Packages.asyncio-mqtt: drop
Browse files Browse the repository at this point in the history
The project was renamed to aiomqtt back in 2023/07. With the last
consumer of it gone, we can retire it.
  • Loading branch information
mweinelt committed Jul 7, 2024
1 parent 304a034 commit 5d9ae17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
71 changes: 0 additions & 71 deletions pkgs/development/python-modules/asyncio-mqtt/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 @@ -54,6 +54,7 @@ mapAliases ({
APScheduler = apscheduler; # added 2023-02-19
async_generator = async-generator; # added 2023-08-08
async_stagger = async-stagger; # added 2023-08-08
asyncio-mqtt = throw "asyncio-mqtt has been replaced by aiomqtt, which is not API compatible."; # added 2024-07-07
asyncio-nats-client = nats-py; # added 2022-02-08
atsim_potentials = atsim-potentials; # added 2023-10-08
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
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 @@ -887,8 +887,6 @@ self: super: with self; {

asyncio-dgram = callPackage ../development/python-modules/asyncio-dgram { };

asyncio-mqtt = callPackage ../development/python-modules/asyncio-mqtt { };

asyncio-rlock = callPackage ../development/python-modules/asyncio-rlock { };

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

0 comments on commit 5d9ae17

Please sign in to comment.