Search Criteria
Package Details: python-manimpango 0.6.1-1
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: | 14 |
| Popularity: | 0.000346 |
| First Submitted: | 2021-01-05 14:42 (UTC) |
| Last Updated: | 2025-11-19 05:39 (UTC) |
Dependencies (17)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- python
- 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
« First ‹ Previous 1 2 3 Next › Last »
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.0module was loaded, which is incompatible withpytest < 8.2, which is also mentioned when the venv is created and this package doesn't wantpytest >8so I added
-p no:asyncioto thepytestcall and it workedRemoving the upper bound for the version of
pytestfrom 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.
Freso commented on 2023-12-09 10:30 (UTC)
Hi!
There is no need to have an empty
package()function, so might as well get rid of that entirely instead of having a singlecdcommand in there.Additionally, there is no need for the
|| exits.makepkgwill already exit out of the build if any command fails.yochananmarqos commented on 2023-10-14 19:16 (UTC)
@groctel: With 0.5.0, upstream now supports Cython 3.0, so you can remove the prepare() function.
groctel commented on 2023-10-14 06:47 (UTC)
Agh! Thank you again for the heads up @yochananmarqos.
yochananmarqos commented on 2023-10-13 22:31 (UTC)
@groctel: Your forgot to update the
.SRCINFO.groctel commented on 2023-10-13 20:23 (UTC)
Hey! I had a mixup with my testing environment and with the old glib package from the AUR, thanks @yochananmarqos. I've also tested that the package works with Cython 3, the one provided by the official repos. The package should be good now. Thank you for flagging the issue :)
jsimon0 commented on 2023-10-13 17:43 (UTC)
Fixed checksum
yochananmarqos commented on 2023-10-13 16:31 (UTC)
@groctel: Where did you get the
glibdependency from? That's an old AUR package. Did you meanglib2?Rhinoceros commented on 2023-10-13 09:36 (UTC)
Thanks for the update, but looks like you forgot to update the checksum.
« First ‹ Previous 1 2 3 Next › Last »