diff --git a/dev-python/anyio/anyio-2.0.2.ebuild b/dev-python/anyio/anyio-2.0.2.ebuild index f9cf5b079b..9478c0af74 100644 --- a/dev-python/anyio/anyio-2.0.2.ebuild +++ b/dev-python/anyio/anyio-2.0.2.ebuild @@ -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 -} \ No newline at end of file +}