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/googleapis-common-protos/
Date: Sun, 27 Mar 2022 08:17:11
Message-Id: 1648369019.df32347baacb2ed455dbb1625a410a24928160cd.mgorny@gentoo
1 commit: df32347baacb2ed455dbb1625a410a24928160cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 08:14:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 08:16:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df32347b
7
8 dev-python/googleapis-common-protos: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/googleapis-common-protos/Manifest | 1 -
13 .../googleapis-common-protos-1.54.0.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest
17 index f25238b7756a..675b2c6812cf 100644
18 --- a/dev-python/googleapis-common-protos/Manifest
19 +++ b/dev-python/googleapis-common-protos/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST googleapis-common-protos-1.54.0.tar.gz 112874 BLAKE2B 95d2429d8bf27299ff406d0a06f31b2b499f66533cf884a8ec77ed6defa10bdabd6460232265efc9606e5f890ab14c571a0240e842fbdf7117ff3d7bff5ef28d SHA512 535cf6e4e5331a99232cb3eec1bc56676fcf87c522bd5b06f3452c7b22abd51479f3e4c69c8654bba4d789e8267360e11573d357ac90bb63854281e227eb8bc6
22 DIST googleapis-common-protos-1.55.0.tar.gz 115218 BLAKE2B e0091aa07e42c56a0e8f9502d786b7d775672dab1b19dc9cff41e9dc4a0eb8b4aa05b2ba22d8353466ee6d1a40e94a423dd7ab94564166d0575f827a08dc5dd9 SHA512 3fe171bb54b9f508e524bf6e25e7533549346f3d70f0a55f2117c0031d823646b6384491ab059eddedfaf23ddcf7bdee4f6a66dcd50930403a1b7da5ee0ac9f8
23 DIST googleapis-common-protos-1.56.0.tar.gz 132706 BLAKE2B a0adf6527c24aaa30922800a80ef4af8abf3d83c4639c227a859c92e02d248f44b408f98820387a51b310dedf005872cb0fa7824bd27ac6309f31f85810edd40 SHA512 ef6ed067457aad3b46d81bacbb66abe3b36b0640290e0047ef7c6d612dfd8bf865dad47c77275f0d5a1e03cd4e5dca32d08f44c7a7bfe7b264ee59e5c5bb9a27
24
25 diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.54.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.54.0.ebuild
26 deleted file mode 100644
27 index 0a47dd50e56c..000000000000
28 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.54.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 2020-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="python classes generated from the common protos in the googleapis repository"
40 -HOMEPAGE="https://pypi.org/project/googleapis-common-protos/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -
47 -RDEPEND="
48 - dev-python/namespace-google[${PYTHON_USEDEP}]
49 - >=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}]
50 -"
51 -
52 -python_install_all() {
53 - distutils-r1_python_install_all
54 - find "${D}" -name '*.pth' -delete || die
55 -}
56 -
57 -# no tests as this is all generated code