Search Criteria
Package Details: python-svgelements 1.9.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-svgelements.git (read-only, click to copy) |
---|---|
Package Base: | python-svgelements |
Description: | Svg Elements Parsing |
Upstream URL: | https://github.com/meerk40t/svgelements |
Keywords: | python svg |
Licenses: | MIT |
Submitter: | Rubo |
Maintainer: | Rubo |
Last Packager: | Rubo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-15 13:38 (UTC) |
Last Updated: | 2024-05-04 12:08 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pillow (python-pillow-gitAUR) (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (check)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (optional) – fast linearization for Shapes
- python-pillow (python-pillow-gitAUR) (optional) – load images with SVGImage
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (optional) – exact arc length
Latest Comments
Rubo commented on 2024-05-04 12:09 (UTC) (edited on 2024-05-04 12:11 (UTC) by Rubo)
@groctel thanks, fixed it. There was also a typo on
test_write.py
. I will report it upstream.Update: they have been fixed upstream after the last release, so I will keep the patch until a new release.
groctel commented on 2024-05-03 15:22 (UTC)
The package fails to build due to a wrong assert function being called in the tests run by the
check
function. Commenting out the checks works as a workaround.Rubo commented on 2023-01-04 21:09 (UTC)
@MithicSpirit done
MithicSpirit commented on 2023-01-04 20:24 (UTC)
Build fails due to lack of setuptools. Should be added to makedepends.