Search Criteria
Package Details: python-click-prompt 0.7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-click-prompt.git (read-only, click to copy) |
|---|---|
| Package Base: | python-click-prompt |
| Description: | Interactive command line options for the click library |
| Upstream URL: | https://github.com/markusgrotz/click-prompt |
| Keywords: | click prompt |
| Licenses: | MIT |
| Submitter: | Dominiquini |
| Maintainer: | Dominiquini |
| Last Packager: | Dominiquini |
| Votes: | 1 |
| Popularity: | 0.000001 |
| First Submitted: | 2024-09-28 06:12 (UTC) |
| Last Updated: | 2026-08-11 11:37 (UTC) |
Dependencies (10)
- python
- python-click
- python-questionaryAUR
- python-validators
- python-build (make)
- python-installer (make)
- python-platformdirs (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-poetry-plugin-export (python-poetry-plugin-export-gitAUR) (make)
- python-wheel (make)
Latest Comments
ilonachan commented on 2026-08-10 17:23 (UTC)
The
uvversion provided bypython-uv-buildis now 0.12.1, meaning this package cannot be built anymore. However, the upstream project builds just fine with later versions of uv. So patching out the maximum version requirement frompyproject.tomlseems to fix the issue cleanly.alan1world commented on 2025-12-23 15:16 (UTC)
The
pyproject.tomlfile now has the build system asuvinstead ofpoetry(as of yesterday?):I needed to add
'python-uv-build'to the makedepends for it to build.I think this replaces
python-poetry-core(and probablepluginas well).