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/immutables/
Date: Fri, 13 May 2022 16:11:10
Message-Id: 1652458259.09a03792b292e9fdbb143da877d60fdad6e04bb9.mgorny@gentoo
1 commit: 09a03792b292e9fdbb143da877d60fdad6e04bb9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 15:08:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 16:10:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a03792
7
8 dev-python/immutables: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/immutables/immutables-0.17.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/immutables/immutables-0.17.ebuild b/dev-python/immutables/immutables-0.17.ebuild
16 index 4e758bdef258..1de1e58477af 100644
17 --- a/dev-python/immutables/immutables-0.17.ebuild
18 +++ b/dev-python/immutables/immutables-0.17.ebuild
19 @@ -4,12 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="A high-performance immutable mapping type for Python"
29 -HOMEPAGE="https://github.com/MagicStack/immutables"
30 +HOMEPAGE="
31 + https://github.com/MagicStack/immutables/
32 + https://pypi.org/project/immutables/
33 +"
34 SRC_URI="
35 https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz
36 -> ${P}.gh.tar.gz