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: Thu, 19 May 2022 15:23:49
Message-Id: 1652973813.816dad506e4d8a466dae544d2d9d4c0dc6fb3a07.mgorny@gentoo
1 commit: 816dad506e4d8a466dae544d2d9d4c0dc6fb3a07
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 14:32:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 15:23:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816dad50
7
8 dev-python/flatbuffers: Use PEP517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild b/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
16 new file mode 100644
17 index 000000000000..fe822eac6d39
18 --- /dev/null
19 +++ b/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..11} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
32 +HOMEPAGE="
33 + https://github.com/google/flatbuffers/
34 + https://pypi.org/project/flatbuffers/
35 +"
36 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
37 +
38 +LICENSE="Apache-2.0"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"