public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/proto-plus/
Date: Wed, 22 Jun 2022 12:01:07 +0000 (UTC)	[thread overview]
Message-ID: <1655899257.f8f904fcead5374ab86dc49ce1f108dea320a74d.mgorny@gentoo> (raw)

commit:     f8f904fcead5374ab86dc49ce1f108dea320a74d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:51:31 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 12:00:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f904fc

dev-python/proto-plus: Remove old

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

 dev-python/proto-plus/Manifest                 |  2 --
 dev-python/proto-plus/proto-plus-1.20.3.ebuild | 36 ------------------------
 dev-python/proto-plus/proto-plus-1.20.4.ebuild | 39 --------------------------
 3 files changed, 77 deletions(-)

diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest
index 52c81221ee81..2533a768931e 100644
--- a/dev-python/proto-plus/Manifest
+++ b/dev-python/proto-plus/Manifest
@@ -1,4 +1,2 @@
-DIST proto-plus-1.20.3.gh.tar.gz 66941 BLAKE2B 359d95d37b8a4dad282cb9b33909982ffedca25cd3907583d689996d6e516143c0e4eb2b9bb06bc50e12fabe197f0622a3488cf21136decefe676980b20c7a9e SHA512 411089eb76508a5ca94d6b4228dd4bc1f8d01d4f5209bb2ab0e6e240d8061761c9c76cd03b3a4da7771b45a30df3b0ca4c17f7fca3ed6e710a9724ab7bc0f60d
-DIST proto-plus-1.20.4.gh.tar.gz 67455 BLAKE2B 6121d8bd87127139b6b6c16055941cb320fb2a106ae5a95f77a949ffffaa99db474282255a88994d3194866c404633d953d8a136e55ddbd2163d8da08bbde8cc SHA512 f71aa0e956f63bb8dab205e2788185efd31bcd733299fedd4f24d407b3c1b3bfedc24e349769644025c6dbc8775e7743ee96be4dac2edc8b6406101a5da604df
 DIST proto-plus-1.20.5.gh.tar.gz 67573 BLAKE2B d764c8afb4608c38b050c256930a7ea37ee8d5393518e3146a66d11d4fee1cf3b35142426442d014483bd1ac5b815b6445b0f2c2c04f404136aeb6031a944e54 SHA512 bf612f23af3cf30cceaf8ee2027a721cc37dbe7e17d0ce643c31361397409171f92e92a6b53163e747931c3b0da66edca638ae4014c096bc0e3a8f1bc5dc8e80
 DIST proto-plus-1.20.6.gh.tar.gz 67697 BLAKE2B 88fbf1086bc9430360316c89baaf6216d3f395792fbc2bf1336c22aeb4f912dedd5a4af73c5a10cf6536cdc4cf285c89d1d0a86afd4ee21c7e40b26d34631240 SHA512 5da41a8ddabb34a4083b622d60e59532cd7cb97e4fd243b796aded06ee0f6d9ba5ac847434aa8141b90cb3481d45fbc703de2f905ff4f4676a5d86d77a01c44c

diff --git a/dev-python/proto-plus/proto-plus-1.20.3.ebuild b/dev-python/proto-plus/proto-plus-1.20.3.ebuild
deleted file mode 100644
index e3ac839e6f05..000000000000
--- a/dev-python/proto-plus/proto-plus-1.20.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Beautiful, Pythonic protocol buffers"
-HOMEPAGE="https://pypi.org/project/proto-plus/ https://github.com/googleapis/proto-plus-python"
-SRC_URI="
-	https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-python-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-	dev-python/protobuf-python[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/google-api-core[${PYTHON_USEDEP}]
-		dev-python/grpcio[${PYTHON_USEDEP}]
-		dev-python/pytz[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	dev-python/sphinx_rtd_theme

diff --git a/dev-python/proto-plus/proto-plus-1.20.4.ebuild b/dev-python/proto-plus/proto-plus-1.20.4.ebuild
deleted file mode 100644
index 9946d728f496..000000000000
--- a/dev-python/proto-plus/proto-plus-1.20.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Beautiful, Pythonic protocol buffers"
-HOMEPAGE="
-	https://github.com/googleapis/proto-plus-python/
-	https://pypi.org/project/proto-plus/
-"
-SRC_URI="
-	https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-python-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	dev-python/protobuf-python[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/google-api-core[${PYTHON_USEDEP}]
-		dev-python/grpcio[${PYTHON_USEDEP}]
-		dev-python/pytz[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	dev-python/sphinx_rtd_theme


             reply	other threads:[~2022-06-22 12:01 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 12:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29 10:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/proto-plus/ Michał Górny
2025-03-29 10:14 Sam James
2025-03-29 10:14 Sam James
2025-03-29 10:14 Sam James
2025-03-11  8:47 Michał Górny
2025-02-15 11:32 Michał Górny
2025-02-15 10:16 Arthur Zamarin
2025-02-15  8:47 Arthur Zamarin
2025-02-15  8:35 Arthur Zamarin
2025-01-28  5:31 Michał Górny
2024-11-10  3:24 Michał Górny
2024-11-10  0:42 Jakov Smolić
2024-11-10  0:42 Jakov Smolić
2024-11-09  9:57 Arthur Zamarin
2024-10-23 19:33 Arthur Zamarin
2024-07-13 12:02 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-06 15:37 Michał Górny
2024-07-06 14:20 Sam James
2024-07-06  6:45 Sam James
2024-07-06  6:30 Sam James
2024-06-20  4:45 Michał Górny
2024-05-22  8:03 Michał Górny
2024-01-26 17:07 Michał Górny
2024-01-26 17:07 Michał Górny
2023-12-24 17:24 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-24  1:02 Sam James
2023-12-24  1:02 Sam James
2023-12-08  5:41 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-06-23  5:35 Michał Górny
2023-02-16  5:10 Michał Górny
2023-02-16  5:10 Michał Górny
2023-02-16  5:00 Sam James
2023-02-16  4:54 Sam James
2023-01-10 14:23 Michał Górny
2023-01-10  6:21 Michał Górny
2023-01-08 14:17 Michał Górny
2022-10-05 19:23 Michał Górny
2022-10-05 11:35 Sam James
2022-10-05 11:35 Sam James
2022-09-11  5:33 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:57 Jakov Smolić
2022-08-31 18:21 Arthur Zamarin
2022-08-11  8:50 Michał Górny
2022-07-25  7:14 Michał Górny
2022-07-25  7:07 Agostino Sarubbo
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-15 11:32 Michał Górny
2022-06-15 11:32 Michał Górny
2022-05-27  6:10 Michał Górny
2022-05-20  8:29 Michał Górny
2022-03-22  9:27 Jakov Smolić
2022-03-22  9:27 Jakov Smolić
2022-02-25 11:24 Arthur Zamarin
2022-02-25 11:24 Arthur Zamarin
2022-02-24  8:52 Michał Górny
2022-02-18  9:19 Michał Górny
2022-02-15  9:05 Michał Górny
2022-02-15  9:05 Michał Górny
2022-02-08  9:42 Michał Górny
2022-01-26  7:33 Michał Górny
2021-11-10  7:32 Michał Górny
2021-11-06 20:49 Michał Górny
2021-10-06 10:32 Arthur Zamarin

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=1655899257.f8f904fcead5374ab86dc49ce1f108dea320a74d.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