python3Packages.beets: mark bpsync plugin deprecated

The plugin depends on the retired Beatport API and is no longer functional.

Assisted-by: Codex (GPT-5)
This commit is contained in:
staticdev
2026-07-16 10:12:27 +02:00
committed by Doron Behar
parent 79835e4005
commit bfbb7882ca

View File

@@ -279,6 +279,8 @@ buildPythonPackage (finalAttrs: {
bpd = { };
bpm.testPaths = [ ];
bpsync = {
# plugin retired: https://github.com/beetbox/beets/issues/3862.
deprecated = true;
testPaths = [ ];
};
bucket = { };