blob: 872af6ba1479a8068fc5dac55a99f738f274f7b7 (
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
|
pkgbase = python-telegram-bot
pkgdesc = A library that provides a Python interface to the Telegram Bot API
pkgver = 22.0
pkgrel = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
arch = any
license = LGPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-wheel
depends = python-httpx
optdepends = python-cachetools: for use a variant of LRUCache
optdepends = python-h2: for HTTP/2 support
optdepends = python-apscheduler: for job queue support
optdepends = python-pytz: for job queue support
optdepends = python-cryptography: for support cryptography library
optdepends = python-aiolimiter: for rate limiter
optdepends = python-socksio: for SOCKS proxy support
optdepends = python-tornado: for webhooks support
source = https://github.com/python-telegram-bot/python-telegram-bot/releases/download/v22.0/python_telegram_bot-22.0.tar.gz
sha512sums = 9acc9e36f868a99da285ca170260ebf8db6c4532dcad8c1d3553b10679bf7cb7e013e7049da0f7df85a6533bd78e3977bb8e6a7afe6098c4c18f899dfd74be76
pkgname = python-telegram-bot
|