# 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="Distributed snow modeling for water resources"

HOMEPAGE="https://github.com/USDA-ARS-NWRC/smrf"
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="docs tests"
DEPENDENCIES="dev-python/coloredlogs[${PYTHON_USEDEP}]
	dev-python/inicheck[${PYTHON_USEDEP}]
	>=dev-python/netcdf4-1.2.9[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.14.0[${PYTHON_USEDEP}]
	>=dev-python/pandas-0.23.0[${PYTHON_USEDEP}]
	~dev-python/pytz-2017.3[${PYTHON_USEDEP}]
	<dev-python/scipy-1.7.0[${PYTHON_USEDEP}]
	dev-python/utm[${PYTHON_USEDEP}]
	dev-python/PyKrige[${PYTHON_USEDEP}]
	dev-python/spatialnc[${PYTHON_USEDEP}]
	dev-python/weather-forecast-retrieval[${PYTHON_USEDEP}]
	dev-python/topocalc[${PYTHON_USEDEP}]
	<dev-python/setuptools-scm-4.2[${PYTHON_USEDEP}]
	<dev-python/xarray-0.16[${PYTHON_USEDEP}]
	docs? ( <=dev-python/sphinx-4.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinxcontrib-bibtex-1.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinxcontrib-websupport-1.0.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/mock[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"