blob: 892f97913d53d7c6e95466bbde073f0677f5d81c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-clikit-git
pkgdesc = CliKit is a group of utilities to build beautiful and testable command line interfaces.
pkgver = 0.6.2.r14.g1da34f1
pkgrel = 1
url = https://github.com/sdispater/clikit
arch = any
license = MIT
makedepends = python-dephell
depends = python-pastel>=0.2.0
depends = python-pastel<0.3.0
depends = python-pylev>=1.3
depends = python-pylev<2.0
depends = python-crashtest>=0.3.0
depends = python-crashtest<0.4.0
depends = python>=3.6
depends = python<4.0
provides = python-clikit
conflicts = python-clikit
source = clikit::git+https://github.com/sdispater/clikit
sha256sums = SKIP
pkgname = python-clikit-git
|