summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2021-06-20 12:01:14 -0400
committerBrian Dolbec <dolsen@gentoo.org>2021-06-20 12:04:33 -0400
commit3b389b64c074f5dfb989785db8991ef0d9854687 (patch)
treeb79afe1c395d692ad5925d4d36a695514f9507e9 /dev-python/flatbuffers/flatbuffers-2.0.ebuild
parentdev-python/treq: Versiion bump to 21.5.0 (diff)
downloadgentoo-3b389b64c074f5dfb989785db8991ef0d9854687.tar.gz
gentoo-3b389b64c074f5dfb989785db8991ef0d9854687.tar.bz2
gentoo-3b389b64c074f5dfb989785db8991ef0d9854687.zip
dev-python/flatbuffers: Version bump to 2.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers/flatbuffers-2.0.ebuild')
-rw-r--r--dev-python/flatbuffers/flatbuffers-2.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
new file mode 100644
index 000000000000..b3cd727af5c3
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"