diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest index 0d009d2c2d..83033c8400 100644 --- a/dev-python/anyio/Manifest +++ b/dev-python/anyio/Manifest @@ -1 +1 @@ -DIST anyio-2.0.2.tar.gz 91805 BLAKE2B 26a7bd16f3f7b9d59cec7b93e13a48a3bd09c459ed1e751d0189836218a8384979ec5778feb29b00dc6871640c2e67e1b4b3162d050253e195536e02902cb89a SHA512 5ce46e6cf167b2ee526e92642e65d1e715f443750b4c8b12d0c449ad460afd0280be920bcde0653f478eb52ab9db035a35ccb6908460bf425e85d7d0aa3f1799 +DIST anyio-2.1.0.tar.gz 95186 BLAKE2B 5dcb110e0e3d543525bb5081c948124e0e0f6bb0a80038104a8ab793ecf961a56d56576ad96a78b0fb69f3c7731dea3d9573b757f859ee8e61e65490432b9b69 SHA512 923467cdfbf6d0f427345704e99aec44cafc21f78a8b3b88d1ca9be93fb52a77d472229a242664977a873faf05c7c47a44a55aa4d0158959f60bf4ac8a46cdeb diff --git a/dev-python/anyio/anyio-2.0.2.ebuild b/dev-python/anyio/anyio-2.1.0.ebuild similarity index 92% rename from dev-python/anyio/anyio-2.0.2.ebuild rename to dev-python/anyio/anyio-2.1.0.ebuild index ae1b57a600..3e5f0dd979 100644 --- a/dev-python/anyio/anyio-2.0.2.ebuild +++ b/dev-python/anyio/anyio-2.1.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) # Build with USE="-doc" first because of circular dependency # otherwise one gets the error that sphinx-autodoc-typehints -# does not support py3.8 +# does not support py3.9 # DOCS_BUILDER="sphinx" -# DOCS_DIR="${S}/docs" +# DOCS_DIR="docs" # DOCS_DEPEND=" # dev-python/anyio # >=dev-python/sphinx-autodoc-typehints-1.2.0