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