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: Sun, 21 Nov 2021 19:14:06
Message-Id: 1637522026.e56b120dc72cda990ea49644c69e321eb7e19b29.mgorny@gentoo
1 commit: e56b120dc72cda990ea49644c69e321eb7e19b29
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 19:13:46 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 19:13:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56b120d
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.3.1.ebuild | 30 -----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
17 index 66219d0cfd3b..2fa6c79ce69d 100644
18 --- a/dev-python/oslo-context/Manifest
19 +++ b/dev-python/oslo-context/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.context-3.3.1.tar.gz 32676 BLAKE2B 38d5eaf7a3162fdb6a8887f2c627ee192950d743a9de929ea332495099bcc76e27a192ce6e8a3b010e190ef749ea67dcf168476bc84ede99d43c1ec8b11e1734 SHA512 40f3418020246066841e62e5579ac4a1c761c92c5f439b07059cd0b6b2e8984d2e1dacfa57af7c6d9c97c2fda8eeb5cfde76f2110a36ef21513b42d0d3bffc73
22 DIST oslo.context-3.4.0.tar.gz 32954 BLAKE2B 9f22ce6af5efcfec8ab92bdb6c806e420b09037bce08b68fd43684fd459cb12b8196a1e6ee48dcb41ae7aa5d4679851fbed2058709d17e5bb7efc85c9b6d04ea SHA512 bf31c01237352a296e46fdb533ea921dce24cd3c3a918e39f7ff17305104d8f033527738fe562dfe61c8700dbce96e26433068503ca8c5cf9dffb0780e42ec53
23
24 diff --git a/dev-python/oslo-context/oslo-context-3.3.1.ebuild b/dev-python/oslo-context/oslo-context-3.3.1.ebuild
25 deleted file mode 100644
26 index e6c16586c809..000000000000
27 --- a/dev-python/oslo-context/oslo-context-3.3.1.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
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 -RDEPEND="
48 - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
49 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
50 -BDEPEND="
51 - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
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
58 -distutils_enable_sphinx doc/source \
59 - dev-python/openstackdocstheme