Skip to content

Commit 4276e92

Browse files
committed
python3Packages.pyliblo: drop
Fixes #389149 Supersedes #418499 pyliblo has been unmaintained for 10 years and its required cpython version is incompatible with python 3.13. Rather than keeping and patching a package with build issues we are moving to a fork which builds under modern tooling.
1 parent 56157c3 commit 4276e92

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

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

Lines changed: 0 additions & 42 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
@@ -558,6 +558,7 @@ mapAliases ({
558558
pyhiveapi = pyhive-integration; # Added 2025-02-22
559559
pyhs100 = throw "pyhs100 has been removed in favor of python-kasa."; # added 2024-01-05
560560
pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
561+
pyliblo = throw "pyliblo is unmaintained upstream and was removed from nixpkgs. Please use pyliblo3 instead"; # added 2025-06-23
561562
PyLD = pyld; # added 2022-06-22
562563
pylti = throw "pylti has been removed because it is unmaintained since 2019"; # added 2024-05-21
563564
pymaging = throw "pymaging has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04

pkgs/top-level/python-packages.nix

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

1291612916
pylibjpeg-openjpeg = callPackage ../development/python-modules/pylibjpeg-openjpeg { };
1291712917

12918-
pyliblo = callPackage ../development/python-modules/pyliblo { };
12919-
1292012918
pyliblo3 = callPackage ../development/python-modules/pyliblo3 { };
1292112919

1292212920
pylibmc = callPackage ../development/python-modules/pylibmc { };

0 commit comments

Comments
 (0)