Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 21:21:07 +02:00
commit 5b39029d8f
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
8 changed files with 178 additions and 0 deletions

17
.SRCINFO Normal file
View file

@ -0,0 +1,17 @@
pkgbase = python-questionary
pkgdesc = Python library to build pretty command line user prompts
pkgver = 2.1.1
pkgrel = 1
url = https://pypi.python.org/pypi/questionary
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry-core
depends = python
depends = python-prompt_toolkit
source = https://files.pythonhosted.org/packages/source/q/questionary/questionary-2.1.1.tar.gz
b2sums = 6884a73f713662c9827858df6151d57221e80590e8fd71f72ae2a0af592a91a91965ed0175ec64e3841a422e34aa75fe28c180299baf38279c83bb1c8e4bab94
pkgname = python-questionary