# 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="PyTorch module for loading the SMPLX body model"

HOMEPAGE="http://smpl-x.is.tuebingen.mpg.de"
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="all matplotlib open3d pyrender"
DEPENDENCIES=">=dev-python/numpy-1.16.2[${PYTHON_USEDEP}]
	dev-python/torch[${PYTHON_USEDEP}]
	all? ( dev-python/pyrender[${PYTHON_USEDEP}] )
	all? ( >=dev-python/trimesh-2.37.6[${PYTHON_USEDEP}] )
	all? ( dev-python/shapely[${PYTHON_USEDEP}] )
	all? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	all? ( dev-python/open3d-python[${PYTHON_USEDEP}] )
	matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	open3d? ( dev-python/open3d-python[${PYTHON_USEDEP}] )
	pyrender? ( dev-python/pyrender[${PYTHON_USEDEP}] )
	pyrender? ( >=dev-python/trimesh-2.37.6[${PYTHON_USEDEP}] )
	pyrender? ( dev-python/shapely[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"