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/grpcio-testing/
Date: Sun, 25 Jul 2021 08:41:43
Message-Id: 1627202485.a7f56d88f29271a551b03b313a724bccf578e5ae.mgorny@gentoo
1 commit: a7f56d88f29271a551b03b313a724bccf578e5ae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 06:54:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 08:41:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f56d88
7
8 dev-python/grpcio-testing: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/grpcio-testing/Manifest | 1 -
13 .../grpcio-testing/grpcio-testing-1.37.1.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest
17 index 1a1f4ac18e3..6c8e053442e 100644
18 --- a/dev-python/grpcio-testing/Manifest
19 +++ b/dev-python/grpcio-testing/Manifest
20 @@ -1,2 +1 @@
21 -DIST grpcio-testing-1.37.1.tar.gz 16930 BLAKE2B 17f30c1c8266ab1fdb363aaafa80a51711be61a76048ff47b09954f0d5ab570d87a1fcff9b3531245c2dc7066e8f71034662ef524aee898af81d922646d3482b SHA512 bb32067abd145dc2b45b29fe2f01ea9cd4c2a9fe76b94f4c5392c26557118aba2e3032b2566809575311e2773a0afd408a3ae656e31deb93e978fb35ad64c98a
22 DIST grpcio-testing-1.38.1.tar.gz 16862 BLAKE2B fad99b35851e36b4e80e8d5d1ec91fd5f22e21a37596b3240aa81128fc77b73c95ce83f0d0423a047c85b9dba428e94f9a2c1681971776c1a141c756026b7ce1 SHA512 2814247be309498ef9605d630afd4bdf1843b21e89a7d6742b27107499ac73ca60c2bbcbe9b76d2be765505025e887af9a2b2159b324f10e3d85960759aba23c
23
24 diff --git a/dev-python/grpcio-testing/grpcio-testing-1.37.1.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.37.1.ebuild
25 deleted file mode 100644
26 index cc55c657252..00000000000
27 --- a/dev-python/grpcio-testing/grpcio-testing-1.37.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Testing utilities for gRPC Python"
40 -HOMEPAGE="https://grpc.io"
41 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
46 -
47 -RDEPEND="
48 - ~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
49 - dev-python/protobuf-python[${PYTHON_USEDEP}]
50 -"
51 -
52 -DEPEND="${RDEPEND}"