Search Criteria
Package Details: python-skia-pathops 0.8.0.post2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-skia-pathops.git (read-only, click to copy) |
---|---|
Package Base: | python-skia-pathops |
Description: | Python bindings for the Skia library’s Path Ops (wheel) |
Upstream URL: | https://github.com/fonttools/skia-pathops |
Licenses: | BSD-3-Clause |
Submitter: | thrasibule |
Maintainer: | thrasibule (alerque) |
Last Packager: | alerque |
Votes: | 6 |
Popularity: | 0.102057 |
First Submitted: | 2019-08-19 18:25 (UTC) |
Last Updated: | 2025-05-29 12:09 (UTC) |
Dependencies (2)
- python (python37AUR)
- python-installer (make)
Required by (19)
- drawbot-skia
- fontship
- fontship-git
- ftcli-git
- gftools
- manim
- manim-git
- picosvg
- python-fontmake (check)
- python-fontmake (optional)
- python-fontmake-git (check)
- python-fontmake-git (optional)
- python-fonttools-git (check)
- python-foundrytools
- python-manimgl
- python-ufo2ft (check)
- python-ufo2ft (optional)
- python-ufo2ft-git (check)
- python-ufo2ft-git (optional)
Latest Comments
« First ‹ Previous 1 2
alerque commented on 2020-10-07 12:06 (UTC)
I have bumped this to 0.5.1, but the check function is still failing the same way it started to in 0.4.1. You can build it with
--nocheck
for now, but I have reported the issue upstream because something in the test framework seems to be using something that has been deprecated (either in pytest or one of the other check dependencies).eliminator commented on 2020-09-22 02:32 (UTC)
fail to build dont pass all tests.
alerque commented on 2020-03-26 07:57 (UTC)
Thanks for bumping this. I'd like to suggest a couple of tweaks in line with the Arch Python package guidelines. I happened to catch PyPI in maintenance mode and the URL recommended on the Wiki is more stable. Also I broke up the package() function into build() and package() steps and made a few other tweeks such as ordering keys and dropping empty ones. Please consider this patch (should apply via
git am
):« First ‹ Previous 1 2