Skip to content

Commit 64b23f7

Browse files
authored
python312Packages.aiolip: drop (#346564)
2 parents 3e63b6e + c3cfd8b commit 64b23f7

File tree

3 files changed

+1
-41
lines changed

3 files changed

+1
-41
lines changed

pkgs/development/python-modules/aiolip/default.nix

Lines changed: 0 additions & 39 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mapAliases ({
4242
aiohttp-isal = throw "aiohttp-isal has been removed, as it has been archived and replace by aiohttp-fast-zlib"; # Added 2024-08-11
4343
aiomysensors = throw "aiomysensors has been removed, as it was packaged for Home Assistant, which migrated to pymysensors."; # Added 2024-07-07
4444
aioh2 = throw "aioh2 has been removed because it is abandoned and broken."; # Added 2022-03-30
45+
aiolip = throw "aiolip has been removed because the upstream repository was archived in 2021"; # Added 2024-10-04
4546
aionotify = throw "aionotify has been removed because is unmaintained and incompatible with python3.11."; # Added 2023-10-27
4647
aiosenseme = throw "aiosenseme has been removed, because it does no longer work with the latest firmware and has become unmaintained"; # Added 2023-07-05
4748
aioquic-mitmproxy = throw "aioquic-mitmproxy has been removed because mitmproxy no longer uses it"; # Added 2024-01-16

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ self: super: with self; {
315315

316316
aiolimiter = callPackage ../development/python-modules/aiolimiter { };
317317

318-
aiolip = callPackage ../development/python-modules/aiolip { };
319-
320318
aiolivisi = callPackage ../development/python-modules/aiolivisi { };
321319

322320
aiolyric = callPackage ../development/python-modules/aiolyric { };

0 commit comments

Comments
 (0)