blob: 49827bf3976e02b6e0fbe411425dbb0235e45959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
pkgver = 20.0a0.r5.23ed0880
pkgrel = 1
epoch = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
changelog = CHANGES.rst
arch = any
license = LGPL3
checkdepends = python-cryptography
checkdepends = python-pytest>=7.1.2
checkdepends = python-pytest-asyncio
checkdepends = python-flaky
makedepends = git
makedepends = python-setuptools
depends = python-httpx>=0.22.0
depends = python-tornado>=6.1
depends = python-apscheduler
depends = python-pytz>=2018.6
depends = python-cachetools>=5.0.0
optdepends = python-socksio: SOCKS proxy support
optdepends = python-ujson: Ultra fast JSON parsing
optdepends = python-cryptography: Telegram Passport support
provides = python-telegram-bot
conflicts = python-telegram-bot
source = python-telegram-bot::git+https://github.com/python-telegram-bot/python-telegram-bot.git
sha256sums = SKIP
pkgname = python-telegram-bot-git
|