diff --git a/dev-python/Telethon/Manifest b/dev-python/Telethon/Manifest new file mode 100644 index 000000000..28bb46b4e --- /dev/null +++ b/dev-python/Telethon/Manifest @@ -0,0 +1 @@ +DIST Telethon-1.25.4.tar.gz 503245 BLAKE2B f9317697ff820a0385351d9c043953ffb12d1fa98b541887d245ccef1589109de5f5b2fad01cd6d35b02b051e957bac10ef5c5542462753ac5715c7d6c61238d SHA512 a60e270d1135d0a6c459ea197b389ec8355bff87827faa5a6d710992fddf145f44d1795039e8cab339153bf75da4f0cf7194c8b52f94785468d8945812b703da diff --git a/dev-python/Telethon/Telethon-1.25.4.ebuild b/dev-python/Telethon/Telethon-1.25.4.ebuild new file mode 100644 index 000000000..7238ef8b5 --- /dev/null +++ b/dev-python/Telethon/Telethon-1.25.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Full-featured Telegram client library" +HOMEPAGE="https://github.com/LonamiWebs/Telethon/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="test" + +RDEPEND="dev-python/pyaes[${PYTHON_USEDEP}]" +# dev-python/rsa[${PYTHON_USEDEP}]" + +#extra? dev-python/cryptg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +distutils_enable_tests pytest