Package Details: python-sphinx-favicon 1.0.1-1

Git Clone URL: https://aur.archlinux.org/python-sphinx-favicon.git (read-only, click to copy)
Package Base: python-sphinx-favicon
Description: A Sphinx extension to add custom favicons.
Upstream URL: https://github.com/tcmetzger/sphinx-favicon
Licenses: MIT
Submitter: morealaz
Maintainer: morealaz
Last Packager: morealaz
Votes: 1
Popularity: 0.000002
First Submitted: 2022-07-11 08:46 (UTC)
Last Updated: 2023-04-23 06:03 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

xiretza commented on 2023-05-07 08:28 (UTC) (edited on 2023-05-07 08:28 (UTC) by xiretza)

According to the failing build, it needs python-setuptools. Please fix.

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

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 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta' is not available.

morealaz commented on 2022-08-12 14:24 (UTC)

@xiretza: According to Arch wiki it only need python-build, python-installer and python-wheel

xiretza commented on 2022-08-09 08:59 (UTC)

Requires makedepends=(python-setuptools).