mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 12:54:15 +01:00
Telethon-1.25.4.ebuild
This commit is contained in:
parent
635ff21821
commit
d27beb9563
2 changed files with 29 additions and 0 deletions
1
dev-python/Telethon/Manifest
Normal file
1
dev-python/Telethon/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Telethon-1.25.4.tar.gz 503245 BLAKE2B f9317697ff820a0385351d9c043953ffb12d1fa98b541887d245ccef1589109de5f5b2fad01cd6d35b02b051e957bac10ef5c5542462753ac5715c7d6c61238d SHA512 a60e270d1135d0a6c459ea197b389ec8355bff87827faa5a6d710992fddf145f44d1795039e8cab339153bf75da4f0cf7194c8b52f94785468d8945812b703da
|
||||
28
dev-python/Telethon/Telethon-1.25.4.ebuild
Normal file
28
dev-python/Telethon/Telethon-1.25.4.ebuild
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue