# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="TorchRec: Pytorch library for recommendation systems [wheel]"

HOMEPAGE="https://github.com/meta-pytorch/torchrec"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/py310/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py310-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py310-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/fbgemm-gpu[${PYTHON_USEDEP}]
	dev-python/tensordict[${PYTHON_USEDEP}]
	dev-python/torchmetrics[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	dev-python/pyre-extensions[${PYTHON_USEDEP}]
	dev-python/iopath[${PYTHON_USEDEP}]
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"