summaryrefslogtreecommitdiff
path: root/dev-python/googleapis-common-protos
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-01 22:14:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-01 22:14:42 +0100
commit9bc60dddf90169c365a03537991b4d9a5d9b28db (patch)
tree2f2cae7cd5d44dcfd43dc1a4fc81665fba314e8f /dev-python/googleapis-common-protos
parentaef01e7679692cb2cf9eca0c03865cfd0a4e33c9 (diff)
gentoo auto-resync : 01:09:2023 - 22:14:42
Diffstat (limited to 'dev-python/googleapis-common-protos')
-rw-r--r--dev-python/googleapis-common-protos/Manifest4
-rw-r--r--dev-python/googleapis-common-protos/googleapis-common-protos-1.59.1.ebuild33
-rw-r--r--dev-python/googleapis-common-protos/googleapis-common-protos-1.60.0.ebuild2
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest
index 5596bdf8ef52..71000882e317 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1,5 +1,3 @@
-DIST googleapis-common-protos-1.59.1.tar.gz 118520 BLAKE2B e9f1b9f0b02465552aca8df83d12eb4ff2db9cdab27c0359b6b8c402c19afe77fed9c715179669e1029bee864edaa6fd744f307f9b3275170677e282c955faca SHA512 e977382da5880ef9097af7ff653768902a2c6c00927847cb2b9e601072f226509539226a82c98a9e4f38354b05e246f0f9c9c87ed008cb9c0a5976eae1863bd3
DIST googleapis-common-protos-1.60.0.tar.gz 119801 BLAKE2B 68d5940f7d5d9c9f45b715b3cb4e716fda06a727c9da0569802a6ac509c3227ae2f13104abfa6763317a89ec2e5875051deb7eec28ba71dbbb13c0239e5decd8 SHA512 ad20a4cb74308f22835cbc5c9dfd82153dd8265424ee7dc604b610bc6db6f46f154e4f5d8c74c01d4c503d3e2c9095a090d9548a5ec13b4b3044274f6b9b5a4b
-EBUILD googleapis-common-protos-1.59.1.ebuild 795 BLAKE2B 2508746142e885ba225d0f19f6181e22b348d4b42170498c6edea7d9f37c2f2c6fa4fd965f99c46893fdef5c6c94d2a920a9e54c734b2bccd0e42edef08e2be3 SHA512 7e955f104bd336f6f393931e7803e033378b57b20cdbc82b2ff3f395348a8474914165b211aa1b9f8a22f62825d9b9289f55a2ca697964a37e05c173281aab54
-EBUILD googleapis-common-protos-1.60.0.ebuild 797 BLAKE2B aa978c63b63fbe4bd0b608815bf84c3ea18b755c2148b9e6fa97be993ccd67d50bcf9ceaa2a6db051c285ddf2df045f608c4371bad0dd6f0bc01ec91e67f2e8d SHA512 c5222738764f39cd759710976af2042fddffb1bd36e9fa6fa6d628220eb816ad8005cdbbe9ac03c7f751166f90973c71e7905798d1e810c7c0b1b117a761ea25
+EBUILD googleapis-common-protos-1.60.0.ebuild 795 BLAKE2B 2508746142e885ba225d0f19f6181e22b348d4b42170498c6edea7d9f37c2f2c6fa4fd965f99c46893fdef5c6c94d2a920a9e54c734b2bccd0e42edef08e2be3 SHA512 7e955f104bd336f6f393931e7803e033378b57b20cdbc82b2ff3f395348a8474914165b211aa1b9f8a22f62825d9b9289f55a2ca697964a37e05c173281aab54
MISC metadata.xml 537 BLAKE2B 7b81f41f34a3c0fa53340ad298440f67727eb1830009899ffa10835485f66e727844735a88bed94b8a0bba14fa01a78d8a04f5ca3edf48a72781c7e1a797459e SHA512 6013da3540915e13a0cc60336bbefada12fbf71c04d4f40634f24015ada732d0d8b86600401bdadb2c7df2ea84f7097669f4efe6cf176ccca5efe46e9a3869d9
diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.1.ebuild
deleted file mode 100644
index 3355c4653074..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.59.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python classes generated from the common protos in the googleapis repository"
-HOMEPAGE="
- https://github.com/googleapis/python-api-common-protos/
- https://pypi.org/project/googleapis-common-protos/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
- <dev-python/protobuf-python-5[${PYTHON_USEDEP}]
- >=dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
- !dev-python/namespace-google
-"
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-# no tests as this is all generated code
diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.60.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.60.0.ebuild
index 173ea3bc4900..3355c4653074 100644
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.60.0.ebuild
+++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.60.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]