Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/
Date: Wed, 17 Aug 2022 19:31:43
Message-Id: 1660764611.7aacd7c84af6b8783fc4d377630c181a378ee42b.arthurzam@gentoo
1 commit: 7aacd7c84af6b8783fc4d377630c181a378ee42b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 19:30:11 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 19:30:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aacd7c8
7
8 dev-python/oslo-context: drop 4.1.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oslo-context/Manifest | 1 -
13 dev-python/oslo-context/oslo-context-4.1.0.ebuild | 32 -----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
17 index 3d3e72c65b47..c188051d4c65 100644
18 --- a/dev-python/oslo-context/Manifest
19 +++ b/dev-python/oslo-context/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.context-4.1.0.tar.gz 33573 BLAKE2B 8fa4f94f5cb5c82d95e55bbc553f97088ae8907b38ebc95b81674709c6fb4eeffab4f83f042c2069a9bcddfa827ca0c5c9e31ec12f21ad1c82dc111ea7d1732e SHA512 83ef0aafc94460bc16ac84841ffa78bad2594d7b81578552579251b2548779296552f86204788fe3acd1a393e7ca54d479475e8c062649d0fd2f4989c3cbebe9
22 DIST oslo.context-5.0.0.tar.gz 33660 BLAKE2B 546191a1697fa833187890dfa50f6458b86c83f8d25382c55a3987cbad99e967b014275152fdfa5690b502f657c007734423af7544c8c9fbab4659ba29d5d3be SHA512 8a20e3bf94b018e2494712b7b72bc7d976af16db771338f76ef27a1d7b63cef77e5f5ae01fa6c42c3e2522a74b5f1c6dbd19a358bd74da4a3ef4398e3598b6b0
23
24 diff --git a/dev-python/oslo-context/oslo-context-4.1.0.ebuild b/dev-python/oslo-context/oslo-context-4.1.0.ebuild
25 deleted file mode 100644
26 index 601a617e6c76..000000000000
27 --- a/dev-python/oslo-context/oslo-context-4.1.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
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 ~arm arm64 ~riscv x86"
48 -
49 -RDEPEND="
50 - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
51 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
54 - test? (
55 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
57 - )"
58 -
59 -distutils_enable_tests unittest
60 -distutils_enable_sphinx doc/source \
61 - dev-python/openstackdocstheme