Skip to content

Commit

Permalink
python3Packages.bpycv: remove
Browse files Browse the repository at this point in the history
The bpycv package is incompatible with blender version 4 or later. It
seems that neither upstream author nor the nixpkgs maintainer are
currently interested in updating/maintaining this package.

See:
- NixOS#379872
- DIYer22/bpycv#51
- NixOS#380403
- NixOS#380443
  • Loading branch information
ruro authored and eclairevoyant committed Feb 17, 2025
1 parent fa5c45b commit dc00d7f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 145 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@

- The behavior of the `networking.nat.externalIP` and `networking.nat.externalIPv6` options has been changed. `networking.nat.forwardPorts` now only forwards packets destined for the specified IP addresses.

- `python3Packages.bpycv` has been removed due to being incompatible with Blender 4 and unmaintained.

- `python3Packages.jaeger-client` was removed because it was deprecated upstream. [OpenTelemetry](https://opentelemetry.io) is the recommended replacement.

- `nodePackages.meshcommander` has been removed, as the package was deprecated by Intel.
Expand Down
80 changes: 0 additions & 80 deletions pkgs/development/python-modules/bpycv/bpycv-test.py

This file was deleted.

62 changes: 0 additions & 62 deletions pkgs/development/python-modules/bpycv/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 @@ -92,6 +92,7 @@ mapAliases ({
BlinkStick = blinkstick; # added 2023-02-19
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
boto = throw "boto was removed as it is deprecated upstream, had not been updated since 2018, and failed to build; please use boto3 and botocore"; # Added 2024-09-22
bpycv = throw "bpycv was removed as it is incompatible with blender version 4 or later."; # added 2025-02-08
bsblan = python-bsblan; # added 2022-11-04
btchip = btchip-python; # added 2023-03-03
bugz = throw "use pkgs.pybugz instead"; # added 2024-12-31
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 @@ -1880,8 +1880,6 @@ self: super: with self; {

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

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

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

bpython = callPackage ../development/python-modules/bpython { };
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/release-cuda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ let

python3Packages = {
boxx = linux;
bpycv = linux;
catboost = linux;
cupy = linux;
faiss = linux;
Expand Down

0 comments on commit dc00d7f

Please sign in to comment.