Search Criteria
Package Details: python-rich-click 1.8.3-1
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: | carsme |
Last Packager: | carsme |
Votes: | 2 |
Popularity: | 0.034622 |
First Submitted: | 2022-06-28 16:37 (UTC) |
Last Updated: | 2024-06-10 07:50 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-rich
- python-typing_extensions
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
agarbathi 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?
agarbathi 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.
agarbathi commented on 2024-01-17 21:08 (UTC)
carsme commented on 2024-01-08 11:45 (UTC)
Hey, some suggested changes to the PKGBUILD:
license=('any')
- this is a pure Python package and as such architecture independent.python-importlib-metadata
dependency, only needed for Python < 3.8.Here's a PKGBUILD with the suggested changes applied:
Feel free to add me as co-maintainer if you'd like. Thanks!