# 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="Core components for webviz-config"

HOMEPAGE="https://github.com/equinor/webviz-core-components"
LICENSE="MIT"
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 tests"
DEPENDENCIES="dev-python/dash[${PYTHON_USEDEP}]
	dependencies? ( dev-python/dash[${PYTHON_USEDEP}] )
	tests? ( dev-python/bandit[${PYTHON_USEDEP}] )
	tests? ( <dev-python/black-24.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/dash[${PYTHON_USEDEP}] )
	tests? ( <dev-python/flask-2.3[${PYTHON_USEDEP}] )
	tests? ( dev-python/pylint[${PYTHON_USEDEP}] )
	tests? ( <=dev-python/selenium-4.2.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"