# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A Telegram Bot written in Python language to mirror files on the internet to Google Drive"

HOMEPAGE="https://github.com/reaitten/tgchizu"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/requests[${PYTHON_USEDEP}]
	dev-python/psutil[${PYTHON_USEDEP}]
	dev-python/bs4[${PYTHON_USEDEP}]
	dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/python-telegram-bot[${PYTHON_USEDEP}]
	>=dev-python/pillow-4.2.0[${PYTHON_USEDEP}]
	<dev-python/google-api-python-client-2.0.0[${PYTHON_USEDEP}]
	<dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
	<dev-python/google-auth-oauthlib-0.10.0[${PYTHON_USEDEP}]
	dev-python/aria2p[${PYTHON_USEDEP}]
	>=dev-python/python-dotenv-0.10[${PYTHON_USEDEP}]
	>=dev-python/tenacity-6.0.0[${PYTHON_USEDEP}]
	dev-python/python-magic[${PYTHON_USEDEP}]
	<dev-python/beautifulsoup4-4.8.10[${PYTHON_USEDEP}]
	dev-python/Pyrogram[${PYTHON_USEDEP}]
	dev-python/TgCrypto[${PYTHON_USEDEP}]
	dev-python/youtube_dl[${PYTHON_USEDEP}]
	dev-python/feedparser[${PYTHON_USEDEP}]
	dev-python/natsort[${PYTHON_USEDEP}]
	dev-python/heroku3[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/speedtest-cli[${PYTHON_USEDEP}]
	dev-python/messages[${PYTHON_USEDEP}]
	dev-python/js2py[${PYTHON_USEDEP}]
	dev-python/lxml[${PYTHON_USEDEP}]
	dev-python/telegraph[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/megasdkrestclient[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"