Search Criteria
Package Details: python-textual 0.15.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-textual.git (read-only, click to copy) |
---|---|
Package Base: | python-textual |
Description: | Modern Text User Interface framework |
Upstream URL: | https://github.com/Textualize/textual |
Licenses: | MIT |
Submitter: | jose1711 |
Maintainer: | jose1711 (carlosal1015) |
Last Packager: | carlosal1015 |
Votes: | 5 |
Popularity: | 0.123862 |
First Submitted: | 2021-10-12 21:47 (UTC) |
Last Updated: | 2023-03-15 16:03 (UTC) |
Dependencies (9)
- python-importlib-metadata
- python-rich
- python-typing_extensions
- python-build (make)
- python-installer (python-installer-git) (make)
- python-poetry-core (python-poetry-core-git) (make)
- python-aiohttp (python-aiohttp-git) (optional) – for HTTP server
- python-click (optional) – for click event as mouse button
- python-msgpack (optional) – for MessagePack serializer
Latest Comments
1 2 3 Next › Last »
carlosal1015 commented on 2023-03-15 16:01 (UTC)
No errors from my side, who knows what happened.
alan1world commented on 2023-03-15 10:56 (UTC)
Yes, all the test fails seem to come from the same error:
ImportError: Package 'textual.widgets' has no class '__wrapped__'
carlosal1015 commented on 2023-01-21 02:32 (UTC)
Interesting,
--ignore
should does the trick. Disablingcheck()
by now.m040601 commented on 2023-01-21 00:34 (UTC) (edited on 2023-01-21 00:37 (UTC) by m040601)
Fails to build since last update, https://aur.archlinux.org/cgit/aur.git/commit/?h=python-textual&id=0967b03e02e63d2d5f4bc210a839001da07b54b7,
very very big log,
View the failure report. (html)
carlosal1015 commented on 2022-12-18 18:14 (UTC) (edited on 2022-12-18 18:14 (UTC) by carlosal1015)
Looks like upstream issue. By the moment can be installed skipping the
check()
function.m040601 commented on 2022-12-18 11:52 (UTC) (edited on 2022-12-18 11:58 (UTC) by m040601)
Since the latest changes, https://aur.archlinux.org/cgit/aur.git/commit/?h=python-textual&id=c401b9ccbc3d98942ed1e13e695d5134aced0cb5, it fails to build,
The update seems to be going well, passing all tests, color is green, but then it fails evrything starting from that "python_widget.py" test. Notice the "F" and the red color,
Some excerpts from the error messages,
And
So in the end it's not possible to build this PKGBUILD
alan1world commented on 2022-11-03 16:27 (UTC)
I've added a comment on Syrupy as to how I've been able to get both it and textual to build.
jose1711 commented on 2022-11-02 23:09 (UTC)
Hi there, couple options that come in mind:
--nocheck
, so for instance runmakepkg --nocheck -fi
python-syrupy
is resolved we may remove/comment thecheck()
functionpip
Not sure how the promotion exactly works. Votes sometimes help, you may try forums or IRC and find a TU user that would adopt it and move to
community
.m040601 commented on 2022-11-02 22:29 (UTC)
I understand. And appreciate your efforts. Tried again with version 0.3.0, but no luck.
I was also wandering. What can we do more to try to get this tool "python-textual" as an official Arch package" ?
I hate to use the something from the AUR when it pulls many other, also only in AUR dependencies. This is one of them. It pulls "python-colored", "python-syrupy and "python-time-machine" which are only available in the AUR, not as official packages.
I noticed recently that "rich" "gum" "charm" and "glow" were also added as official Arch packages. These are similar tools and toolkits for building "text app" . Except that they are using Go, and "python-textual" is using python.
So if there is willingness to have these other "go" tools officially maintained, what could we do, to also get "python-textual" as an official arch package ? More votes ? Contact someone ?
jose1711 commented on 2022-10-27 20:53 (UTC)
@m040601 The issue is with
python-syrupy
- it has to be fixed there.1 2 3 Next › Last »