Search Criteria
Package Details: python-inkex 1.3.0-3
Package Actions
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-06-04 15:24 (UTC) |
Dependencies (15)
- python (python37AUR, python311AUR, python310AUR)
- python-cssselect
- python-gobject (python-gobject-gitAUR)
- python-lxml
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-pillow (python-pillow-gitAUR)
- python-pyparsing
- python-pyserial
- scour (scour-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (4)
- boxes-py-git (optional)
- python-svg2tikz (optional)
- svg2tikz-git
- svg2tikz-git (check)
Latest Comments
dreieck commented on 2024-06-02 21:43 (UTC)
You might need to add
python-numpy
todepends
oroptdepends
array, see ↗ here.Regards!
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 justpython-poetry-core
?). Without it:After installing
python-poetry
, it builds fine.