# 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="Repository for compiled code used by ESI projects. [top-max 1.2.3]"

HOMEPAGE="https://code.usgs.gov/ghsc/esi/esi-core"
LICENSE="CC0 1.0"
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="build dev test"
DEPENDENCIES=">=dev-python/numpy-1.21[${PYTHON_USEDEP}]
	dev-python/obspy[${PYTHON_USEDEP}]
	build? ( dev-python/build[${PYTHON_USEDEP}] )
	build? ( dev-python/twine[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/black-21.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/flake8-3.9[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/ipython-7.26[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/cython-0.29.23[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-6.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"