From a58c900d569d143f4ffec25a00547a20c5e4967e Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Sun, 11 Jan 2026 08:06:42 +0100 Subject: [PATCH] upgpkg: python-questionary-2.1.1-2: Rebuild for Python 3.14 --- .SRCINFO | 17 ----------------- .gitignore | 1 - PKGBUILD | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index ae1a0f0..0000000 --- a/.SRCINFO +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index eb708b8..b2dbcb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # But not these files... !.gitignore !PKGBUILD -!.SRCINFO !LICENSE !chroot-build !.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index 5b1d8e3..df3d66c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-questionary _name=${pkgname#python-} pkgver=2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python library to build pretty command line user prompts" license=( MIT