···413 pytorchWithCuda = torchWithCuda; # added 2022-09-30
414 pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
415 pytwitchapi = twitchapi; # added 2022-03-07
0416 pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
417 PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
418 pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
···413 pytorchWithCuda = torchWithCuda; # added 2022-09-30
414 pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
415 pytwitchapi = twitchapi; # added 2022-03-07
416+ pyuavcan = throw "pyuavcan has been renamed to pycyphal and the old package deprecated, use pycyphal instead"; # added 2024-02-09
417 pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
418 PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
419 pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
-11
pkgs/top-level/python-packages.nix
···1212812129 pyu2f = callPackage ../development/python-modules/pyu2f { };
1213012131- pyuavcan = callPackage
12132- ../development/python-modules/pyuavcan { # this version pinpoint to anold version is necessary due to a regression
12133- nunavut = self.nunavut.overridePythonAttrs (old: rec {
12134- version = "0.2.3";
12135- src = old.src.override {
12136- inherit version;
12137- hash = "sha256-pZtRUvQMpqrnW5+8umsRcNhF9NJZJZ3I9yILVglMCnU=";
12138- };
12139- });
12140- };
12141-12142 pyudev = callPackage ../development/python-modules/pyudev {
12143 inherit (pkgs) udev;
12144 };