blob: e52d1a4b77ab7dad8cedb32f3d5b312f9086b758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
pkgver = 6.1.0.r66.cbafdc2
pkgrel = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
changelog = CHANGES.rst
arch = any
license = LGPL3
makedepends = git
makedepends = python-setuptools
depends = python-future>=0.15.2
depends = python-certifi
optdepends = python-pysocks: SOCKS or HTTP proxy
optdepends = python-ujson: Ultra fast JSON parsing
provides = python-telegram-bot
conflicts = python-telegram-bot
source = python-telegram-bot-git::git+https://github.com/python-telegram-bot/python-telegram-bot.git
sha256sums = SKIP
pkgname = python-telegram-bot-git
|