9bfad6a8c7
Add checkdepends.
19 lines
634 B
Bash
19 lines
634 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.19.0
|
|
revision=1
|
|
wrksrc="Telethon-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyaes python3-rsa"
|
|
checkdepends="$depends python3-pytest python3-pytest-asyncio"
|
|
short_desc="Pure Python3 Telegram client library"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="MIT"
|
|
homepage="https://github.com/LonamiWebs/Telethon"
|
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
|
checksum=6faccf5ba8ec9da472032188e68e421a26d5f42f4ee5c4cff0b3ecf222b158ca
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|