Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
Date: Sat, 09 May 2020 00:51:17
Message-Id: 1588985449.9eca2aef50e79aa175b306580a2af30535b933b7.dolsen@gentoo
1 commit: 9eca2aef50e79aa175b306580a2af30535b933b7
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 01:15:25 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 00:50:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eca2aef
7
8 dev-python/flatbuffers: New pkg, new dep of dev-python/autobahn-20.4.3
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-python/flatbuffers/Manifest | 1 +
14 dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 +++++++++++++++
15 dev-python/flatbuffers/metadata.xml | 11 +++++++++++
16 3 files changed, 27 insertions(+)
17
18 diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
19 new file mode 100644
20 index 00000000000..1dec90d35b7
21 --- /dev/null
22 +++ b/dev-python/flatbuffers/Manifest
23 @@ -0,0 +1 @@
24 +DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b SHA512 d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d
25
26 diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
27 new file mode 100644
28 index 00000000000..f6e07681c31
29 --- /dev/null
30 +++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
31 @@ -0,0 +1,15 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{6,7,8} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
41 +HOMEPAGE="https://github.com/google/flatbuffers https://pypi.org/project/flatbuffers/"
42 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47
48 diff --git a/dev-python/flatbuffers/metadata.xml b/dev-python/flatbuffers/metadata.xml
49 new file mode 100644
50 index 00000000000..9b133105c87
51 --- /dev/null
52 +++ b/dev-python/flatbuffers/metadata.xml
53 @@ -0,0 +1,11 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 + <maintainer type="person">
58 + <email>dolsen@g.o</email>
59 + <name>Brian Dolbec</name>
60 + </maintainer>
61 + <upstream>
62 + <remote-id type="pypi">flatbuffers</remote-id>
63 + </upstream>
64 +</pkgmetadata>