Install this version:
emerge -a =dev-python/aiosseclient-0.1.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/aiosseclient-0.1.8
Or alternatively:
emerge --autounmask-write -a =dev-python/aiosseclient-0.1.8
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
#DISTUTILS_USE_PEP517=setuptools
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Server Sent Event streams client."
HOMEPAGE="https://github.com/ebraminio/aiosseclient"
#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 arm arm64 x86"
IUSE=""
DEPENDENCIES="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"
distutils_enable_tests pytest
dev-python/aiohttp[]
dev-python/aiohttp[]