# 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 async stream processing microframework"

HOMEPAGE="https://github.com/andersea/slurry"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/65/e4/a5b710f331b02ddf07cf4e529d07c54f4e4817753349ad15cc3fd1f4b6ea/Slurry-${REALVERSION}.tar.gz"
SOURCEFILE="Slurry-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="<dev-python/trio-0.22.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"