Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
Date: Wed, 28 Sep 2022 18:34:32
Message-Id: 1664389981.f4d0702c9bf73d10a99529f57319db65a921a2f9.mgorny@gentoo
1 commit: f4d0702c9bf73d10a99529f57319db65a921a2f9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 18:14:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 18:33:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d0702c
7
8 dev-python/flatbuffers: Bump to 22.9.24
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flatbuffers/Manifest | 1 +
13 dev-python/flatbuffers/flatbuffers-22.9.24.ebuild | 25 +++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
17 index f36cfa2b0416..6844af10318e 100644
18 --- a/dev-python/flatbuffers/Manifest
19 +++ b/dev-python/flatbuffers/Manifest
20 @@ -1 +1,2 @@
21 DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538 SHA512 15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
22 +DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661 SHA512 4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c
23
24 diff --git a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
25 new file mode 100644
26 index 000000000000..7705da0c72e7
27 --- /dev/null
28 +++ b/dev-python/flatbuffers/flatbuffers-22.9.24.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