commit: 9eca2aef50e79aa175b306580a2af30535b933b7
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 01:15:25 2020 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 9 00:50:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eca2aef
dev-python/flatbuffers: New pkg, new dep of dev-python/autobahn-20.4.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
dev-python/flatbuffers/Manifest | 1 +
dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 +++++++++++++++
dev-python/flatbuffers/metadata.xml | 11 +++++++++++
3 files changed, 27 insertions(+)
diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
new file mode 100644
index 00000000000..1dec90d35b7
--- /dev/null
+++ b/dev-python/flatbuffers/Manifest
@@ -0,0 +1 @@
+DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B
9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b
SHA512
d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d
diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
new file mode 100644
index 00000000000..f6e07681c31
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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 ~x86"
diff --git a/dev-python/flatbuffers/metadata.xml
b/dev-python/flatbuffers/metadata.xml
new file mode 100644
index 00000000000..9b133105c87
--- /dev/null
+++ b/dev-python/flatbuffers/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">flatbuffers</remote-id>
+ </upstream>
+</pkgmetadata>