Package Details: mnamer 2.5.5-1

Git Clone URL: https://aur.archlinux.org/mnamer.git (read-only, click to copy)
Package Base: mnamer
Description: A media organization tool
Upstream URL: https://github.com/jkwill87/mnamer
Keywords: batch cli media metadata movie organizer python television
Licenses: MIT
Submitter: ragouel
Maintainer: c4tz
Last Packager: c4tz
Votes: 5
Popularity: 0.000000
First Submitted: 2020-05-07 07:59 (UTC)
Last Updated: 2023-11-12 16:32 (UTC)

Latest Comments

IgnotusPeverell commented on 2023-03-28 02:24 (UTC)

error when making

error in mnamer setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
    appdirs>=1.4.*
           ~~~~~^
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: mnamer

lmartinez-mirror commented on 2022-07-08 18:05 (UTC)

I'm sorry, did you mean to post this to python-exceptiongroup's page? I don't see how this relates to mnamer.

gnacho commented on 2022-07-08 06:51 (UTC) (edited on 2022-07-08 06:51 (UTC) by gnacho)

On a clean installation of Manjaro GNOME 21.3.2 minimal.

=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/tmp/pamac-build-nacho/python-exceptiongroup/src/exceptiongroup-1.0.0rc8, configfile: pyproject.toml, testpaths: tests
plugins: socket-0.5.0
collected 0 items / 3 errors                                                                                                                                                                                      

===================================================================================================== ERRORS ======================================================================================================
______________________________________________________________________________________ ERROR collecting tests/test_catch.py _______________________________________________________________________________________
ImportError while importing test module '/var/tmp/pamac-build-nacho/python-exceptiongroup/src/exceptiongroup-1.0.0rc8/tests/test_catch.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_catch.py:3: in <module>
    from exceptiongroup import BaseExceptionGroup, ExceptionGroup, catch
E   ModuleNotFoundError: No module named 'exceptiongroup'
____________________________________________________________________________________ ERROR collecting tests/test_exceptions.py ____________________________________________________________________________________
ImportError while importing test module '/var/tmp/pamac-build-nacho/python-exceptiongroup/src/exceptiongroup-1.0.0rc8/tests/test_exceptions.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_exceptions.py:6: in <module>
    from exceptiongroup import BaseExceptionGroup, ExceptionGroup
E   ModuleNotFoundError: No module named 'exceptiongroup'
____________________________________________________________________________________ ERROR collecting tests/test_formatting.py ____________________________________________________________________________________
ImportError while importing test module '/var/tmp/pamac-build-nacho/python-exceptiongroup/src/exceptiongroup-1.0.0rc8/tests/test_formatting.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_formatting.py:3: in <module>
    from exceptiongroup import ExceptionGroup
E   ModuleNotFoundError: No module named 'exceptiongroup'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================================================================ 3 errors in 0.08s ================================================================================================

ragouel commented on 2021-01-16 00:36 (UTC)

Fixed.

hubnerd commented on 2021-01-06 10:40 (UTC)

Not working currently as requirements.txt requires guessit dep version as 3.1. Current version of guessit on aur is 3.2.

jkwill87 commented on 2021-01-06 07:04 (UTC)

mnmaer dev here.

This may be due to Arch's recent update from Python 3.8 to Python 3.9. Other AUR Python packages have reported similar breakages elsewhere on the internet. I suspect that you may some dependencies installed with Python 3.9 and other from the AUR using Python 3.8. If this is the case perhaps uninstalling and reinstalling the listed dependencies may sort out the issue? Sorry, I'm not the maintainer for this package and don't currently use Arch so I can't confirm whether this is the case.

gnacho commented on 2021-01-03 22:20 (UTC)

It's not working after last update. python-guessit seems to be the problem.

$ mnamer
Traceback (most recent call last):
  File "/usr/bin/mnamer", line 33, in <module>
    sys.exit(load_entry_point('mnamer==2.4.2', 'console_scripts', 'mnamer')())
  File "/usr/bin/mnamer", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: mnamer