Skip to content

Commit 708091e

Browse files
pbsdswegank
authored andcommitted
python3Packages.sabyenc: drop
"fixes" https://hydra.nixos.org/build/282591845
1 parent b440606 commit 708091e

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

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

Lines changed: 0 additions & 26 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
@@ -686,6 +686,7 @@ mapAliases ({
686686
ruff-lsp = throw "ruff-lsp has been deprecated, use `ruff server` instead"; # added 2025-04-21
687687
runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03
688688
safe = throw "safe has been removed, it was unmaintained sinced October 2019"; # added 2024-07-28
689+
sabyenc = throw "sabyenc has been removed, due to no updates since June 2019 and being superseded by sabyenc3"; # added 2025-05-03
689690
sampledata = throw "sampledata has been removed, it was unmaintained since 2017"; # added 2024-07-27
690691
sapi-python-client = kbcstorage; # added 2022-04-20
691692
scikitimage = scikit-image; # added 2023-05-14

pkgs/top-level/python-packages.nix

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

1537915379
sabctools = callPackage ../development/python-modules/sabctools { };
1538015380

15381-
sabyenc = callPackage ../development/python-modules/sabyenc { };
15382-
1538315381
sabyenc3 = callPackage ../development/python-modules/sabyenc3 { };
1538415382

1538515383
sacn = callPackage ../development/python-modules/sacn { };

0 commit comments

Comments
 (0)