Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-middleware/
Date: Tue, 02 Jun 2020 18:40:48
Message-Id: 1591123235.f277954e0e305765699e53a571ae4a59cb8236ae.prometheanfire@gentoo
1 commit: f277954e0e305765699e53a571ae4a59cb8236ae
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 18:34:58 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 18:40:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f277954e
7
8 dev-python/oslo-middleware: 4.0.2 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-middleware/Manifest | 1 +
14 .../oslo-middleware/oslo-middleware-4.0.2.ebuild | 36 ++++++++++++++++++++++
15 2 files changed, 37 insertions(+)
16
17 diff --git a/dev-python/oslo-middleware/Manifest b/dev-python/oslo-middleware/Manifest
18 index 00abe66e722..b93a070c128 100644
19 --- a/dev-python/oslo-middleware/Manifest
20 +++ b/dev-python/oslo-middleware/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo.middleware-3.37.1.tar.gz 56354 BLAKE2B e9b119d2163c3949eb98b7580b4d5aa4a4427b9a8b3a841549f282358d8daefe62cc3f0588535c744aab7b77b44d38691316f50b9d60e5c974e3a0714a367699 SHA512 1864b2c25602ac7e27e2b080617f7af5f38083705735893dde744e7535d127d62ab0f29a0ef2575ec53af22969544d83e454bc5913b5719c4eb7d312764fa5c0
23 +DIST oslo.middleware-4.0.2.tar.gz 56678 BLAKE2B 5e548f35eccb896447337317dc68d2294c6cf9a064c8cf938c205dbea47af11107d98efdfbfa1829dd2c4f74bd6a9ab51854cdb267321c1b80dc8f9f5ccdf3ee SHA512 8be5fcd85b3afcd0115f4c700f7b2e8846d5b23f0e93765e2cf693b2e0f982a9a8feee6648e261e36890a8a57c28dc550d2d65e5ebc209a4e709b463e5f8ce04
24
25 diff --git a/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild b/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
26 new file mode 100644
27 index 00000000000..6ad72d5e342
28 --- /dev/null
29 +++ b/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
30 @@ -0,0 +1,36 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{6,7} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Components injected into wsgi pipelines to intercept request/response flows."
40 +HOMEPAGE="https://pypi.org/project/oslo.middleware/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
42 +S="${WORKDIR}/oslo.middleware-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +RESTRICT=""
49 +
50 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-config-5.2.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-utils-3.33.0[${PYTHON_USEDEP}]
61 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
62 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
63 + >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
64 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
66 +"