Package Details: python-eyed3 0.9.7-3

Git Clone URL: https://aur.archlinux.org/python-eyed3.git (read-only, click to copy)
Package Base: python-eyed3
Description: A Python module and program for processing information about mp3 files
Upstream URL: https://eyed3.nicfit.net/
Licenses: GPL-3.0-or-later
Submitter: amish
Maintainer: amish (FabioLolix)
Last Packager: FabioLolix
Votes: 12
Popularity: 1.19
First Submitted: 2022-11-22 09:00 (UTC)
Last Updated: 2024-07-06 11:31 (UTC)

Pinned Comments

FabioLolix commented on 2024-07-07 09:06 (UTC)

Is there a way around that?

Build with devtools https://aur.archlinux.org/packages/python-eyed3#comment-981176

FabioLolix commented on 2024-07-06 16:00 (UTC) (edited on 2024-07-21 10:13 (UTC) by FabioLolix)

Maybe some missing dependencies?

No, it build fine with devtools

/usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1039: AttributeError

Having python-ruamel-yaml installed will fail 1 test

Build with extra-x86_64-build from devtools package https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot


The issue is reported for more then a year, I have subscribed to it

https://github.com/nicfit/eyeD3/issues/601

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

blackhole commented on 2024-07-06 12:35 (UTC)

I cannot compile it. Same error as reported before:

/usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1039: AttributeError

FabioLolix commented on 2024-07-06 11:31 (UTC)

Update license, pkgbuild is fine

amish commented on 2024-07-06 10:37 (UTC)

@FabioLolix - any chance you can look at package? Thanks

FabioLolix commented on 2024-05-22 08:09 (UTC)

Hi, I'm still interested; I'm only busy that I'm reconstructing home

amish commented on 2024-05-22 03:04 (UTC)

@FabioLolix - Hi, I had added you as co-maintainer as you had shown interest. Are you still interested? Do let me know. Thanks.

amish commented on 2024-04-30 12:15 (UTC)

@FabioLolix - added as co-maintainer

FabioLolix commented on 2024-04-30 11:11 (UTC)

Hello, I'm interested since it is related to 2 of my pkgbuilds

amish commented on 2024-04-30 10:47 (UTC)

@dreieck - would you like to co-maintain the package?

dreieck commented on 2024-04-28 15:43 (UTC)

License specifier needs to be made SPDX-compliant:

python-eyed3 E: GPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

(e.g. GPL-3.0-or-later or GPL-2.0-or-later)

Regards and thanks for maintaining!

dreieck commented on 2024-04-28 15:42 (UTC)

According to namcap, there are missing dependencies:

python-eyed3 W: Referenced python module 'pylast.SIZE_MEDIUM' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.LastFMNetwork' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.SIZE_SMALL' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.SIZE_LARGE' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.SIZE_MEGA' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.WSError' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'pylast.SIZE_EXTRA_LARGE' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/lastfm.py'])
python-eyed3 W: Referenced python module 'ipdb' is an uninstalled dependency (needed in files ['usr/lib/python3.12/site-packages/eyed3/main.py'])
python-eyed3 E: Dependency python-importlib-metadata detected and not included (python modules ['importlib_metadata.distribution'] needed in files ['usr/bin/eyeD3'])
python-eyed3 E: Dependency python-setuptools detected and not included (python modules ['pkg_resources.load_entry_point'] needed in files ['usr/bin/eyeD3'])
python-eyed3 E: Dependency python-ruamel-yaml detected and not included (python modules ['ruamel.yaml'] needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/yamltag.py'])
python-eyed3 E: Dependency python-magic detected and not included (python modules ['magic'] needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/mimetype.py'])
python-eyed3 E: Dependency python-pillow detected and not included (python modules ['PIL', 'PIL.Image'] needed in files ['usr/lib/python3.12/site-packages/eyed3/plugins/art.py'])

If they are not needed as dependency, then consider adding them to the optdepends array.

Regards!