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/oslo-middleware/
Date: Mon, 31 May 2021 20:31:22
Message-Id: 1622492834.7f5d8bd7dce7fe58fad2bd8e124d65ca891c57b8.mgorny@gentoo
1 commit: 7f5d8bd7dce7fe58fad2bd8e124d65ca891c57b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:25:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:27:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5d8bd7
7
8 dev-python/oslo-middleware: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslo-middleware/Manifest | 1 -
13 .../oslo-middleware/oslo-middleware-4.0.2.ebuild | 36 ----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/dev-python/oslo-middleware/Manifest b/dev-python/oslo-middleware/Manifest
17 index f5d9841f111..1e31f3d0b85 100644
18 --- a/dev-python/oslo-middleware/Manifest
19 +++ b/dev-python/oslo-middleware/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.middleware-4.0.2.tar.gz 56678 BLAKE2B 5e548f35eccb896447337317dc68d2294c6cf9a064c8cf938c205dbea47af11107d98efdfbfa1829dd2c4f74bd6a9ab51854cdb267321c1b80dc8f9f5ccdf3ee SHA512 8be5fcd85b3afcd0115f4c700f7b2e8846d5b23f0e93765e2cf693b2e0f982a9a8feee6648e261e36890a8a57c28dc550d2d65e5ebc209a4e709b463e5f8ce04
22 DIST oslo.middleware-4.1.1.tar.gz 55970 BLAKE2B 02b9fdeadfca183102601e8c765ec941c51ac15bb83af9b7d5682ba683a20cffbc478497c4b5391cf903923822cfd5c611ca0661d51c642e9089a71cc4c988d2 SHA512 53f0695da0c9bafa1d9cc18a723793a0e7a0ed09a1cd6d6a2aa0f158e6f2fb3a6b8c2ad2cc4fc248cc80ca4fc02997f586f82ca6f951c928f4efa9b2bc5d1a93
23
24 diff --git a/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild b/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
25 deleted file mode 100644
26 index 5d09158f865..00000000000
27 --- a/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
28 +++ /dev/null
29 @@ -1,36 +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="Components injected into wsgi pipelines to intercept request/response flows."
39 -HOMEPAGE="https://pypi.org/project/oslo.middleware/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
41 -S="${WORKDIR}/oslo.middleware-${PV}"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE=""
47 -RESTRICT=""
48 -
49 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 - ${CDEPEND}"
53 -RDEPEND="
54 - ${CDEPEND}
55 - >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
61 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
62 - >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
63 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
64 - >=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
65 -"