python311Packages.eyed3: rename from eyeD3

authored by Felix Buehler and committed by Martin Weinelt 9fddd791 9c2f7eb9

+6 -5
+2 -2
pkgs/applications/audio/abcde/default.nix
··· 1 - { lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyeD3 1 + { lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyed3 2 2 , lame, flac, glyr 3 3 , perlPackages 4 4 , makeWrapper }: ··· 40 40 --prefix PERL5LIB : "$PERL5LIB" \ 41 41 --prefix PATH ":" ${lib.makeBinPath [ 42 42 "$out" which libcdio-paranoia cddiscid wget 43 - vorbis-tools id3v2 eyeD3 lame flac glyr 43 + vorbis-tools id3v2 eyed3 lame flac glyr 44 44 ]} 45 45 done 46 46 '';
+1 -1
pkgs/applications/audio/eartag/default.nix
··· 57 57 58 58 propagatedBuildInputs = with python3Packages; [ 59 59 pygobject3 60 - eyeD3 60 + eyed3 61 61 pillow 62 62 mutagen 63 63 pytaglib
+1 -1
pkgs/applications/audio/gpodder/default.nix
··· 60 60 mygpoclient 61 61 requests 62 62 pygobject3 63 - eyeD3 63 + eyed3 64 64 podcastparser 65 65 html5lib 66 66 mutagen
+1
pkgs/top-level/python-aliases.nix
··· 138 138 enhancements = throw "enhancements is unmaintained upstream and has therefore been removed"; # added 2023-10-27 139 139 et_xmlfile = et-xmlfile; # added 2023-10-16 140 140 ev3dev2 = python-ev3dev2; # added 2023-06-19 141 + eyeD3 = eyed3; # added 2024-01-03 141 142 Fabric = fabric; # addedd 2023-02-19 142 143 face_recognition = face-recognition; # added 2022-10-15 143 144 face_recognition_models = face-recognition-models; # added 2022-10-15
+1 -1
pkgs/top-level/python-packages.nix
··· 3817 3817 3818 3818 extruct = callPackage ../development/python-modules/extruct { }; 3819 3819 3820 - eyeD3 = callPackage ../development/python-modules/eyed3 { }; 3820 + eyed3 = callPackage ../development/python-modules/eyed3 { }; 3821 3821 3822 3822 ezdxf = callPackage ../development/python-modules/ezdxf { }; 3823 3823