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-context/
Date: Sun, 11 Oct 2020 01:29:35
Message-Id: 1602379755.11817667fbe76a3be2d8f95836fb2b151d8123b0.prometheanfire@gentoo
1 commit: 11817667fbe76a3be2d8f95836fb2b151d8123b0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 00:58:20 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 01:29:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11817667
7
8 dev-python/oslo-context: 3.1.1 bump
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-context/Manifest | 1 +
14 dev-python/oslo-context/oslo-context-3.1.1.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
18 index 38d82ebd550..20a319c097c 100644
19 --- a/dev-python/oslo-context/Manifest
20 +++ b/dev-python/oslo-context/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo.context-2.22.1.tar.gz 29315 BLAKE2B 89c7dacfe42a9c3cd8d7fde8a77e3654f48788909cea725151e833a305c6916534919496393e603084311625cc9242661e72cbf1a2bdb72bedca3127e77ca9d9 SHA512 d0a3b9e41d23e8f642f8aacd998f6d6f4ad1fbf103947fc7403a57c4e3d9ae51b3cf73dfb79139d541875a0e412ed8600c4ce6b19cc207697429f48a7fb72887
23 +DIST oslo.context-3.1.1.tar.gz 29335 BLAKE2B 2179e5c273b5e387806fc4a8b1ac2f0641f4cc9f2345cb00e6ef9c2e7c8b69709c0c14dd11254d026283b2be7e032044b6f753a13f062915db9f000ae1873f1a SHA512 a9d16475bac5aa96d086019632f417fa5b496f615b814527e547a43362f1e36ed47c47266032e72194f88716237ccff7a24bf941d66bf36afe09b846a810583b
24
25 diff --git a/dev-python/oslo-context/oslo-context-3.1.1.ebuild b/dev-python/oslo-context/oslo-context-3.1.1.ebuild
26 new file mode 100644
27 index 00000000000..0bed5501a70
28 --- /dev/null
29 +++ b/dev-python/oslo-context/oslo-context-3.1.1.ebuild
30 @@ -0,0 +1,23 @@
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,8} )
36 +DISTUTILS_USE_SETUPTOOLS=bdepend
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Helpers to maintain useful information about a request context"
41 +HOMEPAGE="https://pypi.org/project/oslo.context/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
43 +S="${WORKDIR}/oslo.context-${PV}"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +
49 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 +DEPEND="${CDEPEND}"
52 +RDEPEND="${CDEPEND}
53 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"