mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
Telethon: cleanup
This commit is contained in:
parent
d27beb9563
commit
d03729bb12
1 changed files with 5 additions and 8 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
|
|
@ -13,16 +12,14 @@ DESCRIPTION="Full-featured Telegram client library"
|
|||
HOMEPAGE="https://github.com/LonamiWebs/Telethon/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyaes[${PYTHON_USEDEP}]"
|
||||
# dev-python/rsa[${PYTHON_USEDEP}]"
|
||||
IUSE=""
|
||||
|
||||
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