I cannot compile it. Same error as reported before:
/usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1039: AttributeError
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) |
I cannot compile it. Same error as reported before:
/usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1039: AttributeError
Update license, pkgbuild is fine
@FabioLolix - any chance you can look at package? Thanks
Hi, I'm still interested; I'm only busy that I'm reconstructing home
@FabioLolix - Hi, I had added you as co-maintainer as you had shown interest. Are you still interested? Do let me know. Thanks.
@FabioLolix - added as co-maintainer
Hello, I'm interested since it is related to 2 of my pkgbuilds
@dreieck - would you like to co-maintain the package?
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!
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!
Pinned Comments
FabioLolix commented on 2024-07-07 09:06 (UTC)
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)
No, it build fine with devtools
Having
python-ruamel-yaml
installed will fail 1 testBuild with
extra-x86_64-build
fromdevtools
package https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chrootThe issue is reported for more then a year, I have subscribed to it
https://github.com/nicfit/eyeD3/issues/601