* update python-clikit to 0.6.2-12

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:36 +01:00
parent a7676015e8
commit f3e3ce5c2d
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-clikit
pkgdesc = clikit allows you to create beautiful and testable command-line interfaces
pkgver = 0.6.2
pkgrel = 12
url = https://github.com/sdispater/clikit
arch = any
license = MIT
checkdepends = python-pytest-mock
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry-core
depends = python-crashtest
depends = python-pastel
depends = python-pylev
source = https://github.com/sdispater/clikit/archive/0.6.2/clikit-0.6.2.tar.gz
sha256sums = 4bb1d934e0c0a93f25429919242d11d60dcd1d9c65ac096033092d7973cbfc6e
b2sums = b72f245128c698375f97139cf245bdc8c017e3e2d142f6e3183a42620b23a024531e5b14f05163c6defa9ee54c52c19a64932c62484f2ec8da5c75ea1b7d3d27
pkgname = python-clikit

View File

@ -0,0 +1,4 @@
[python-clikit]
source = "github"
github = "sdispater/clikit"
use_max_tag = true

View File

@ -5,7 +5,7 @@
_pkgname=clikit
pkgname=python-clikit
pkgver=0.6.2
pkgrel=11
pkgrel=12
pkgdesc='clikit allows you to create beautiful and testable command-line interfaces'
arch=(any)
url="https://github.com/sdispater/${_pkgname}"