Package Details: python-click-prompt 0.7.1-1

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)

Latest Comments

ilonachan commented on 2026-08-10 17:23 (UTC)

The uv version provided by python-uv-build is 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 from pyproject.toml seems to fix the issue cleanly.

alan1world commented on 2025-12-23 15:16 (UTC)

The pyproject.toml file now has the build system as uv instead of poetry (as of yesterday?):

[build-system]
requires = ["uv_build>=0.9.4,<0.10.0"]
build-backend = "uv_build"

I needed to add 'python-uv-build' to the makedepends for it to build.

I think this replaces python-poetry-core (and probable plugin as well).