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: Sun, 25 Sep 2022 18:35:16
Message-Id: 1664130839.9653ae33bca361cc594b25cd1819e83853a22658.arthurzam@gentoo
1 commit: 9653ae33bca361cc594b25cd1819e83853a22658
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 18:33:59 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 18:33:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653ae33
7
8 dev-python/flatbuffers: drop 2.0.6
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.6.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
17 index 2e254d456eaf..f36cfa2b0416 100644
18 --- a/dev-python/flatbuffers/Manifest
19 +++ b/dev-python/flatbuffers/Manifest
20 @@ -1,2 +1 @@
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.6.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
25 deleted file mode 100644
26 index 4eddf1fbaf28..000000000000
27 --- a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
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="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm arm64 ~riscv x86"
50 -
51 -S=${WORKDIR}/${P}/python