commit:     ac376f586b22cf6714b1aa1947ffddefb97de5f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 15:18:54 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 13 16:11:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac376f58

dev-python/frozenlist: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/frozenlist/frozenlist-1.3.0.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index 882946e9e6c9..941f0285c9b7 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -4,16 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
 HOMEPAGE="
        https://pypi.org/project/frozenlist/
-       https://github.com/aio-libs/frozenlist/";
+       https://github.com/aio-libs/frozenlist/
+"
 SRC_URI="
        https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -22,7 +25,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 
~riscv ~s390 sparc
 BDEPEND="
        $(python_gen_cond_dep '
                dev-python/cython[${PYTHON_USEDEP}]
-       ' 'python*')"
+       ' 'python*')
+"
 
 distutils_enable_tests pytest
 

Reply via email to