Loading pkgs/development/python-modules/beets/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ lib, stdenv, buildPythonPackage, pythonAtLeast, fetchFromGitHub, # build-system Loading Loading @@ -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; Loading Loading @@ -181,6 +178,7 @@ buildPythonPackage (finalAttrs: { ]; nativeCheckInputs = [ ffmpeg pytestCheckHook pytest-cov-stub pytest-flask Loading Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/beets/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ lib, stdenv, buildPythonPackage, pythonAtLeast, fetchFromGitHub, # build-system Loading Loading @@ -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; Loading Loading @@ -181,6 +178,7 @@ buildPythonPackage (finalAttrs: { ]; nativeCheckInputs = [ ffmpeg pytestCheckHook pytest-cov-stub pytest-flask Loading Loading @@ -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 ]; Loading