Search Criteria
Package Details: python-freetype-py 2.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-freetype-py.git (read-only, click to copy) |
---|---|
Package Base: | python-freetype-py |
Description: | FreeType Python bindings |
Upstream URL: | https://github.com/rougier/freetype-py |
Licenses: | BSD-3-Clause |
Submitter: | jleahy |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 10 |
Popularity: | 0.48 |
First Submitted: | 2016-03-12 17:49 (UTC) |
Last Updated: | 2024-08-29 19:07 (UTC) |
Dependencies (7)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
carlosal1015 commented on 2023-05-08 16:44 (UTC)
Thanks, I'll update progressively all my python (not broken) packages with PEP517.
alerque commented on 2023-05-04 14:03 (UTC)
Please update the build using python-{build,installer,wheel}, see the Arch wiki for Python packaging guidelines.
daniel_shub commented on 2021-02-17 15:20 (UTC)
I was unable to build this in a clean chroot. The build process wanted pip and wheel to be installed, but this seemed wrong to me. I asked on the forum (https://bbs.archlinux.org/viewtopic.php?id=263693) and they suggested a patch adding
sed -i 's/setuptools_scm[toml]/setuptools_scm/' setup.py
to the beginning of the prepare function.