Search Criteria
Package Details: python-textual-image 0.13.1-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-textual-image.git (read-only, click to copy) |
|---|---|
| Package Base: | python-textual-image |
| Description: | Render images in the terminal with Textual and Rich |
| Upstream URL: | https://github.com/lnqs/textual-image |
| Licenses: | LGPL-3.0-only |
| Submitter: | daniel_chesters |
| Maintainer: | Korialo |
| Last Packager: | Korialo |
| Votes: | 1 |
| Popularity: | 0.46 |
| First Submitted: | 2025-04-06 16:12 (UTC) |
| Last Updated: | 2026-08-11 22:28 (UTC) |
Dependencies (14)
- python
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-rich
- python-textual (python-textual-gitAUR)
- python-typing_extensions
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-syrupy (check)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional) – sixel encoding optimization
Latest Comments
Korialo commented on 2026-07-26 11:26 (UTC) (edited on 2026-07-26 14:02 (UTC) by Korialo)
Look like it's a new check-dependency (5-months old) of
python-syrupy, the new release adds a fix for when this dependency is not installed. I will addpython-pytest-xdistuntilpython-syrupyin extra repo catch-up with upstream, thank you for the report.P.S: Here's my check's output using
pkgctl build -cEdit: Typos, rewordings.
wheelsbot7 commented on 2026-07-25 16:35 (UTC) (edited on 2026-07-25 16:38 (UTC) by wheelsbot7)
@kseistrup I noticed your output had a lot more plugins than mine, and after testing them I believe
xdistwas the one causing issues. Indeed, the "unknown hook" error it was throwing mentions "pytest_testnodedown", which is a hook provided by xdist, so I think this is just a case of missing a dependency. Addingpython-pytest-xdistto thecheckdependsshould do the trick.EDIT: Realized I should probably flag down the maintainer, @Korialo, could you take a look at this?
kseistrup commented on 2026-07-25 11:56 (UTC) (edited on 2026-07-25 12:00 (UTC) by kseistrup)
@wheelsbot7, it “works here“, and the initial output looks different to yours (perhaps because I am just running
makepkg -finstead of installing throughyay):wheelsbot7 commented on 2026-07-25 11:36 (UTC)
I kept getting a pytest error and had to comment out the check() step, can anyone reproduce? Here's the output for reference:
lightdot commented on 2025-06-15 00:42 (UTC)
Building in a clean chroot shows that python-setuptools is missing from makedpends.
Thanks for maintaining this PKGBUILD.