Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/etcd3gw/
Date: Mon, 30 May 2022 13:17:22
Message-Id: 1653916632.8a7d3bf02cb9f34e3c2aa1402f95472428726ab5.Alessandro-Barbieri@gentoo
1 commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:06:09 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0
7
8 dev-python/etcd3gw: drop 1.0.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/etcd3gw/Manifest | 1 -
13 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 ---------------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
17 index 7218e6348..31e8ea62d 100644
18 --- a/dev-python/etcd3gw/Manifest
19 +++ b/dev-python/etcd3gw/Manifest
20 @@ -1,2 +1 @@
21 -DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e SHA512 d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
22 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74 SHA512 dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82
23
24 diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
25 deleted file mode 100644
26 index 98ebcc27d..000000000
27 --- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
40 -HOMEPAGE="
41 - https://opendev.org/openstack/etcd3gw
42 - https://pypi.org/project/etcd3gw/
43 -"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND="
51 - >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
52 - >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
53 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
54 - >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
55 -"
56 -DEPEND="
57 - ${RDEPEND}
58 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
59 - test? (
60 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
61 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
62 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
63 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
64 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
65 - >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
66 - >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
67 - >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
68 - >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -distutils_enable_tests pytest