# 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="Code and analysis used for calculating the merit order effect of renewables on price and carbon intensity of electricity markets"

HOMEPAGE="https://AyrtonB.github.io/Merit-Order-Effect/"
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="cicd research"
DEPENDENCIES=">=dev-python/pandas-1.2.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.19.5[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.3.3[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.59.0[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-0.24.0[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.6.0[${PYTHON_USEDEP}]
	cicd? ( dev-python/configparser[${PYTHON_USEDEP}] )
	cicd? ( >=dev-python/typer-0.3.2[${PYTHON_USEDEP}] )
	research? ( >=dev-python/lxml-4.6.2[${PYTHON_USEDEP}] )
	research? ( >=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
	research? ( dev-python/entsoe-py[${PYTHON_USEDEP}] )
	research? ( >=dev-python/python-dotenv-0.15.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"