blob: 920ec2ac529f32daef28a4186bf10169b90f5ff2 (
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-asyncclick
pkgdesc = Composable command line interface toolkit, async version
pkgver = 8.1.8
pkgrel = 2
url = https://github.com/python-trio/asyncclick
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-trio
makedepends = git
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-anyio
optdepends = python-trio: Alternative async event loop
optdepends = python-curio: Alternative async event loop
options = !strip
source = https://files.pythonhosted.org/packages/source/a/asyncclick/asyncclick-8.1.8.tar.gz
sha256sums = 0f0eb0f280e04919d67cf71b9fcdfb4db2d9ff7203669c40284485c149578e4c
pkgname = python-asyncclick
|