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/castellan/
Date: Mon, 31 May 2021 20:31:20
Message-Id: 1622492634.a32eab61b897ff4f68af6e418376a031f1c2ca5a.mgorny@gentoo
1 commit: a32eab61b897ff4f68af6e418376a031f1c2ca5a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:23:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:23:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32eab61
7
8 dev-python/castellan: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/castellan/Manifest | 1 -
13 dev-python/castellan/castellan-1.2.2.ebuild | 35 -----------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
17 index ed6fc2c0dce..2bf4ddb5734 100644
18 --- a/dev-python/castellan/Manifest
19 +++ b/dev-python/castellan/Manifest
20 @@ -1,2 +1 @@
21 -DIST castellan-1.2.2.tar.gz 67085 BLAKE2B 5a6af5fd91e1371ed9024bf09f31bc5b9e7d55455a61c6c23f62fe84d80f717e83c96f2c72375c37537fe4fb7484b7a16e668f6e37ffa14bfa04f6e1fb69eaeb SHA512 3777180ecc2a2a26c917d89dff28d2ff9e20e1de86249b0e5cda63027394dd8b5a763314135bebba3d2b6194825068c9a7c1c32a4a1e3185caaed74a105aa032
22 DIST castellan-3.6.0.tar.gz 70924 BLAKE2B bbd9bf5b411332d5454b4c0d69b63c16b751f8e23c01e723a95acbc722f57fb5f1286c20855b9a9a0e36607737e417f9c5b02a1f7ea4e394c210fa812feb6323 SHA512 d2eb7d7e9ecf29f43d16f0d95dbc18165bde7c9087670fde817fc476a58d57cd3765e9706e4108da99159065748b78dc1f25b9a6ae024359ed98ea5a10dfe3c4
23
24 diff --git a/dev-python/castellan/castellan-1.2.2.ebuild b/dev-python/castellan/castellan-1.2.2.ebuild
25 deleted file mode 100644
26 index c4f7e0a848a..00000000000
27 --- a/dev-python/castellan/castellan-1.2.2.ebuild
28 +++ /dev/null
29 @@ -1,35 +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 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Generic Key Manager interface for OpenStack"
39 -HOMEPAGE="https://pypi.org/project/castellan/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 - !~dev-python/pbr-2.1.0"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}"
51 -RDEPEND="
52 - ${CDEPEND}
53 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
54 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
55 - >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
56 - >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
62 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
63 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
64 -"