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.000010
First Submitted: 2024-09-28 06:12 (UTC)
Last Updated: 2025-12-22 23:48 (UTC)

Latest Comments

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).