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/cliff/
Date: Wed, 01 Aug 2018 17:03:48
Message-Id: 1533143003.81b8565122201d2a9ac6f89c0fb7630cf76bc4df.prometheanfire@gentoo
1 commit: 81b8565122201d2a9ac6f89c0fb7630cf76bc4df
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 16:37:51 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 17:03:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b85651
7
8 dev-python/cliff: 2.11.1 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/cliff/Manifest | 2 --
13 dev-python/cliff/cliff-2.11.0.ebuild | 62 ------------------------------------
14 dev-python/cliff/cliff-2.11.1.ebuild | 2 +-
15 dev-python/cliff/cliff-2.8.0.ebuild | 62 ------------------------------------
16 4 files changed, 1 insertion(+), 127 deletions(-)
17
18 diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest
19 index 116a9e7bef4..9edbf1c4c3a 100644
20 --- a/dev-python/cliff/Manifest
21 +++ b/dev-python/cliff/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST cliff-2.11.0.tar.gz 77037 BLAKE2B a38f37574f1802a2724143f35cc1d1159d8165f75f4c9e582e726cfdc9090814635d99b073a5d8df3a3e3b3d57b79e4e383c0569bd6769325d81af69384e9946 SHA512 0f29431b30610f0c781c9eddac57724043b6d7c05bc82f0ec3027a68230222f18f78ffc1d82dbd8ff4b5408b255b27879bbc1266e8641b4bc1c871f029f6cba2
24 DIST cliff-2.11.1.tar.gz 76570 BLAKE2B dc0b4a702c6807077f830941516e8c5f2dc6b732e7a7788eb2c2e5fc5c3fa8d893e7156d6ad76904deb2d1cf31d1ef50d08b73b750422b84bb053a09e4930bb2 SHA512 ba494cc26e103c6043de49a59b3e9c0c9bb1658416095f02c6bccd3536f24615239a66941fb971c289926c88e85eeb29eb10065379e4f21645828f6aa4a2755e
25 DIST cliff-2.12.0.tar.gz 77405 BLAKE2B 70b3865837bdba1396fd76b4937c594dfc9f50db24f684c6676c4ac1125ab34f6cdca29fe63a490d41abd49a268d6246afc873a5805446d06b07cd754aebb727 SHA512 5802cdd17b6aa81dbb344efb8ef53212de999ab33eaec1eb06e1d002ab513758d3634ae5013ece6375b1bb98c9fed99aa74cf92752c34e1132fa5ac20a969f4f
26 -DIST cliff-2.8.0.tar.gz 71815 BLAKE2B d73d467a1e2e06e5f45e7fce766d6c8daf79d9a882692c0e77049427bb6de629409a282c8c554ba92c62a9c8fd44e0b19cd3cd93b9b3f1f2b8091a1e917a25b8 SHA512 a371916945ee71ec519aeb923ca44b0a0e10fe6e460d236434c5c2946ad2b517050bf9d0430bdde506bdf2d28ba60bd45941d9ce21d77a83e2d5541b088d04b3
27
28 diff --git a/dev-python/cliff/cliff-2.11.0.ebuild b/dev-python/cliff/cliff-2.11.0.ebuild
29 deleted file mode 100644
30 index de7cbcd1f88..00000000000
31 --- a/dev-python/cliff/cliff-2.11.0.ebuild
32 +++ /dev/null
33 @@ -1,62 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Command Line Interface Formulation Framework"
43 -HOMEPAGE="https://github.com/dreamhost/cliff"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc test"
50 -
51 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 - !~dev-python/pbr-2.1.0"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}
56 - test? (
57 - dev-python/nose[${PYTHON_USEDEP}]
58 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
59 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
60 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
62 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
63 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
64 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
65 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
66 - )
67 - doc? (
68 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
69 - )
70 -"
71 -# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
72 -RDEPEND="
73 - ${CDEPEND}
74 - >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
75 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
76 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
77 - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
78 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
79 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
80 - >=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
81 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
82 - "
83 -
84 -python_compile() {
85 - use doc && esetup.py build_sphinx
86 -}
87 -
88 -python_test() {
89 - nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
90 -}
91 -
92 -python_install_all() {
93 - use doc && local HTML_DOCS=( doc/build/html/. )
94 - distutils-r1_python_install_all
95 -}
96
97 diff --git a/dev-python/cliff/cliff-2.11.1.ebuild b/dev-python/cliff/cliff-2.11.1.ebuild
98 index 7a33576474f..de7cbcd1f88 100644
99 --- a/dev-python/cliff/cliff-2.11.1.ebuild
100 +++ b/dev-python/cliff/cliff-2.11.1.ebuild
101 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102
103 LICENSE="Apache-2.0"
104 SLOT="0"
105 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
106 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
107 IUSE="doc test"
108
109 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
110
111 diff --git a/dev-python/cliff/cliff-2.8.0.ebuild b/dev-python/cliff/cliff-2.8.0.ebuild
112 deleted file mode 100644
113 index 2e42d79a7e2..00000000000
114 --- a/dev-python/cliff/cliff-2.8.0.ebuild
115 +++ /dev/null
116 @@ -1,62 +0,0 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Command Line Interface Formulation Framework"
126 -HOMEPAGE="https://github.com/dreamhost/cliff"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="Apache-2.0"
130 -SLOT="0"
131 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
132 -IUSE="doc test"
133 -
134 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
135 - !~dev-python/pbr-2.1.0"
136 -DEPEND="
137 - dev-python/setuptools[${PYTHON_USEDEP}]
138 - ${CDEPEND}
139 - test? (
140 - dev-python/nose[${PYTHON_USEDEP}]
141 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
142 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
143 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
144 - >=dev-python/mock-2.0[${PYTHON_USEDEP}]
145 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
146 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
147 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
148 - )
149 - doc? (
150 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
151 - >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
152 - )
153 -"
154 -# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
155 -RDEPEND="
156 - ${CDEPEND}
157 - >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
158 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
159 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
160 - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
161 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
162 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
163 - >=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
164 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
165 - "
166 -
167 -python_compile() {
168 - use doc && esetup.py build_sphinx
169 -}
170 -
171 -python_test() {
172 - nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
173 -}
174 -
175 -python_install_all() {
176 - use doc && local HTML_DOCS=( doc/build/html/. )
177 - distutils-r1_python_install_all
178 -}