Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-cache/
Date: Sun, 28 Jan 2018 04:13:43
Message-Id: 1517112788.ba422656d4b7557e98e72b423d32966a4496b25e.prometheanfire@gentoo
1 commit: ba422656d4b7557e98e72b423d32966a4496b25e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 03:54:40 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 04:13:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba422656
7
8 dev-python/oslo-cache: remove ocata
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/oslo-cache/Manifest | 1 -
13 dev-python/oslo-cache/oslo-cache-1.17.0.ebuild | 39 --------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
17 index e5f91d165e7..cdd5c7c561b 100644
18 --- a/dev-python/oslo-cache/Manifest
19 +++ b/dev-python/oslo-cache/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo-cache-1.17.0.tar.gz 47178 BLAKE2B bad4a005255a03cea4552b18adc242123923c3e5f8dfc73085ed8b0e600fa4c2c8420f0b5a4959d6272e8425b07da95ee77293bde486edcefd40471ff4fca439 SHA512 0ae55959a46624bd0b50cc8161f9428b3f61669f726ebc05d944f7e049c5172a1d9c83778c9632e8b2a21f047884d90d15b95c0e23a0dd19cb78f8d62f06d00e
22 DIST oslo-cache-1.25.1.tar.gz 51049 BLAKE2B 24e229d7c7a03fc244fe257394fcff1dc55509c6ed6a60ef8eef49c1a7660972a8412188ca96902b61463dd452bc63fed890ba27235d93dd620a93a52de706a2 SHA512 bc5b6502c6f310670ffae9b70b232ff90f0d0c04b75ba14aa4d528634f912efb243b89e229b8277e86ef3d7cbe2e81e69996c80f011d8ea4e1050646f074b297
23
24 diff --git a/dev-python/oslo-cache/oslo-cache-1.17.0.ebuild b/dev-python/oslo-cache/oslo-cache-1.17.0.ebuild
25 deleted file mode 100644
26 index 84870775781..00000000000
27 --- a/dev-python/oslo-cache/oslo-cache-1.17.0.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
36 -
37 -inherit distutils-r1 vcs-snapshot
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 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
48 -
49 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
50 -DEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - ${CDEPEND}
53 -"
54 -RDEPEND="
55 - ${CDEPEND}
56 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
57 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
59 - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
63 -"
64 -
65 -python_prepare_all() {
66 - sed -i '/^hacking/d' test-requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}