Package Details: python-mopidy-tidal 0.3.4-2

Git Clone URL: https://aur.archlinux.org/python-mopidy-tidal.git (read-only, click to copy)
Package Base: python-mopidy-tidal
Description: Tidal music service integration
Upstream URL: https://github.com/tehkillerbee/mopidy-tidal
Licenses: Apache
Submitter: johnhamelink
Maintainer: mxp43p
Last Packager: mxp43p
Votes: 0
Popularity: 0.000000
First Submitted: 2020-09-30 22:27 (UTC)
Last Updated: 2024-02-15 19:25 (UTC)

Latest Comments

mxp43p commented on 2024-02-15 19:29 (UTC)

Sorry for the late fix, I added 'python-poetry-core' to the make dependencies. I didn't notice since I hade poetry installed already. Thanks for the hint.

joshmock commented on 2023-09-18 15:02 (UTC)

Tried upgrading to 0.3.4-1 today. Got the following error:

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'poetry'

ERROR Backend 'poetry.core.masonry.api' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-mopidy-tidal-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-mopidy-tidal - exit status 4

Installing python-poetry-core fixed it, so I believe the makedepends in PKGBUILD just needs to be updated. python-poetry may also work, but I didn't try.

dreieck commented on 2021-04-14 15:52 (UTC)

$pkgrel is 01 when querying the AUR, but in the PKGBUILD itself it is still 00.

Can you fix this, please?

Thanks for maintaining!