summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-12 21:37:52 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-12 22:08:48 +0300
commitc71de4e4421c2227ce8ade57a47676ff8448cd20 (patch)
tree5600c966f2a859f297e7dff10bfd40cb9ee31b53 /dev-python/flatbuffers
parentdev-python/flit_scm: enable py3.11 (diff)
downloadgentoo-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.ebuild5
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"