# 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} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Simple library that makes it easier to use RWTH CI colors in python projects"

HOMEPAGE="https://github.com/ifs-rwth-aachen/RWTH-Colors"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/16/d8/7227a67dbb19ed08ef60a5c5ceab2a40eedf2e45e8613b6a7524af9600f7/rwthcolors-${REALVERSION}.tar.gz"
SOURCEFILE="rwthcolors-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="examples"
DEPENDENCIES=">=dev-python/matplotlib-3.5.3[${PYTHON_USEDEP}]
	>=dev-python/cycler-0.12.1[${PYTHON_USEDEP}]
	examples? ( dev-python/SciencePlots[${PYTHON_USEDEP}] )
	examples? ( dev-python/altair[${PYTHON_USEDEP}] )
	examples? ( <dev-python/jupyter-2.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"