blob: 87cc60cf863ab192fc83f481b7780cb22885bb6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pincer-git
pkgdesc = The snappy asynchronous discord api wrapper API wrapper written with aiohttp.
pkgver = latest
pkgrel = 3
url = https://github.com/Pincer-org/Pincer
arch = any
license = MIT
makedepends = git
makedepends = python-poetry
makedepends = python-build
makedepends = python-installer
depends = python>=3.8
depends = python-aiohttp
optdepends = python-pillow: image support
optdepends = python-orjson: speed
optdepends = python-brotli: speed
optdepends = python-aiodns: speed
optdepends = python-cchardet: speed
source = pincer::git+https://github.com/Pincer-org/Pincer.git
sha256sums = SKIP
pkgname = python-pincer-git
|