* update python-clikit to 0.6.2-11

This commit is contained in:
Alexander Baldeck 2024-05-10 20:09:07 +02:00
parent a4512aab34
commit acdabb880b

View File

@ -5,15 +5,14 @@
_pkgname=clikit
pkgname=python-clikit
pkgver=0.6.2
pkgrel=9
pkgrel=11
pkgdesc='clikit allows you to create beautiful and testable command-line interfaces'
arch=(any)
url="https://github.com/sdispater/${_pkgname}"
license=(MIT)
depends=(python-crashtest
python-pastel
python-pylev
python-typing_extensions)
python-pylev)
makedepends=(python-{build,installer,wheel}
python-poetry-core)
checkdepends=(python-pytest-mock)