upgpkg: python-questionary-2.1.1-2: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:06:42 +01:00
parent 5b39029d8f
commit a58c900d56
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 19 deletions

View file

@ -1,17 +0,0 @@
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

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files... # But not these files...
!.gitignore !.gitignore
!PKGBUILD !PKGBUILD
!.SRCINFO
!LICENSE !LICENSE
!chroot-build !chroot-build
!.nvchecker.toml !.nvchecker.toml

View file

@ -3,7 +3,7 @@
pkgname=python-questionary pkgname=python-questionary
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=2.1.1 pkgver=2.1.1
pkgrel=1 pkgrel=2
pkgdesc="Python library to build pretty command line user prompts" pkgdesc="Python library to build pretty command line user prompts"
license=( license=(
MIT MIT