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: Sat, 30 Dec 2017 17:38:16
Message-Id: 1514655473.1b2553a3e91460a942539c5e2fc65ad272ffbcb1.prometheanfire@gentoo
1 commit: 1b2553a3e91460a942539c5e2fc65ad272ffbcb1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 17:27:36 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 17:37:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2553a3
7
8 dev-python/oslo-cache: 1.25.1 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/oslo-cache/Manifest | 1 -
13 dev-python/oslo-cache/oslo-cache-1.25.0.ebuild | 42 --------------------------
14 dev-python/oslo-cache/oslo-cache-1.25.1.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 44 deletions(-)
16
17 diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
18 index 12f581a53bd..e5f91d165e7 100644
19 --- a/dev-python/oslo-cache/Manifest
20 +++ b/dev-python/oslo-cache/Manifest
21 @@ -1,3 +1,2 @@
22 DIST oslo-cache-1.17.0.tar.gz 47178 BLAKE2B bad4a005255a03cea4552b18adc242123923c3e5f8dfc73085ed8b0e600fa4c2c8420f0b5a4959d6272e8425b07da95ee77293bde486edcefd40471ff4fca439 SHA512 0ae55959a46624bd0b50cc8161f9428b3f61669f726ebc05d944f7e049c5172a1d9c83778c9632e8b2a21f047884d90d15b95c0e23a0dd19cb78f8d62f06d00e
23 -DIST oslo-cache-1.25.0.tar.gz 51267 BLAKE2B 7bdf6a38aeaa296bd87b965551eb57523d653aae247d3381af402bfbaeebaa0ff66b21b0ede30e3ab00f957bc36936484552996d30048d42224268ac1b59243c SHA512 3c21736c864cd63f3a55fe06cedad54a877970d3ede70fe9259cd549fb2a81d425547445238f8c8f9e42929b775216c79b34eead8655588ef8e1c2617bbae6a2
24 DIST oslo-cache-1.25.1.tar.gz 51049 BLAKE2B 24e229d7c7a03fc244fe257394fcff1dc55509c6ed6a60ef8eef49c1a7660972a8412188ca96902b61463dd452bc63fed890ba27235d93dd620a93a52de706a2 SHA512 bc5b6502c6f310670ffae9b70b232ff90f0d0c04b75ba14aa4d528634f912efb243b89e229b8277e86ef3d7cbe2e81e69996c80f011d8ea4e1050646f074b297
25
26 diff --git a/dev-python/oslo-cache/oslo-cache-1.25.0.ebuild b/dev-python/oslo-cache/oslo-cache-1.25.0.ebuild
27 deleted file mode 100644
28 index 9f4447b6a1c..00000000000
29 --- a/dev-python/oslo-cache/oslo-cache-1.25.0.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
38 -
39 -inherit distutils-r1 vcs-snapshot
40 -
41 -MY_PN=${PN/-/.}
42 -
43 -DESCRIPTION="Oslo Caching around dogpile.cache"
44 -HOMEPAGE="https://launchpad.net/oslo"
45 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
50 -
51 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}
56 -"
57 -RDEPEND="
58 - ${CDEPEND}
59 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
62 - !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
63 - !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
65 - !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
66 - >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
67 - >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
68 -"
69 -
70 -python_prepare_all() {
71 - sed -i '/^hacking/d' test-requirements.txt || die
72 - distutils-r1_python_prepare_all
73 -}
74
75 diff --git a/dev-python/oslo-cache/oslo-cache-1.25.1.ebuild b/dev-python/oslo-cache/oslo-cache-1.25.1.ebuild
76 index b655f5a5bee..9f4447b6a1c 100644
77 --- a/dev-python/oslo-cache/oslo-cache-1.25.1.ebuild
78 +++ b/dev-python/oslo-cache/oslo-cache-1.25.1.ebuild
79 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g
80
81 LICENSE="Apache-2.0"
82 SLOT="0"
83 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
84 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
85
86 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
87 !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"