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/python-barbicanclient/
Date: Mon, 31 May 2021 20:42:53
Message-Id: 1622493094.0e274e729fc4aff81fb89cb233f8070c327db7c3.mgorny@gentoo
1 commit: 0e274e729fc4aff81fb89cb233f8070c327db7c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:31:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:31:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e274e72
7
8 dev-python/python-barbicanclient: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-barbicanclient/Manifest | 1 -
13 .../python-barbicanclient-4.8.1.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/python-barbicanclient/Manifest b/dev-python/python-barbicanclient/Manifest
17 index ca2a3536d82..013e16076fb 100644
18 --- a/dev-python/python-barbicanclient/Manifest
19 +++ b/dev-python/python-barbicanclient/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-barbicanclient-4.8.1.tar.gz 118919 BLAKE2B 0c29eb4fb3b77d6ef69051a956db1aae8cb151d07156e4c888259888f1a9a6eac0be9e5339ac9a3dee9dabcb1c06c6e835312b47bec4338b34842e71546e3e75 SHA512 836b54156e72faf7ec590d6f11ccc2ca61258da38368410fb65f448b8a0e0ea272d224f46f5c6f08afc7477197a090be77720e07e3a4cb60ef71982367dbfcdb
22 DIST python-barbicanclient-5.0.1.tar.gz 118714 BLAKE2B dbdf98a481853c70e8548eac98a24bad66f398eba37e74425bd941b60c69aa80b1b24f77b2a4228a82f7a9f722068d55b954be8aec41f52e0665c70650b7f447 SHA512 5ab164e92b1d2820b5f84b59748e3fdf0733c587e6c4a9a17cb34cb95ab7a3900430790b50ce40b479a9f39e599a0969e3e8d1c5255ed6c595a287019a736663
23
24 diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
25 deleted file mode 100644
26 index 8c5588618eb..00000000000
27 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_7 )
35 -DISTUTILS_USE_SETUPTOOLS=rdepend
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Client library for Barbican API."
40 -HOMEPAGE="https://github.com/openstack/barbican"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
48 -DEPEND="${CDEPEND}"
49 -RDEPEND="
50 - ${CDEPEND}
51 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
52 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
53 - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
54 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
55 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"