Search Criteria
Package Details: python-svgpathtools 1.6.1-2
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: | 1 |
Popularity: | 0.009274 |
First Submitted: | 2022-09-05 22:25 (UTC) |
Last Updated: | 2024-06-18 23:56 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-svgwrite (python-svgwrite-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
Latest Comments
pintert3 commented on 2024-06-19 00:01 (UTC)
I've updated it to use the recommended standards-based tools. Thanks for the reminder @dreieck.
dreieck commented on 2024-04-28 10:46 (UTC)
Please move away from calling
setup.py
directly and instead usepython -m build
andpython -m installer
(together with the appropriatemakedepends
), as documented in the Arch Linux wiki for python packages:Regards and thanks for maintaining!
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!