pythonPackages.mutagen: 1.42.0 -> 1.43.0
Not updating to 1.44.0 due to it dropping Python 2 support.
This commit is contained in:
parent
c933a700c3
commit
316db29457
@ -6,24 +6,20 @@
|
|||||||
, pycodestyle
|
, pycodestyle
|
||||||
, pyflakes
|
, pyflakes
|
||||||
, pytest
|
, pytest
|
||||||
|
, setuptools
|
||||||
, pkgs
|
, pkgs
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mutagen";
|
pname = "mutagen";
|
||||||
version = "1.42.0";
|
version = "1.43.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c";
|
sha256 = "3a982d39f1b800520a32afdebe3543f972e83a6ddd0c0198739a161ee705b588";
|
||||||
};
|
|
||||||
|
|
||||||
# fix tests with updated pycodestyle
|
|
||||||
patches = fetchpatch {
|
|
||||||
url = https://github.com/quodlibet/mutagen/commit/0ee86ef9d7e06639a388d0638732810b79998608.patch;
|
|
||||||
sha256 = "1bj3mpbv7krh5m1mvfl0z18s8wdxb1949zcnkcqxp2xl5fzsi288";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ setuptools ];
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pkgs.faad2 pkgs.flac pkgs.vorbis-tools pkgs.liboggz
|
pkgs.faad2 pkgs.flac pkgs.vorbis-tools pkgs.liboggz
|
||||||
pkgs.glibcLocales pycodestyle pyflakes pytest hypothesis
|
pkgs.glibcLocales pycodestyle pyflakes pytest hypothesis
|
||||||
@ -32,7 +28,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python multimedia tagging library";
|
description = "Python multimedia tagging library";
|
||||||
homepage = https://mutagen.readthedocs.io/;
|
homepage = "https://mutagen.readthedocs.io";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user