# 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="Calculate the centerline of a polygon" HOMEPAGE="https://github.com/fitodic/centerline" LICENSE="MIT" 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="dev docs gdal lint test" DEPENDENCIES="dev-python/fiona[${PYTHON_USEDEP}] >=dev-python/shapely-1.5.13[${PYTHON_USEDEP}] >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}] >=dev-python/scipy-0.16.1[${PYTHON_USEDEP}] >=dev-python/click-7.0[${PYTHON_USEDEP}] dev? ( dev-python/ipdb[${PYTHON_USEDEP}] ) dev? ( dev-python/tox[${PYTHON_USEDEP}] ) docs? ( dev-python/sphinx[${PYTHON_USEDEP}] ) gdal? ( dev-python/GDAL[${PYTHON_USEDEP}] ) lint? ( dev-python/flake8[${PYTHON_USEDEP}] ) lint? ( dev-python/isort[${PYTHON_USEDEP}] ) lint? ( dev-python/black[${PYTHON_USEDEP}] ) test? ( dev-python/coverage[${PYTHON_USEDEP}] ) test? ( >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-sugar[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"