summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4f04223825eba2bf933c0aba06e2ac3292e1dfce (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-aiogram
	pkgdesc = A pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp
	pkgver = 2.6
	pkgrel = 1
	url = https://github.com/aiogram/aiogram
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python>=3.7
	depends = python-aiohttp>=3.5.4
	depends = python-aiohttp<4.0.0
	depends = python-babel>=2.6.0
	depends = python-certifi>=2019.3.9
	optdepends = python-uvloop: fast, drop-in replacement of the built-in asyncio event loop
	optdepends = python-ujson: ultra fast JSON encoder and decoder written in pure C
	optdepends = python-rapidjson: extremely fast C++ JSON parser and serialization library
	optdepends = python-emoji: emojize and demojize support
	optdepends = python-aioredis: Redis storage support
	optdepends = python-aiohttp-socks: SOCKS4(a) and SOCKS5 proxy support
	source = https://github.com/aiogram/aiogram/archive/v2.6.tar.gz
	sha256sums = 7d790b9334a5b96f22ac4267a868a34bb233dfb19e8e9eba82f3d9d46fbbb39d

pkgname = python-aiogram