Commit 16684c97 authored by R. RyanTM's avatar R. RyanTM Committed by Doron Behar
Browse files

python3Packages.beets: 2.8.0 -> 2.9.0

parent 5d428d54
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
  lib,
  stdenv,
  buildPythonPackage,
  pythonAtLeast,
  fetchFromGitHub,

  # build-system
@@ -113,16 +112,14 @@

buildPythonPackage (finalAttrs: {
  pname = "beets";
  version = "2.8.0";
  version = "2.9.0";
  src = fetchFromGitHub {
    owner = "beetbox";
    repo = "beets";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8sYoy11eocn7UDeTuaPqOxXZLdUqkabU4DMNLBD5Xp4=";
    hash = "sha256-dJhWKZwhKXyFQVO9xt2v/NSa7bSg0e78zga/t9dlTyE=";
  };
  pyproject = true;
  # Waiting for https://github.com/beetbox/beets/pull/6267
  disabled = pythonAtLeast "3.14";

  patches = extraPatches;

@@ -181,6 +178,7 @@ buildPythonPackage (finalAttrs: {
  ];

  nativeCheckInputs = [
    ffmpeg
    pytestCheckHook
    pytest-cov-stub
    pytest-flask
@@ -273,13 +271,12 @@ buildPythonPackage (finalAttrs: {
        bareasc = { };
        beatport.propagatedBuildInputs = [ requests-oauthlib ];
        bench.testPaths = [ ];
        bpd.testPaths = [ ];
        bpd = { };
        bpm.testPaths = [ ];
        bpsync.testPaths = [ ];
        bucket = { };
        chroma = {
          propagatedBuildInputs = [ pyacoustid ];
          testPaths = [ ];
          wrapperBins = [
            chromaprint
          ];