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: Mon, 30 May 2022 20:54:22
Message-Id: 1653944048.46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d.dolsen@gentoo
1 commit: 46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:48:49 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 20:54:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c52a52
7
8 dev-python/flatbuffers: Bump to 2.0.6
9
10 Pypi index has not been kept up to date.
11 Use the github tarball instead (same tarball as dev-libs/flatbuffers)
12
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
15
16 dev-python/flatbuffers/Manifest | 1 +
17 dev-python/flatbuffers/flatbuffers-2.0.6.ebuild | 22 ++++++++++++++++++++++
18 2 files changed, 23 insertions(+)
19
20 diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
21 index 65babcee572b..d5af86db6d68 100644
22 --- a/dev-python/flatbuffers/Manifest
23 +++ b/dev-python/flatbuffers/Manifest
24 @@ -1 +1,2 @@
25 +DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
26 DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a SHA512 76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d
27
28 diff --git a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
29 new file mode 100644
30 index 000000000000..963fd1f08d88
31 --- /dev/null
32 +++ b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
33 @@ -0,0 +1,22 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +DISTUTILS_USE_PEP517=setuptools
40 +PYTHON_COMPAT=( python3_{8..11} )
41 +
42 +inherit distutils-r1
43 +
44 +DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
45 +HOMEPAGE="
46 + https://github.com/google/flatbuffers/
47 + https://pypi.org/project/flatbuffers/
48 +"
49 +SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 +
51 +LICENSE="Apache-2.0"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
54 +
55 +S=${WORKDIR}/${P}/python