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: Thu, 06 Jul 2017 16:59:00
Message-Id: 1499360305.a94560a0baea7a5b7db4eb4409fba744e2e02bd4.prometheanfire@gentoo
1 commit: a94560a0baea7a5b7db4eb4409fba744e2e02bd4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 16:54:41 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 16:58:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94560a0
7
8 dev-python/oslo-cache: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/oslo-cache/Manifest | 2 --
13 dev-python/oslo-cache/oslo-cache-1.14.0.ebuild | 38 -------------------------
14 dev-python/oslo-cache/oslo-cache-1.6.0.ebuild | 39 --------------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
18 index 10f73ca6c03..49b75744eb1 100644
19 --- a/dev-python/oslo-cache/Manifest
20 +++ b/dev-python/oslo-cache/Manifest
21 @@ -1,3 +1 @@
22 -DIST oslo-cache-1.14.0.tar.gz 45780 SHA256 3ba84b421f80c5a6609789cf17b1da86aab465a96e68298620e839fafec3f0be SHA512 b3638e1cec577bc3779595288ff323baef7b08e534050771ffef80aed9d61e1cb6fc9c034c753768e401f313fba8f7aa0b2f6a3354f272e2498d3972abbcdfd0 WHIRLPOOL 966bde82c0aefe8ea09e8e984ea6c769c983b5ce38d9b4a3b6e4921b66a8b261d81f8dfde4295099234da97bd887c0b00714bf454e634f356d81ba6a574557ca
23 DIST oslo-cache-1.17.0.tar.gz 47178 SHA256 bd74257b5bc781112af8862ebd6d41cf58359bc78ccd421cc47f0a79d5337c64 SHA512 0ae55959a46624bd0b50cc8161f9428b3f61669f726ebc05d944f7e049c5172a1d9c83778c9632e8b2a21f047884d90d15b95c0e23a0dd19cb78f8d62f06d00e WHIRLPOOL 28c346d092cf8538a0408e4cd60d48959432090cdbb4bb00ea43524b49dceb84afa786b5456aa71a6938d99c195f940a6741ef3d06e380c5c3fe2607223a5ad0
24 -DIST oslo-cache-1.6.0.tar.gz 36037 SHA256 c357671fb642822924d063b8151e132a6e7a65189c6c35c3f22c64ae0b0bdda8 SHA512 48ea43142d8221a61556ccccbb3c64e8708a1af04514b28dc22049a84d00e14253c9577d05321ef6de62ddc9120789942a82f231f1d7eeca2e5adf2d92ae04d5 WHIRLPOOL 8d06791e971fd6d9e3f49ade330b3c2ad780b162f953a5f9f04d40568efac7b38ae997f53ba315c38af59715d8be95cbab3dd3df051fa1b685b763476bbaf5a6
25
26 diff --git a/dev-python/oslo-cache/oslo-cache-1.14.0.ebuild b/dev-python/oslo-cache/oslo-cache-1.14.0.ebuild
27 deleted file mode 100644
28 index 9f188c46f4d..00000000000
29 --- a/dev-python/oslo-cache/oslo-cache-1.14.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2016 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-1.8[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - ${CDEPEND}
55 -"
56 -RDEPEND="
57 - ${CDEPEND}
58 - >=dev-python/dogpile-cache-0.6.1[${PYTHON_USEDEP}]
59 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
64 -"
65 -
66 -python_prepare_all() {
67 - sed -i '/^hacking/d' test-requirements.txt || die
68 - distutils-r1_python_prepare_all
69 -}
70
71 diff --git a/dev-python/oslo-cache/oslo-cache-1.6.0.ebuild b/dev-python/oslo-cache/oslo-cache-1.6.0.ebuild
72 deleted file mode 100644
73 index 62f09c48ddf..00000000000
74 --- a/dev-python/oslo-cache/oslo-cache-1.6.0.ebuild
75 +++ /dev/null
76 @@ -1,39 +0,0 @@
77 -# Copyright 1999-2016 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
83 -
84 -inherit distutils-r1 vcs-snapshot
85 -
86 -MY_PN=${PN/-/.}
87 -
88 -DESCRIPTION="Oslo Caching around dogpile.cache"
89 -HOMEPAGE="https://launchpad.net/oslo"
90 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="Apache-2.0"
93 -SLOT="0"
94 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
95 -
96 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
97 -DEPEND="
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - ${CDEPEND}
100 -"
101 -RDEPEND="
102 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
103 - >=dev-python/dogpile-cache-0.5.7[${PYTHON_USEDEP}]
104 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
105 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
106 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
107 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
108 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
109 -"
110 -
111 -python_prepare_all() {
112 - sed -i '/^hacking/d' test-requirements.txt || die
113 - sed -i '/^argparse/d' requirements.txt || die
114 - distutils-r1_python_prepare_all
115 -}