23 lines
939 B
Bash
23 lines
939 B
Bash
# Template file for 'python3-Telethon'
|
|
pkgname=python3-Telethon
|
|
version=1.32.1
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_args="--deselect tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present
|
|
--deselect tests/telethon/test_utils.py::test_private_get_extension
|
|
--deselect tests/telethon/extensions/test_html.py::test_entities_together
|
|
--deselect tests/telethon/extensions/test_markdown.py::test_entities_together"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyaes python3-rsa"
|
|
checkdepends="$depends python3-pytest python3-pytest-asyncio"
|
|
short_desc="Pure Python3 Telegram client library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/LonamiWebs/Telethon"
|
|
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
|
|
checksum=ccf9ff5a8516c2b25cea5f94a677dee8715c10dfccc21b2e7dd5a7717f42d9d3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|