Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
Date: Thu, 12 May 2022 19:09:04
Message-Id: 1652382528.c71de4e4421c2227ce8ade57a47676ff8448cd20.arthurzam@gentoo
1 commit: c71de4e4421c2227ce8ade57a47676ff8448cd20
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 18:37:52 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 19:08:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71de4e4
7
8 dev-python/flatbuffers: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/flatbuffers/flatbuffers-2.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
16 index 379965a982c7..eaaecedd58b4 100644
17 --- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
18 +++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
19 @@ -3,11 +3,12 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit distutils-r1
26
27 DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
28 -HOMEPAGE="https://github.com/google/flatbuffers https://pypi.org/project/flatbuffers/"
29 +HOMEPAGE="https://github.com/google/flatbuffers
30 + https://pypi.org/project/flatbuffers/"
31 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="Apache-2.0"