# 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="Python implementation of the Energy System Description Language (ESDL) for modelling energy systems"

HOMEPAGE="https://energytransition.gitbook.io/esdl/"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/b9/45/4377eb85eac355a247824f7a4cb94804bbe03a7a27fd26a83d33ebdb9e23/pyesdl-${REALVERSION}.tar.gz"
SOURCEFILE="pyesdl-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="all geometry profiles"
DEPENDENCIES="dev-python/pyecore[${PYTHON_USEDEP}]
	profiles? ( dev-python/influxdb[${PYTHON_USEDEP}] )
	profiles? ( ~dev-python/openpyxl-3.1.2[${PYTHON_USEDEP}] )
	geometry? ( ~dev-python/shapely-2.0.1[${PYTHON_USEDEP}] )
	geometry? ( dev-python/geojson[${PYTHON_USEDEP}] )
	geometry? ( ~dev-python/pyproj-3.6.1[${PYTHON_USEDEP}] )
	all? ( dev-python/influxdb[${PYTHON_USEDEP}] )
	all? ( ~dev-python/openpyxl-3.1.2[${PYTHON_USEDEP}] )
	all? ( ~dev-python/shapely-2.0.1[${PYTHON_USEDEP}] )
	all? ( dev-python/geojson[${PYTHON_USEDEP}] )
	all? ( ~dev-python/pyproj-3.6.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"