python3Packages.beets: mark bpsync plugin deprecated

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

Assisted-by: Codex (GPT-5)
(cherry picked from commit bfbb7882ca)
This commit is contained in:
staticdev
2026-07-16 10:12:27 +02:00
committed by github-actions[bot]
parent f58d893cb6
commit f9ff7e7a12

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 = { };