Skip to content

Commit

Permalink
Merge pull request #287543 from OroraTech/chore/remove-pyuavcan
Browse files Browse the repository at this point in the history
python312Packages.pyuavcan: remove deprecated package
  • Loading branch information
wegank authored Feb 11, 2024
2 parents 7184d67 + 1fe9251 commit ebddbb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
51 changes: 0 additions & 51 deletions pkgs/development/python-modules/pyuavcan/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 @@ -413,6 +413,7 @@ mapAliases ({
pytorchWithCuda = torchWithCuda; # added 2022-09-30
pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
pytwitchapi = twitchapi; # added 2022-03-07
pyuavcan = throw "pyuavcan has been renamed to pycyphal and the old package deprecated, use pycyphal instead"; # added 2024-02-09
pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
Expand Down
11 changes: 0 additions & 11 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12128,17 +12128,6 @@ self: super: with self; {

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

pyuavcan = callPackage
../development/python-modules/pyuavcan { # this version pinpoint to anold version is necessary due to a regression
nunavut = self.nunavut.overridePythonAttrs (old: rec {
version = "0.2.3";
src = old.src.override {
inherit version;
hash = "sha256-pZtRUvQMpqrnW5+8umsRcNhF9NJZJZ3I9yILVglMCnU=";
};
});
};

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

0 comments on commit ebddbb7

Please sign in to comment.