Package Details: python-eyed3 0.9.8-1

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: 11
Popularity: 0.103683
First Submitted: 2022-11-22 09:00 (UTC)
Last Updated: 2025-04-27 08:44 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

blackhole commented on 2024-07-06 12:40 (UTC) (edited on 2024-07-06 12:41 (UTC) by blackhole)

Using makepkg:


fun = 'safe_dump', method = 'dump', arg = "typ='safe', pure=True", comment = 'instead of'

    def error_deprecation(fun: Any, method: Any, arg: str = '', comment: str = 'instead of') -> None:  # NOQA
        import inspect

        s = f'\n"{fun}()" has been removed, use\n\n  yaml = YAML({arg})\n  yaml.{method}(...)\n\n{comment}'  # NOQA
        try:
            info = inspect.getframeinfo(inspect.stack()[2][0])
            context = '' if info.code_context is None else "".join(info.code_context)
            s += f' file "{info.filename}", line {info.lineno}\n\n{context}'
        except Exception as e:
            _ = e
        s += '\n'
        if sys.version_info < (3, 10):
            raise AttributeError(s)
        else:
>           raise AttributeError(s, name=None)
E           AttributeError: 
E           "safe_dump()" has been removed, use
E           
E             yaml = YAML(typ='safe', pure=True)
E             yaml.dump(...)
E           
E           instead of file "/media/linux/Downloads/Temp/python-eyed3/src/eyeD3-0.9.7/eyed3/plugins/yamltag.py", line 29
E           
E                           print(yaml.safe_dump(audioFileToJson(self.audio_file),

/usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1039: AttributeError
============================================================ warnings summary ============================================================
tests/test_classic_plugin.py:879
  /media/linux/Downloads/Temp/python-eyed3/src/eyeD3-0.9.7/tests/test_classic_plugin.py:879: PytestUnknownMarkWarning: Unknown pytest.mark.audiofile_name - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.audiofile_name("unknown-frame-ASDF.mp3")

tests/test_jsonyaml_plugin.py::testJsonPlugin
tests/test_jsonyaml_plugin.py::testYamlPlugin
  /media/linux/Downloads/Temp/python-eyed3/src/eyeD3-0.9.7/eyed3/plugins/jsontag.py:42: DeprecationWarning: Use Tag.getBestDate() instead
    member = getattr(tag, name)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================================================== short test summary info =========================================================
FAILED tests/test_jsonyaml_plugin.py::testYamlPlugin - AttributeError: 
=============================================== 1 failed, 183 passed, 3 warnings in 0.99s ================================================
==> ERROR: A failure occurred in check().
    Aborting...

FabioLolix commented on 2024-07-06 12:36 (UTC)

@blackhole build fine for me both with makepkg and devtools

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?