upgpkg: python-questionary-2.1.1-2: Rebuild for Python 3.14
This commit is contained in:
parent
5b39029d8f
commit
a58c900d56
3 changed files with 1 additions and 19 deletions
17
.SRCINFO
17
.SRCINFO
|
|
@ -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
1
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue