diff options
author | 2022-05-12 21:37:52 +0300 | |
---|---|---|
committer | 2022-05-12 22:08:48 +0300 | |
commit | c71de4e4421c2227ce8ade57a47676ff8448cd20 (patch) | |
tree | 5600c966f2a859f297e7dff10bfd40cb9ee31b53 /dev-python/flatbuffers | |
parent | dev-python/flit_scm: enable py3.11 (diff) | |
download | gentoo-c71de4e4421c2227ce8ade57a47676ff8448cd20.tar.gz gentoo-c71de4e4421c2227ce8ade57a47676ff8448cd20.tar.bz2 gentoo-c71de4e4421c2227ce8ade57a47676ff8448cd20.zip |
dev-python/flatbuffers: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers')
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.ebuild index 379965a982c7..eaaecedd58b4 100644 --- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild +++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild @@ -3,11 +3,12 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="RFC 7049 - Concise Binary Object Representation" -HOMEPAGE="https://github.com/google/flatbuffers https://pypi.org/project/flatbuffers/" +HOMEPAGE="https://github.com/google/flatbuffers + https://pypi.org/project/flatbuffers/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |