# 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="Tools for fetching, processing, visualizing, and analyzing Wildflower human pose data"

HOMEPAGE="https://github.com/WildflowerSchools/wf-process-pose-data"
LICENSE=""
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=""
DEPENDENCIES="dev-python/wf-honeycomb-io[${PYTHON_USEDEP}]
	dev-python/wf-pose-db-io[${PYTHON_USEDEP}]
	dev-python/wf-cv-utils[${PYTHON_USEDEP}]
	dev-python/wf-video-io[${PYTHON_USEDEP}]
	dev-python/wf-geom-render[${PYTHON_USEDEP}]
	dev-python/poseconnect[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.2.2[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.20.1[${PYTHON_USEDEP}]
	dev-python/opencv-python[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.3.4[${PYTHON_USEDEP}]
	>=dev-python/seaborn-0.11.1[${PYTHON_USEDEP}]
	>=dev-python/ffmpeg-python-0.2.0[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.57.0[${PYTHON_USEDEP}]
	>=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"