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-context/
Date: Sat, 25 Sep 2021 22:03:40
Message-Id: 1632607322.319042cf57f686bcf0e7f09ccd9e35d5fc14871d.mgorny@gentoo
1 commit: 319042cf57f686bcf0e7f09ccd9e35d5fc14871d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 22:02:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 22:02:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319042cf
7
8 dev-python/oslo-context: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslo-context/Manifest | 1 -
13 dev-python/oslo-context/oslo-context-3.1.1.ebuild | 28 -----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
17 index 13fb7753c2b..fd8b54b4480 100644
18 --- a/dev-python/oslo-context/Manifest
19 +++ b/dev-python/oslo-context/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.context-3.1.1.tar.gz 29335 BLAKE2B 2179e5c273b5e387806fc4a8b1ac2f0641f4cc9f2345cb00e6ef9c2e7c8b69709c0c14dd11254d026283b2be7e032044b6f753a13f062915db9f000ae1873f1a SHA512 a9d16475bac5aa96d086019632f417fa5b496f615b814527e547a43362f1e36ed47c47266032e72194f88716237ccff7a24bf941d66bf36afe09b846a810583b
22 DIST oslo.context-3.3.1.tar.gz 32676 BLAKE2B 38d5eaf7a3162fdb6a8887f2c627ee192950d743a9de929ea332495099bcc76e27a192ce6e8a3b010e190ef749ea67dcf168476bc84ede99d43c1ec8b11e1734 SHA512 40f3418020246066841e62e5579ac4a1c761c92c5f439b07059cd0b6b2e8984d2e1dacfa57af7c6d9c97c2fda8eeb5cfde76f2110a36ef21513b42d0d3bffc73
23
24 diff --git a/dev-python/oslo-context/oslo-context-3.1.1.ebuild b/dev-python/oslo-context/oslo-context-3.1.1.ebuild
25 deleted file mode 100644
26 index 2fccec70376..00000000000
27 --- a/dev-python/oslo-context/oslo-context-3.1.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Helpers to maintain useful information about a request context"
39 -HOMEPAGE="https://pypi.org/project/oslo.context/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
41 -S="${WORKDIR}/oslo.context-${PV}"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm arm64 x86"
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
49 -RDEPEND="${CDEPEND}
50 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
51 -BDEPEND="${CDEPEND}
52 - test? (
53 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
54 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
55 - )"
56 -
57 -distutils_enable_tests unittest