# 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="a package to create and plot Voronoi regions in geographic areas"

HOMEPAGE="https://github.com/WZBSocialScienceCenter/geovoronoi"
LICENSE="Apache-2.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="all develop plotting test"
DEPENDENCIES=">=dev-python/numpy-1.19.0[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.5.0[${PYTHON_USEDEP}]
	>=dev-python/shapely-1.7.0[${PYTHON_USEDEP}]
	all? ( >=dev-python/matplotlib-3.3.0[${PYTHON_USEDEP}] )
	all? ( dev-python/geopandas[${PYTHON_USEDEP}] )
	all? ( dev-python/descartes[${PYTHON_USEDEP}] )
	all? ( >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/pytest-mpl-0.12[${PYTHON_USEDEP}] )
	all? ( >=dev-python/hypothesis-6.0.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/tox-3.21.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/ipython-7.19.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/twine-3.3.0[${PYTHON_USEDEP}] )
	develop? ( >=dev-python/ipython-7.19.0[${PYTHON_USEDEP}] )
	develop? ( >=dev-python/twine-3.3.0[${PYTHON_USEDEP}] )
	plotting? ( >=dev-python/matplotlib-3.3.0[${PYTHON_USEDEP}] )
	plotting? ( dev-python/geopandas[${PYTHON_USEDEP}] )
	plotting? ( dev-python/descartes[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-mpl-0.12[${PYTHON_USEDEP}] )
	test? ( >=dev-python/hypothesis-6.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/tox-3.21.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"