Package Details: python-inkex 1.3.0-2

Git Clone URL: https://aur.archlinux.org/python-inkex.git (read-only, click to copy)
Package Base: python-inkex
Description: Python extensions for Inkscape core, separated out from main repository.
Upstream URL: https://gitlab.com/inkscape/extensions
Licenses: GPL2
Submitter: Popolon
Maintainer: Popolon
Last Packager: Popolon
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-04 23:29 (UTC)
Last Updated: 2024-03-26 14:36 (UTC)

Latest Comments

Popolon commented on 2024-03-26 14:38 (UTC)

Thanks, I added missing dependencies. some other package requires inkex to be installed in standard path, inkscape package install it on it's own extension folder instead.

carlosal1015 commented on 2024-03-16 12:52 (UTC)

inkscape already provides inkex.

gyscos commented on 2024-03-05 20:36 (UTC) (edited on 2024-03-05 20:37 (UTC) by gyscos)

I suspect this package requires python-poetry to build (or maybe just python-poetry-core?). Without it:

==> Making package: python-inkex 1.3.0-1 (Tue 05 Mar 2024 03:34:59 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> 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 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.

After installing python-poetry, it builds fine.