mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
Telethon: move to my overlay
This commit is contained in:
parent
b5bec635df
commit
d46f2bc2bd
4 changed files with 0 additions and 65 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
DIST Telethon-1.26.1.tar.gz 518045 BLAKE2B 495c0f6fcbb8af48b7ec0a0dcb1b1572aaf45ecddb8c9715f8fab0cc981da2cb3455bd9aa738ec9b56b040c8e8e344d2df5736e0ed360c3f551fd2c34eebfe24 SHA512 e4a44382ea2b3f4efe796125e390a58b2a33e6c9c3d0d958854aa49637117676d3474e32b946c4c3e5a6bee40f0eb17e8f6d548d96da89404450b7d0a253959a
|
|
||||||
DIST Telethon-1.33.1.tar.gz 568891 BLAKE2B 1673ada9592fb5dd3527dc74b857db750ede8c52a2ab8a2d916f385ec69598752c23a23125aaa85c03ced8876134ca69759fdb47d2609ee5dbdbf8d8b8aa90d2 SHA512 19b4f4f0017dd24cf40aff877788ee6a493815f2d1ef758b78a9e3d818e23f16adf1725f966ffe1acfa952352d67204a92d99b671478aa33445fb24d50017f25
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYPI_NO_NORMALIZE=1
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
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}"
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYPI_NO_NORMALIZE=1
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="Full-featured Telegram client library"
|
|
||||||
HOMEPAGE="https://github.com/LonamiWebs/Telethon/"
|
|
||||||
|
|
||||||
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}"
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<?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