Search Criteria
Package Details: python-rich-click 1.8.8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rich-click.git (read-only, click to copy) |
---|---|
Package Base: | python-rich-click |
Description: | Python module to format click help output nicely with Rich. |
Upstream URL: | https://github.com/ewels/rich-click |
Keywords: | cli formatting library output python |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | redponike |
Last Packager: | redponike |
Votes: | 1 |
Popularity: | 0.000914 |
First Submitted: | 2022-06-28 16:37 (UTC) |
Last Updated: | 2025-04-15 23:10 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-rich
- python-typing_extensions
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
1 2 Next › Last »
redponike commented on 2025-04-15 23:11 (UTC)
@micwoj92 Your approach is indeed much cleaner. The impact is low but it is nice for readability's sake. Thanks a lot! I was going to wait for a new upstream version to avoid unnecessary updates for the users, but I think it's OK in this case. Thanks again!
micwoj92 commented on 2025-04-15 21:01 (UTC)
It's mostly preference thing, but wouldn't this be easier to do something more compact this instead?
redponike commented on 2025-04-14 02:01 (UTC)
@micwoj92 @key Thanks a lot to both of you for reporting the error! The package was indeed not building for new users as evidenced by a clean chroot package build, so I switched to venv checks. The issue is fixed.
key commented on 2025-04-07 05:01 (UTC)
tests/test_rich_click_cli.py::test_simple_rich_click_cli_execute_command[command0] Traceback (most recent call last): File "<frozen runpy>", line 189, in _run_module_as_main File "<frozen runpy>", line 148, in _get_module_details File "<frozen runpy>", line 112, in _get_module_details File "/build/python-rich-click/src/rich-click-1.8.8/src/rich_click/init.py", line 74, in <module> from rich_click.decorators import command as command ModuleNotFoundError: No module named 'rich_click'
there is something wrong with check function, just delete the check(), then makepkg -si, done!
micwoj92 commented on 2025-03-30 11:10 (UTC)
Multiple check fail with this error message:
getzze commented on 2025-01-06 20:30 (UTC)
With the update to python 3.13,
check
fails because oftest_rich_click_cli.py
. These tests should be deselected. Or maybe try withPYTHONPATH=src pytest
.<deleted-account> commented on 2024-02-19 22:16 (UTC)
At least I can't answer that question at the moment. But I was able to install python-rich-click after uninstalling mypy, python-pytest-mypy.
carsme commented on 2024-02-16 09:01 (UTC)
@agarbathi I can reproduce the Mypy failure if I run Mypy directly on the code, but I don't understand why your system runs Mypy during the package build. Do you have any system-wide or user-wide pytest configuration that enables Mypy?
<deleted-account> commented on 2024-02-14 21:39 (UTC)
I'm sorry for my late response - this is a part of the Install/update log.
carsme commented on 2024-01-18 19:00 (UTC)
@agarbathi I cannot reproduce any test failures, would you mind posting a log that includes which tests failed? Thanks.
1 2 Next › Last »