Package Details: python-gotenberg-client 0.5.0-1

Git Clone URL: https://aur.archlinux.org/python-gotenberg-client.git (read-only, click to copy)
Package Base: python-gotenberg-client
Description: A Python client for interfacing with the Gotenberg API
Upstream URL: https://github.com/stumpylog/gotenberg-client
Licenses: MPL2
Submitter: amo
Maintainer: atomicfs
Last Packager: atomicfs
Votes: 2
Popularity: 1.00
First Submitted: 2023-11-30 15:27 (UTC)
Last Updated: 2024-04-13 15:11 (UTC)

Latest Comments

amo commented on 2023-12-01 06:53 (UTC)

You are just missing a make dependency: python-hatchling. I added it to makedepends and pushed a package update. Thanks for reporting.

derdon commented on 2023-11-30 22:40 (UTC) (edited on 2023-11-30 22:40 (UTC) by derdon)

Hi,

trying to build version 0.3.0-1 (as paperless-ngx dependency) gives my this 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 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'hatchling'

ERROR Backend 'hatchling.build' is not available.