Search Criteria
Package Details: svg2tikz-git 3.3.0+12.r572.20250314.2eefdc0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/svg2tikz-git.git (read-only, click to copy) |
---|---|
Package Base: | svg2tikz-git |
Description: | Set of tools for converting SVG graphics to TikZ/PGF code. |
Upstream URL: | http://xyz2tex.github.io/svg2tikz/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | inkscape-tikz, python-svg2tikz, svg2tikz, svg2tikz-doc |
Provides: | inkscape-tikz, python-svg2tikz, svg2tikz, svg2tikz-doc |
Replaces: | inkscape-tikz-hg |
Submitter: | haawda |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-23 13:27 (UTC) |
Last Updated: | 2025-03-30 11:22 (UTC) |
Dependencies (24)
- python (python37AUR, python311AUR, python310AUR)
- python-inkexAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-argparse (make)
- python-sphinx-click (make)
- python-sphinx-copybutton (make)
- python-sphinx-furo (make)
- python-sphinxext-opengraph (make)
- python-wheel (make)
- texlive-bin (texlive-installerAUR, texlive-fullAUR) (make)
- texlive-binextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- texlive-fontsrecommended (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- texlive-latexrecommended (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- python-inkexAUR (check)
- python-lxml (check)
- inkscape (inkscape-gitAUR) (optional) – for using the inksape extension files.
- python-lxml (optional)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
dreieck commented on 2024-05-30 08:30 (UTC)
Ahoj,
Thanks for noticing
python-lxml
.I have added it to
checkdepends
.But I could not find the string
numpy
orclasspath
in any file in the downloaded source directory. How you come that they are needed?, or did you list them just as examples?poetry.lock
contains reference tonumpy
, but also many, many other packages.I do not know what that means.
I also added a couple of more
python-phinx*
packages tomakedepends
sincepyproject.toml
lists them under[tool.poetry.group.docs.dependencies]
. But build so far has also worked for me without them, so I am not sure; furthermorepyproject.toml
has as overall software versionversion = "3.0.1"
, but upstream is already at3.1.0
, so I do not know how up to date the dependency information inpyproject.toml
is. Can you enlighten me about it?I do not know how python-own packaging works and what the metadata means. The only packaging format I know about is Arch Linux.
Regards!
lamarpavel commented on 2024-05-30 07:09 (UTC) (edited on 2024-05-30 07:12 (UTC) by lamarpavel)
The tests are failing due to missing dependencies:
If the tests are enabled by default in the PKGBUILD,
python-lxml
should be incheckdepends
. Same forpython-cssselect
,numpy
and whichever other modules are needed.AlbertoAru commented on 2024-05-29 16:06 (UTC)
Hi! Thanks for replying! Yes, I do have it installed. I've tried to update it again, and got the same errors :(
dreieck commented on 2024-05-29 11:18 (UTC) (edited on 2024-05-29 11:19 (UTC) by dreieck)
That's strange, I cannot reproduce, I just did a fresh build.
Do you have the dependency
python-inkex
installed?It is listed in the
depends
array.Does it also need to be listed in
checkdepends
, even though it is independs
?Anyway, I just also added it to
checkdepends
.Regards!
AlbertoAru commented on 2024-05-29 09:35 (UTC) (edited on 2024-05-29 10:15 (UTC) by AlbertoAru)
inkex importing error came back:
dreieck commented on 2024-01-15 18:19 (UTC)
Thanks, @Patchke, for notifying.
Done.
Patschke commented on 2024-01-15 16:13 (UTC)
The
check()
step fails for me with a ModuleNotFoundError on the python packageinkex
. There seems to exist an AUR packagepython-inkex
, so I assume you could add that as dependency for thecheck()
step.dreieck commented on 2024-01-13 17:10 (UTC)
I fixed the package.
dreieck commented on 2023-11-02 09:37 (UTC)
Also, the maintainer according to the
Maintainer:
line is not the same as the maintainer according to the AUR information.« First ‹ Previous 1 2 3 4 Next › Last »