mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
Telethon-1.26.1.ebuild
This commit is contained in:
parent
dff36426c4
commit
d4d340ac48
3 changed files with 38 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST Telethon-1.25.4.tar.gz 503245 BLAKE2B f9317697ff820a0385351d9c043953ffb12d1fa98b541887d245ccef1589109de5f5b2fad01cd6d35b02b051e957bac10ef5c5542462753ac5715c7d6c61238d SHA512 a60e270d1135d0a6c459ea197b389ec8355bff87827faa5a6d710992fddf145f44d1795039e8cab339153bf75da4f0cf7194c8b52f94785468d8945812b703da
|
||||
DIST Telethon-1.26.1.tar.gz 518045 BLAKE2B 495c0f6fcbb8af48b7ec0a0dcb1b1572aaf45ecddb8c9715f8fab0cc981da2cb3455bd9aa738ec9b56b040c8e8e344d2df5736e0ed360c3f551fd2c34eebfe24 SHA512 e4a44382ea2b3f4efe796125e390a58b2a33e6c9c3d0d958854aa49637117676d3474e32b946c4c3e5a6bee40f0eb17e8f6d548d96da89404450b7d0a253959a
|
||||
|
|
|
|||
25
dev-python/Telethon/Telethon-1.26.1.ebuild
Normal file
25
dev-python/Telethon/Telethon-1.26.1.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
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}"
|
||||
12
dev-python/Telethon/metadata.xml
Normal file
12
dev-python/Telethon/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>blshkv@pentoo.org</email>
|
||||
<name>Anton Bolshakov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">LonamiWebs/Telethon</remote-id>
|
||||
<remote-id type="pypi">Telethon</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue