Skip to content

Commit

Permalink
Merge pull request #330404 from Sigmanificient/safe
Browse files Browse the repository at this point in the history
python312Package.safe: drop
  • Loading branch information
emilazy authored Jul 31, 2024
2 parents 9aeb548 + 15f1ec7 commit abcd995
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
24 changes: 0 additions & 24 deletions pkgs/development/python-modules/safe/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 @@ -524,6 +524,7 @@ mapAliases ({
ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01
inherit (super.pkgs) ruff-lsp; # added 2023-06-23
runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03
safe = throw "safe has been removed, it was unmaintained sinced October 2019"; # added 2024-07-28
sampledata = throw "sampledata has been removed, it was unmaintained since 2017"; # added 2024-07-27
sapi-python-client = kbcstorage; # added 2022-04-20
scikitimage = scikit-image; # added 2023-05-14
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 @@ -13878,8 +13878,6 @@ self: super: with self; {

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

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

safe-pysha3 = callPackage ../development/python-modules/safe-pysha3 { };

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

0 comments on commit abcd995

Please sign in to comment.