# 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="Use machine learning to create art and music [wheel]"

HOMEPAGE="https://magenta.tensorflow.org/"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

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

IUSE="beam onsets_frames_realtime test"
DEPENDENCIES="~dev-python/absl-py-1.2.0[${PYTHON_USEDEP}]
	dev-python/dm-sonnet[${PYTHON_USEDEP}]
	~dev-python/imageio-2.20.0[${PYTHON_USEDEP}]
	dev-python/librosa[${PYTHON_USEDEP}]
	~dev-python/matplotlib-3.5.2[${PYTHON_USEDEP}]
	~dev-python/mido-1.2.6[${PYTHON_USEDEP}]
	dev-python/mir_eval[${PYTHON_USEDEP}]
	dev-python/note-seq[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	~dev-python/numpy-1.21.6[${PYTHON_USEDEP}]
	~dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
	dev-python/pretty_midi[${PYTHON_USEDEP}]
	dev-python/pygtrie[${PYTHON_USEDEP}]
	~dev-python/python-rtmidi-1.1.2[${PYTHON_USEDEP}]
	~dev-python/scikit-image-0.19.3[${PYTHON_USEDEP}]
	~dev-python/scipy-1.7.3[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	dev-python/sk-video[${PYTHON_USEDEP}]
	dev-python/sox[${PYTHON_USEDEP}]
	dev-python/tensorflow[${PYTHON_USEDEP}]
	dev-python/tensorflow-datasets[${PYTHON_USEDEP}]
	dev-python/tensorflow-probability[${PYTHON_USEDEP}]
	dev-python/tf-slim[${PYTHON_USEDEP}]
	~dev-python/wheel-0.37.1[${PYTHON_USEDEP}]
	beam? ( dev-python/apache-beam[${PYTHON_USEDEP}] )
	onsets_frames_realtime? ( ~dev-python/pyaudio-0.2.12[${PYTHON_USEDEP}] )
	onsets_frames_realtime? ( ~dev-python/colorama-0.4.5[${PYTHON_USEDEP}] )
	onsets_frames_realtime? ( dev-python/tflite[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pylint-2.14.5[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-7.1.2[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"