Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/frozenlist/
Date: Fri, 13 May 2022 16:11:11
Message-Id: 1652458260.ac376f586b22cf6714b1aa1947ffddefb97de5f9.mgorny@gentoo
1 commit: ac376f586b22cf6714b1aa1947ffddefb97de5f9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 15:18:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 16:11:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac376f58
7
8 dev-python/frozenlist: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/frozenlist/frozenlist-1.3.0.ebuild | 12 ++++++++----
13 1 file changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
16 index 882946e9e6c9..941f0285c9b7 100644
17 --- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
18 +++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
19 @@ -4,16 +4,19 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="A list-like structure which implements collections.abc.MutableSequence"
29 HOMEPAGE="
30 https://pypi.org/project/frozenlist/
31 - https://github.com/aio-libs/frozenlist/"
32 + https://github.com/aio-libs/frozenlist/
33 +"
34 SRC_URI="
35 https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
36 - -> ${P}.gh.tar.gz"
37 + -> ${P}.gh.tar.gz
38 +"
39
40 LICENSE="Apache-2.0"
41 SLOT="0"
42 @@ -22,7 +25,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc
43 BDEPEND="
44 $(python_gen_cond_dep '
45 dev-python/cython[${PYTHON_USEDEP}]
46 - ' 'python*')"
47 + ' 'python*')
48 +"
49
50 distutils_enable_tests pytest