Search Criteria
Package Details: python-manimpango 0.6.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-manimpango.git (read-only, click to copy) |
---|---|
Package Base: | python-manimpango |
Description: | C binding for Pango using Cython used in Manim to render (non-LaTeX) text. |
Upstream URL: | https://github.com/ManimCommunity/ManimPango |
Licenses: | MIT |
Submitter: | groctel |
Maintainer: | groctel (naveen521kk) |
Last Packager: | groctel |
Votes: | 16 |
Popularity: | 0.007693 |
First Submitted: | 2021-01-05 14:42 (UTC) |
Last Updated: | 2025-06-07 17:24 (UTC) |
Dependencies (17)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- pango (pango-gitAUR)
- python (python37AUR)
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- cantarell-fonts (cantarell-fonts-0.100AUR, cantarell-static-fontsAUR) (check)
- cython (cython-gitAUR) (check)
- python-coverage (check)
- python-pytest (check)
- python-pytest-cov (check)
- python-setuptools (check)
- python-virtualenv (check)
Latest Comments
1 2 3 Next › Last »
groctel commented on 2025-06-07 17:28 (UTC)
Thank you @cjorssen for helping me fix the issue! <3<3<3 I've updated the package and should have fixed the issue :-)
cjorssen commented on 2025-06-07 12:42 (UTC)
Fails to build on a fully updated system with Python 3.13. The build process aborts with the following error:
ERROR Missing dependencies: Cython<3.1,>=3.0.2
.I've created a forum thread to track this issue. Please see: https://bbs.archlinux.org/viewtopic.php?id=306090
groctel commented on 2025-04-01 11:30 (UTC)
@Pulec this should be fixed. Can you check?
Pulec commented on 2025-03-31 22:55 (UTC)
Issue in check() https://paste.rs/AlgCM
Freso commented on 2025-02-21 21:38 (UTC)
makepkg
doesn't like when$checkdepends
contains colons etc. like$optdepends
:micwoj92 commented on 2025-02-20 19:28 (UTC)
Here too, a pkgrel bump would be appreciated.
groctel commented on 2025-02-20 09:13 (UTC)
@mavieth @Pulec: I am not reproducing this error. It seems ok since
pytest
is now updated to v8.3.4. Ping me if you can still reproduce the issue in your system.@micwoj92: I've removed the dependencies. Thanks!
micwoj92 commented on 2025-02-19 21:49 (UTC)
Deps python-gobject and harfbuzz not needed.
mavieth commented on 2024-12-09 15:08 (UTC) (edited on 2024-12-09 15:11 (UTC) by mavieth)
I had the same ImportError
I noticed, that at some point my local
pytest_asyncio-0.24.0
module was loaded, which is incompatible withpytest < 8.2
, which is also mentioned when the venv is created and this package doesn't wantpytest >8
so I added
-p no:asyncio
to thepytest
call and it workedRemoving the upper bound for the version of
pytest
from the requirements-dev.txt worked too.Pulec commented on 2024-10-22 13:40 (UTC) (edited on 2024-10-22 13:40 (UTC) by Pulec)
check () is broken on my system:
concretely
It's probably just my system.
1 2 3 Next › Last »