Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.{bpycv,zcs,boxx,fn}: remove #380443

Merged
merged 4 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
44 changes: 0 additions & 44 deletions pkgs/development/python-modules/boxx/default.nix

This file was deleted.

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.

39 changes: 0 additions & 39 deletions pkgs/development/python-modules/fn/default.nix

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/development/python-modules/zcs/default.nix

This file was deleted.

13 changes: 0 additions & 13 deletions pkgs/development/python-modules/zcs/fix-test-yaml.patch

This file was deleted.

4 changes: 4 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ 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
boxx = throw "boxx was removed as it is no longer used by any packages in nixpkgs."; # added 2025-02-08
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 Expand Up @@ -239,6 +241,7 @@ mapAliases ({
flufl_bounce = flufl-bounce; # added 2023-11-03
flufl_i18n = flufl-i18n; # added 2023-11-03
flufl_lock = flufl-lock; # added 2023-11-03
fn = throw "fn was removed as it is no longer used by any package in nixpkgs, it is not compatible with python 3.11 or newer and it was last updated in 2014."; # added 2025-02-08
forbiddenfruit = throw "forbiddenfruit has been removed, because it was unmaintained and relied on the nose test framework"; # added 2024-07-08
FormEncode = formencode; # added 2023-02-19
foundationdb51 = throw "foundationdb51 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
Expand Down Expand Up @@ -760,6 +763,7 @@ mapAliases ({
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
zc-buildout221 = zc-buildout; # added 2021-07-21
zc_lockfile = zc-lockfile; # added 2024-01-06
zcs = throw "zcs was removed as it is no longer used by any packages in nixpkgs."; # added 2025-02-08
zipstream = throw "zipstream has been removed, because it has been unmaintained for 6 years and there are no dependent packages"; # added 2024-05-26
zipstream-new = throw "zipstream-new has been removed, because it was packaged as a dependency for octoprint, which has switched to zipstream-ng since."; # added 2024-01-05
zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26
Expand Down
8 changes: 0 additions & 8 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1876,12 +1876,8 @@ self: super: with self; {

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

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

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 Expand Up @@ -4898,8 +4894,6 @@ self: super: with self; {

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

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

fnv-hash-fast = callPackage ../development/python-modules/fnv-hash-fast { };

fnvhash = callPackage ../development/python-modules/fnvhash { };
Expand Down Expand Up @@ -18689,8 +18683,6 @@ self: super: with self; {

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

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

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

zeek = (toPythonModule (pkgs.zeek.broker.override {
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/release-cuda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ let
xgboost = linux;

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