From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/googleapis-common-protos/
Date: Sat, 14 Sep 2024 12:32:38 +0000 (UTC) [thread overview]
Message-ID: <1726317148.23a4d54db69b306a3c8056741eb04a20a28f69fd.mgorny@gentoo> (raw)
commit: 23a4d54db69b306a3c8056741eb04a20a28f69fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 12:27:08 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 12:32:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a4d54d
dev-python/googleapis-common-protos: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/googleapis-common-protos/Manifest | 2 --
.../googleapis-common-protos-1.63.2-r1.ebuild | 33 ----------------------
.../googleapis-common-protos-1.64.0.ebuild | 32 ---------------------
3 files changed, 67 deletions(-)
diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest
index 16f32a93c7d1..d7aad568fa71 100644
--- a/dev-python/googleapis-common-protos/Manifest
+++ b/dev-python/googleapis-common-protos/Manifest
@@ -1,3 +1 @@
-DIST googleapis-common-protos-1.63.2.tar.gz 112890 BLAKE2B c6b5262435e7458721fe63fcdc9f8c6485fda27b417619f597d662624b1be13380669d5467427e3f70755f64a187b320cf5954adc307242ae937830c3774aab9 SHA512 ec987acb6ead40771d69e851ca679e7985532a39821d5a2318f9e5ccfce17b9e6f9d4339266b77cb2e55f2c0de0256c80321677d026f4f2c830bdb435aeff676
-DIST googleapis_common_protos-1.64.0.tar.gz 113350 BLAKE2B 79f578c079956926215489353c5b75542f0a44a27f41d8f36a7459357e4d425dc361cfa437d1dc5bbe3338b9ed8a70667c18fd718b962b41e6489b107fb05222 SHA512 3757083840f1a1a6645836f64be350fd0a7378c97f72ab540342a9cdc733d427179dc49a73b0a97e0ab75544ef1e4f81292b0a83e375829c6082de76a6d02fab
DIST googleapis_common_protos-1.65.0.tar.gz 113657 BLAKE2B a74f10ce3fd1d7eb1805174157ef751ffedc6042f27c11c2e9febbc2a91de7c963fe266beb51f44445bdf6eb8a7237f86902ca670a875ea87fe24782dc8fc79d SHA512 5c62ee5ff6b6d39dc7053031a17be88300888ca3f91e8743ab11deab9b571d40371c12332dbd5bd906941e7917aca36ed28a19d7af619afd305e0649aaeab85d
diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.63.2-r1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.63.2-r1.ebuild
deleted file mode 100644
index 9489baf555a5..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.63.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2024 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..13} )
-
-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-6[${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.64.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild
deleted file mode 100644
index 22f6d27fa091..000000000000
--- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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-6[${PYTHON_USEDEP}]
- >=dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
- !dev-python/namespace-google
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
next reply other threads:[~2024-09-14 12:32 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-14 12:32 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 7:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/googleapis-common-protos/ Michał Górny
2025-03-08 16:24 Michał Górny
2025-03-08 11:17 Arthur Zamarin
2025-03-07 4:40 Michał Górny
2025-03-01 11:57 Michał Górny
2025-02-21 5:20 Michał Górny
2025-02-13 7:27 Michał Górny
2024-11-30 11:47 Michał Górny
2024-11-13 6:55 Michał Górny
2024-09-14 11:35 Arthur Zamarin
2024-08-28 3:43 Michał Górny
2024-08-27 11:39 Michał Górny
2024-08-27 7:39 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 11:05 Arthur Zamarin
2024-06-25 8:01 Michał Górny
2024-06-18 18:45 Michał Górny
2024-06-04 5:41 Michał Górny
2024-03-30 15:28 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-12 5:13 Michał Górny
2024-01-26 17:07 Michał Górny
2023-12-24 5:59 Michał Górny
2023-12-24 1:02 Sam James
2023-12-08 5:41 Michał Górny
2023-11-24 15:02 Arthur Zamarin
2023-11-15 17:10 Michał Górny
2023-11-15 16:34 Arthur Zamarin
2023-10-13 4:44 Michał Górny
2023-09-01 16:42 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-01 3:01 Michał Górny
2023-07-24 10:52 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-06-13 5:12 Michał Górny
2023-04-22 16:18 Michał Górny
2023-04-22 11:31 Sam James
2023-03-21 20:06 Michał Górny
2023-03-17 15:21 Michał Górny
2023-01-10 6:21 Michał Górny
2023-01-05 7:48 Michał Górny
2022-12-17 7:15 Michał Górny
2022-12-16 21:50 Sam James
2022-11-16 17:21 Michał Górny
2022-11-08 13:10 Michał Górny
2022-11-08 13:10 Michał Górny
2022-07-24 20:29 Michał Górny
2022-07-24 19:13 Sam James
2022-07-13 8:10 Michał Górny
2022-06-22 5:48 Michał Górny
2022-06-16 9:23 Michał Górny
2022-06-16 9:10 Jakov Smolić
2022-05-27 6:10 Michał Górny
2022-05-13 6:15 Michał Górny
2022-04-22 11:54 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-04-12 11:06 Michał Górny
2022-03-27 8:17 Michał Górny
2022-03-27 6:27 Agostino Sarubbo
2022-03-18 10:08 Michał Górny
2022-02-23 21:30 Michał Górny
2022-01-08 18:23 Michał Górny
2022-01-08 18:03 Jakov Smolić
2021-12-08 5:37 Michał Górny
2021-10-23 14:03 Arthur Zamarin
2021-10-23 14:03 Arthur Zamarin
2021-03-30 22:27 Michał Górny
2021-03-30 22:02 Sam James
2021-02-26 8:35 Michał Górny
2021-02-26 8:35 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:04 Sam James
2020-12-15 2:47 Patrick McLean
2020-09-20 20:21 Agostino Sarubbo
2020-08-31 20:54 Thomas Deutschmann
2020-08-09 23:03 Zac Medico
2020-06-06 18:01 Michał Górny
2020-05-14 21:26 Mart Raudsepp
2020-05-13 4:00 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1726317148.23a4d54db69b306a3c8056741eb04a20a28f69fd.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox