commit:     95e2c2f10b4ec57184313193b58324c1f95c4a80
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:24:27 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 18:24:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95e2c2f1

dev-python/anyio: add py3.8 and py3.9

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/anyio/Manifest                                   |  2 +-
 dev-python/anyio/{anyio-2.0.2.ebuild => anyio-2.1.0.ebuild} | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest
index 0d009d2c..83033c84 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 ae1b57a6..3e5f0dd9 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

Reply via email to