# 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="Free and open-source replacement for the Epic Games Launcher application, mainly to manage the assets for Unreal Engine"

HOMEPAGE="https://github.com/LaurentOngaro/UEVaultManager"
LICENSE="GPL-3"
SRC_URI="https://files.pythonhosted.org/packages/ac/e5/ef4aa09921891f9a96f431cd5ef08a37828402a06644ba9a183b19b43d61/uevaultmanager-${REALVERSION}.tar.gz"
SOURCEFILE="uevaultmanager-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="webview webview-gtk"
DEPENDENCIES="dev-python/requirements-parser[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]
	>=dev-python/pillow-10.0.2[${PYTHON_USEDEP}]
	~dev-python/beautifulsoup4-4.11[${PYTHON_USEDEP}]
	dev-python/future[${PYTHON_USEDEP}]
	dev-python/pandastable[${PYTHON_USEDEP}]
	~dev-python/matplotlib-3.8.4[${PYTHON_USEDEP}]
	>=dev-python/pandas-2.0[${PYTHON_USEDEP}]
	dev-python/pywebview[${PYTHON_USEDEP}]
	>=dev-python/requests-2.0[${PYTHON_USEDEP}]
	dev-python/screeninfo[${PYTHON_USEDEP}]
	>=dev-python/setuptools-69.2.0[${PYTHON_USEDEP}]
	>=dev-python/termcolor-2.3[${PYTHON_USEDEP}]
	dev-python/ttkbootstrap[${PYTHON_USEDEP}]
	>=dev-python/packaging-24.0[${PYTHON_USEDEP}]
	>=dev-python/faker-24.4.0[${PYTHON_USEDEP}]
	dev-python/rapidfuzz[${PYTHON_USEDEP}]
	dev-python/tkhtmlview[${PYTHON_USEDEP}]
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/selenium[${PYTHON_USEDEP}]
	dev-python/nodriver[${PYTHON_USEDEP}]
	dev-python/reqdriver[${PYTHON_USEDEP}]
	webview? ( dev-python/pywebview[${PYTHON_USEDEP}] )
	webview-gtk? ( dev-python/pywebview[${PYTHON_USEDEP}] )
	webview-gtk? ( dev-python/pygobject[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"