dev-python/anyio: shorten description

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-11-30 13:34:59 +01:00
parent a3695f10a1
commit 1cf142dea5

View File

@@ -16,7 +16,7 @@ AUTODOC=1
inherit distutils-r1 docs
DESCRIPTION="High level compatibility layer for multiple asynchronous event loop implementations"
DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations"
HOMEPAGE="
https://github.com/agronholm/anyio
https://pypi.org/project/anyio
@@ -55,4 +55,4 @@ python_test() {
--deselect tests/test_sockets.py::test_getaddrinfo[curio] \
--deselect tests/test_sockets.py::test_getaddrinfo[trio] \
|| die
}
}