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: Fri, 13 May 2022 06:15:39
Message-Id: 1652422524.977fca752fc906affa9611c602d4a20f97f31ed9.mgorny@gentoo
1 commit: 977fca752fc906affa9611c602d4a20f97f31ed9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 05:42:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 06:15:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977fca75
7
8 dev-python/googleapis-common-protos: Bump to 1.56.1
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.56.1.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest
17 index bf90264798da..7ff0e9f16b98 100644
18 --- a/dev-python/googleapis-common-protos/Manifest
19 +++ b/dev-python/googleapis-common-protos/Manifest
20 @@ -1 +1,2 @@
21 DIST googleapis-common-protos-1.56.0.tar.gz 132706 BLAKE2B a0adf6527c24aaa30922800a80ef4af8abf3d83c4639c227a859c92e02d248f44b408f98820387a51b310dedf005872cb0fa7824bd27ac6309f31f85810edd40 SHA512 ef6ed067457aad3b46d81bacbb66abe3b36b0640290e0047ef7c6d612dfd8bf865dad47c77275f0d5a1e03cd4e5dca32d08f44c7a7bfe7b264ee59e5c5bb9a27
22 +DIST googleapis-common-protos-1.56.1.tar.gz 109702 BLAKE2B ac54a63164a64a125a7dece77a8a9219d922860d6dce9a1057b4dd2f015e2efc6719c224473cee358280028f016fd171e05c8ec6377cdcb216318230ea42df02 SHA512 155698770a790df0ed92144cc0b79373ccdab2bff7109633df5f4f66e75f4f1c312f2ec7248c173f4750416619c65cf6bb7cfc33abfe7530c5d5d7fe2b3cec2c
23
24 diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.1.ebuild
25 new file mode 100644
26 index 000000000000..c665d33bd82a
27 --- /dev/null
28 +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.1.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 2020-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..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python classes generated from the common protos in the googleapis repository"
41 +HOMEPAGE="
42 + https://github.com/googleapis/python-api-common-protos/
43 + https://pypi.org/project/googleapis-common-protos/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 +
51 +RDEPEND="
52 + >=dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
53 + !dev-python/namespace-google
54 +"
55 +
56 +python_compile() {
57 + distutils-r1_python_compile
58 + find "${BUILD_DIR}" -name '*.pth' -delete || die
59 +}
60 +
61 +# no tests as this is all generated code