python311Packages.eyed3: rename from eyeD3

This commit is contained in:
Felix Buehler 2024-01-03 21:23:09 +01:00 committed by Martin Weinelt
parent 9c2f7eb95d
commit 9fddd791c6
5 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyeD3 { lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyed3
, lame, flac, glyr , lame, flac, glyr
, perlPackages , perlPackages
, makeWrapper }: , makeWrapper }:
@ -40,7 +40,7 @@ in
--prefix PERL5LIB : "$PERL5LIB" \ --prefix PERL5LIB : "$PERL5LIB" \
--prefix PATH ":" ${lib.makeBinPath [ --prefix PATH ":" ${lib.makeBinPath [
"$out" which libcdio-paranoia cddiscid wget "$out" which libcdio-paranoia cddiscid wget
vorbis-tools id3v2 eyeD3 lame flac glyr vorbis-tools id3v2 eyed3 lame flac glyr
]} ]}
done done
''; '';

View file

@ -57,7 +57,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
pygobject3 pygobject3
eyeD3 eyed3
pillow pillow
mutagen mutagen
pytaglib pytaglib

View file

@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
mygpoclient mygpoclient
requests requests
pygobject3 pygobject3
eyeD3 eyed3
podcastparser podcastparser
html5lib html5lib
mutagen mutagen

View file

@ -138,6 +138,7 @@ mapAliases ({
enhancements = throw "enhancements is unmaintained upstream and has therefore been removed"; # added 2023-10-27 enhancements = throw "enhancements is unmaintained upstream and has therefore been removed"; # added 2023-10-27
et_xmlfile = et-xmlfile; # added 2023-10-16 et_xmlfile = et-xmlfile; # added 2023-10-16
ev3dev2 = python-ev3dev2; # added 2023-06-19 ev3dev2 = python-ev3dev2; # added 2023-06-19
eyeD3 = eyed3; # added 2024-01-03
Fabric = fabric; # addedd 2023-02-19 Fabric = fabric; # addedd 2023-02-19
face_recognition = face-recognition; # added 2022-10-15 face_recognition = face-recognition; # added 2022-10-15
face_recognition_models = face-recognition-models; # added 2022-10-15 face_recognition_models = face-recognition-models; # added 2022-10-15

View file

@ -3817,7 +3817,7 @@ self: super: with self; {
extruct = callPackage ../development/python-modules/extruct { }; extruct = callPackage ../development/python-modules/extruct { };
eyeD3 = callPackage ../development/python-modules/eyed3 { }; eyed3 = callPackage ../development/python-modules/eyed3 { };
ezdxf = callPackage ../development/python-modules/ezdxf { }; ezdxf = callPackage ../development/python-modules/ezdxf { };