Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
Date: Wed, 24 Aug 2022 19:36:40
Message-Id: 1661369778.d71c8b4d8548e722b4a710e07887190167819355.arthurzam@gentoo
1 commit: d71c8b4d8548e722b4a710e07887190167819355
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 19:17:21 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 19:36:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71c8b4d
7
8 dev-python/flatbuffers: add 2.0.7
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/flatbuffers/Manifest | 1 +
13 dev-python/flatbuffers/flatbuffers-2.0.7.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
17 index ce199c62dfa8..2e254d456eaf 100644
18 --- a/dev-python/flatbuffers/Manifest
19 +++ b/dev-python/flatbuffers/Manifest
20 @@ -1 +1,2 @@
21 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
22 +DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538 SHA512 15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
23
24 diff --git a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
25 new file mode 100644
26 index 000000000000..7705da0c72e7
27 --- /dev/null
28 +++ b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
41 +HOMEPAGE="
42 + https://github.com/google/flatbuffers/
43 + https://pypi.org/project/flatbuffers/
44 +"
45 +SRC_URI="
46 + https://github.com/google/${PN}/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
53 +
54 +S=${WORKDIR}/${P}/python