# 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="An algorithmic composition framework that manages the flow of musical time, plays back notes via fluidsynth or though osc, and quantizes and saves the result to music notation. [top-max 0.9.2_p3]"

HOMEPAGE="https://github.com/MarcTheSpark/scamp"
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="lilypond midistream"
DEPENDENCIES="dev-python/pymusicxml[${PYTHON_USEDEP}]
	dev-python/expenvelope[${PYTHON_USEDEP}]
	dev-python/clockblocks[${PYTHON_USEDEP}]
	dev-python/pyfluidsynth[${PYTHON_USEDEP}]
	dev-python/sf2utils[${PYTHON_USEDEP}]
	dev-python/python-osc[${PYTHON_USEDEP}]
	lilypond? ( dev-python/abjad[${PYTHON_USEDEP}] )
	midistream? ( dev-python/python-rtmidi[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"