Skip to content

Commit

Permalink
Merge pull request #330029 from Sigmanificient/sampledata
Browse files Browse the repository at this point in the history
python312Packages.sampledata: drop
  • Loading branch information
emilazy authored Jul 27, 2024
2 parents 48bacf5 + 4355075 commit 20cbf21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
43 changes: 0 additions & 43 deletions pkgs/development/python-modules/sampledata/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 @@ -517,6 +517,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
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
scikitlearn = scikit-learn; # added 2021-07-21
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 @@ -13880,8 +13880,6 @@ self: super: with self; {

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

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

samplerate = callPackage ../development/python-modules/samplerate {
inherit (pkgs) libsamplerate;
};
Expand Down

0 comments on commit 20cbf21

Please sign in to comment.