Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
Date: Sun, 26 Sep 2021 19:34:39
Message-Id: 1632684267.4354da1bee5603ace6a1da638c1febfcb64ee246.Alessandro-Barbieri@gentoo
1 commit: 4354da1bee5603ace6a1da638c1febfcb64ee246
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 19:24:27 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 19:24:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4354da1b
7
8 dev-python/oslo-cache: drop 2.6.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-cache/Manifest | 1 -
13 dev-python/oslo-cache/oslo-cache-2.6.1.ebuild | 34 ---------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
17 index 5b36343db..fe84710e5 100644
18 --- a/dev-python/oslo-cache/Manifest
19 +++ b/dev-python/oslo-cache/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3 SHA512 20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551
22 DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1
23
24 diff --git a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
25 deleted file mode 100644
26 index 230966776..000000000
27 --- a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7,8} )
35 -DISTUTILS_USE_SETUPTOOLS=bdepend
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN=${PN/-/.}
40 -
41 -DESCRIPTION="Oslo Caching around dogpile.cache"
42 -HOMEPAGE="https://launchpad.net/oslo"
43 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -S="${WORKDIR}/${MY_PN}-${PV}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
50 -
51 -DEPEND="
52 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
54 -"
55 -RDEPEND="
56 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
57 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
58 - >=dev-python/dogpile-cache-1.0.2[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
63 -"