Search Criteria
Package Details: python-svgpathtools 1.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-svgpathtools.git (read-only, click to copy) |
---|---|
Package Base: | python-svgpathtools |
Description: | Manipulate and analyze SVG Path objects and Bezier curves |
Upstream URL: | https://github.com/mathandy/svgpathtools |
Keywords: | bezier path svg vector |
Licenses: | MIT |
Submitter: | pintert3 |
Maintainer: | pintert3 |
Last Packager: | pintert3 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-05 22:25 (UTC) |
Last Updated: | 2023-08-13 19:36 (UTC) |
Dependencies (5)
- python (python32AUR, python37AUR, python310AUR)
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-gitAUR)
- python-svgwrite (python-svgwrite-gitAUR)
- python-setuptools (make)
Latest Comments
pintert3 commented on 2023-07-22 15:11 (UTC)
Thanks for the heads up guys. Been quite busy of lately, and you're comments are very helpful. Will work on fixing it today.
cedric-air commented on 2023-07-22 06:15 (UTC)
this PKGBUILD makes the current version (1.6.1):
dreieck commented on 2023-07-18 16:36 (UTC)
You need to change the installation routines, moving away from
setup.py
, and using python-build, python-installer, python-wheel:Regards!