Search Criteria
Package Details: python-uharfbuzz 0.41.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-uharfbuzz.git (read-only, click to copy) |
---|---|
Package Base: | python-uharfbuzz |
Description: | Streamlined Cython bindings for the harfbuzz shaping engine |
Upstream URL: | https://github.com/harfbuzz/ |
Licenses: | Apache-2.0 |
Submitter: | alerque |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 2 |
Popularity: | 0.000022 |
First Submitted: | 2020-07-25 21:16 (UTC) |
Last Updated: | 2024-10-29 13:37 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pkgconfig (make)
- python-scikit-build (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
Required by (12)
- diffenator2
- drawbot-skia
- fontdiffenator
- python-blackrenderer
- python-collidoscope
- python-fonttools-git (optional)
- python-fpdf2 (optional)
- python-gflanguages (check)
- python-pyhanko (optional)
- python-pyhanko (check)
- python-vharfbuzz
- ygt
Latest Comments
a821 commented on 2024-07-03 08:38 (UTC)
Typo?. It should be
check() {
instead.alerque commented on 2023-05-06 19:27 (UTC)
@RubenKelevra First, please don't use the "flag out of date" link for anything but actual out of date notices, it is not for build problems.
Second this does build, and it even builds in a clean chroot with only the exact dependencies specified.
The error in your report suggests to me that you did not install
python-build
as listed in themakedepends=()
array.micwoj92 commented on 2022-06-28 19:41 (UTC)
Hello, what are the chances of this package landing in official repos? Seeing that it is optdepend of python-fonttools
alerque commented on 2021-07-25 06:42 (UTC)
@kgizdov Looking back at this with some hindsight it appears you were correct on the SCM thing, sorry about that.
alerque commented on 2020-09-11 07:04 (UTC) (edited on 2020-09-11 07:06 (UTC) by alerque)
@kgizdov This does not require
python-setutools-scm
to build from the PyPi source distribution package. The SCM setuptools is only needed if you build from Git sources directly, and I believeninja
is only needed for 0.13.0. I haven't updated this yet because the release process for that tag isn't complete yet (reported upstream).kgizdov commented on 2020-09-08 09:49 (UTC)
this is missing
ninja
andpython-setuptools-scm
in makedepends