Package Details: fanficfare 4.33.0-1

Git Clone URL: https://aur.archlinux.org/fanficfare.git (read-only, click to copy)
Package Base: fanficfare
Description: A tool for downloading fanfiction to eBook formats
Upstream URL: https://github.com/JimmXinu/FanFicFare
Licenses: Apache
Submitter: arojas
Maintainer: khoyo
Last Packager: khoyo
Votes: 1
Popularity: 0.000003
First Submitted: 2022-04-01 17:16 (UTC)
Last Updated: 2024-04-02 11:22 (UTC)

Latest Comments

khoyo commented on 2023-12-03 00:36 (UTC)

Thanks, should be fixed now

BrainDamage commented on 2023-10-12 07:33 (UTC)

this package fails to build in a clean chroot due to missing makedeps.

/usr/bin/python: No module named build

but even after that's resolved, because the modern buildsystem still somehow sources the old one you'll also get:

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 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta' is not available.

so the makedeps needed become:

python-build
python-installer
python-wheel
python-setuptools