Package Details: deemix-py 3.6.6-1

Git Clone URL: https://aur.archlinux.org/deemix-py.git (read-only, click to copy)
Package Base: deemix-py
Description: A barebone deezer downloader library
Upstream URL: https://pypi.org/project/deemix/
Keywords: deemix deezer
Licenses: GPL3
Conflicts: deemix, deemix-git
Submitter: dakataca
Maintainer: dakataca
Last Packager: dakataca
Votes: 2
Popularity: 0.000065
First Submitted: 2022-09-29 02:46 (UTC)
Last Updated: 2023-11-11 20:16 (UTC)

Latest Comments

crabvk commented on 2023-11-11 20:20 (UTC)

wut?

dakataca commented on 2023-11-11 20:18 (UTC) (edited on 2023-11-11 20:19 (UTC) by dakataca)

@crabvk depens python-setuptools add!

crabvk commented on 2023-01-20 20:44 (UTC)

@dakataca
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

dakataca commented on 2023-01-20 20:20 (UTC)

@crabvk I don't understand what you mean by building in clean chroot?

crabvk commented on 2023-01-17 13:54 (UTC) (edited on 2023-01-17 13:58 (UTC) by crabvk)

@dakataca
LOL, I'm not making judgments here, just pointing out to the issue with your script.
All deps are met in my case. I invite you to try to build in clean chroot and see on your own.

dakataca commented on 2023-01-13 00:57 (UTC)

Keep these details in mind before making judgments.
  • 0 errors at 12/01/2023 19:59 :).

crabvk commented on 2022-12-26 21:17 (UTC) (edited on 2022-12-26 21:19 (UTC) by crabvk)

Trying to build this package in clean chroot I've got error:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().

Btw, the docs explicitly says

If no pyproject.toml can be found

which is the case with deemix code base

it means the project is using the old legacy format, which uses a setup.py file which invokes setuptools or distutils.

dakataca commented on 2022-09-29 18:34 (UTC) (edited on 2022-09-29 19:05 (UTC) by dakataca)

Differences with deemix
Dependencies

FabioLolix commented on 2022-09-29 17:11 (UTC)

What is the difference with deemix https://aur.archlinux.org/packages/deemix?