commit:     11bbfa1b1335ea5dab99fc1aa8378210c5de0655
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 20:51:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 21:30:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bbfa1b

dev-python/googleapis-common-protos: Bump to 1.55.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/googleapis-common-protos/Manifest       |  1 +
 .../googleapis-common-protos-1.55.0.ebuild         | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/googleapis-common-protos/Manifest 
b/dev-python/googleapis-common-protos/Manifest
index 41f3df2c5c64..b2c19032f119 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1 +1,2 @@
 DIST googleapis-common-protos-1.54.0.tar.gz 112874 BLAKE2B 
95d2429d8bf27299ff406d0a06f31b2b499f66533cf884a8ec77ed6defa10bdabd6460232265efc9606e5f890ab14c571a0240e842fbdf7117ff3d7bff5ef28d
 SHA512 
535cf6e4e5331a99232cb3eec1bc56676fcf87c522bd5b06f3452c7b22abd51479f3e4c69c8654bba4d789e8267360e11573d357ac90bb63854281e227eb8bc6
+DIST googleapis-common-protos-1.55.0.tar.gz 115218 BLAKE2B 
e0091aa07e42c56a0e8f9502d786b7d775672dab1b19dc9cff41e9dc4a0eb8b4aa05b2ba22d8353466ee6d1a40e94a423dd7ab94564166d0575f827a08dc5dd9
 SHA512 
3fe171bb54b9f508e524bf6e25e7533549346f3d70f0a55f2117c0031d823646b6384491ab059eddedfaf23ddcf7bdee4f6a66dcd50930403a1b7da5ee0ac9f8

diff --git 
a/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild 
b/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild
new file mode 100644
index 000000000000..d712f38c2e38
--- /dev/null
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="python classes generated from the common protos in the googleapis 
repository"
+HOMEPAGE="https://pypi.org/project/googleapis-common-protos/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+       dev-python/namespace-google[${PYTHON_USEDEP}]
+       >=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+       distutils-r1_python_install_all
+       find "${D}" -name '*.pth' -delete || die
+}
+
+# no tests as this is all generated code

Reply via email to