Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions pkgs/by-name/am/amazon-qldb-shell/package.nix

This file was deleted.

51 changes: 0 additions & 51 deletions pkgs/development/python-modules/ionhash/default.nix

This file was deleted.

45 changes: 0 additions & 45 deletions pkgs/development/python-modules/pyqldb/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ mapAliases {
alsaPlugins = throw "'alsaPlugins' has been renamed to/replaced by 'alsa-plugins'"; # Converted to throw 2024-10-17
alsaTools = throw "'alsaTools' has been renamed to/replaced by 'alsa-tools'"; # Converted to throw 2024-10-17
alsaUtils = throw "'alsaUtils' has been renamed to/replaced by 'alsa-utils'"; # Converted to throw 2024-10-17
amazon-qldb-shell = throw "'amazon-qldb-shell' has been removed due to being unmaintained upstream"; # Added 2025-07-30
angelfish = throw "'angelfish' has been renamed to/replaced by 'libsForQt5.kdeGear.angelfish'"; # Converted to throw 2024-10-17
ansible_2_14 = throw "Ansible 2.14 goes end of life in 2024/05 and can't be supported throughout the 24.05 release cycle"; # Added 2024-04-11
ansible_2_15 = throw "Ansible 2.15 goes end of life in 2024/11 and can't be supported throughout the 24.11 release cycle"; # Added 2024-11-08
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ mapAliases ({
imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10
imgtool = throw "imgtool has been promoted to a top-level attribute name: `mcuboot-imgtool`"; # added 2024-10-09
intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11
ionhash = throw "ionhash has been removed due to being unmaintained upstream"; # added 2025-07-30
iotawattpy = ha-iotawattpy; # added 2025-07-06
ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
ipdbplugin = throw "ipdbplugin has been removed because it has no longer maintained for 6 years"; # added 2024-05-21
Expand Down Expand Up @@ -583,6 +584,7 @@ mapAliases ({
python-picnic-api = throw "python-picnic-api was removed because Home Assistant switched to python-picnic-api2"; # added 2025-03-05
python-unshare = throw "python-unshare was removed as unmaintained since 2016"; # added 2025-05-25
pytrends = throw "pytrends has been removed, as it no longer works and is abandoned upstream"; # added 2025-02-02
pyqldb = throw "pyqldb has been removed, because the underlying service is reaching end of support"; # added 2025-07-30
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
pyqt5_sip = pyqt5-sip; # added 2024-01-07
pyqt5_with_qtmultimedia = pyqt5-multimedia; # added 2024-01-07
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7077,8 +7077,6 @@ self: super: with self; {

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

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

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

iopath = callPackage ../development/python-modules/iopath { };
Expand Down Expand Up @@ -13579,8 +13577,6 @@ self: super: with self; {

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

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

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

pyqt-builder = callPackage ../development/python-modules/pyqt-builder { };
Expand Down
Loading