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/debtcollector/
Date: Fri, 17 Nov 2017 23:28:22
Message-Id: 1510961268.0ec3c667ba0523c85d702818759e24a9a63e30eb.prometheanfire@gentoo
1 commit: 0ec3c667ba0523c85d702818759e24a9a63e30eb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 23:26:37 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 23:27:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec3c667
7
8 dev-python/debtcollector: 1.17.1 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/debtcollector/Manifest | 2 -
13 .../debtcollector/debtcollector-1.17.0.ebuild | 72 ----------------------
14 .../debtcollector/debtcollector-1.17.1.ebuild | 2 +-
15 .../debtcollector/debtcollector-1.3.0.ebuild | 70 ---------------------
16 4 files changed, 1 insertion(+), 145 deletions(-)
17
18 diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
19 index 609dfd53faa..76100feb2e6 100644
20 --- a/dev-python/debtcollector/Manifest
21 +++ b/dev-python/debtcollector/Manifest
22 @@ -1,4 +1,2 @@
23 DIST debtcollector-1.11.0.tar.gz 26266 SHA256 733afa881c844a40ef4623ab73ce1862e505bc4655635da3a91d8f3482677785 SHA512 9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2 WHIRLPOOL 3456da61c660b4102c391c38910158fcc3907c41cd7a5ed079bfa8366af42bbff9291c42e5e00a14b495c2443a0d4febd5be1da536901eb184bec9cb0c9142e7
24 -DIST debtcollector-1.17.0.tar.gz 28122 SHA256 71e3350b6b97acede200f30b3858749b21303a70fde4ded26e4cbe599a3b0466 SHA512 8c35cdc00f9161cf940ff22a4b155e281adf66bb2dd16870a40017b05553387e37d9bd988bb4adcb89c5f75ca63d626a9de949986caa877d4d70d8cbf90daf63 WHIRLPOOL a2c36051735d0c2a9ffbd839518c7b467a7f60f73598e9c26dfa0dc7c86c031b00fdd68759993450c8e61374e5549cc305d34bf5110e015e8c227d50d22449e4
25 DIST debtcollector-1.17.1.tar.gz 28805 SHA256 1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d SHA512 751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3 WHIRLPOOL 90e8a0ae9f9dfc5442f16c539658306c72f58420d58963eb26eded18717c2c0706cf156a546bb143497c16137a4e493b2ecff23b35154803f93ec5c7e5035aa1
26 -DIST debtcollector-1.3.0.tar.gz 21853 SHA256 9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a WHIRLPOOL 04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f
27
28 diff --git a/dev-python/debtcollector/debtcollector-1.17.0.ebuild b/dev-python/debtcollector/debtcollector-1.17.0.ebuild
29 deleted file mode 100644
30 index 97960ad6ff0..00000000000
31 --- a/dev-python/debtcollector/debtcollector-1.17.0.ebuild
32 +++ /dev/null
33 @@ -1,72 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
44 -HOMEPAGE="http://www.openstack.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE="doc test"
51 -
52 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
54 -DEPEND="
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - ${CDEPEND}
57 - test? (
58 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
59 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
60 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
61 - >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
62 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
63 - !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
65 - dev-python/doc8[${PYTHON_USEDEP}]
66 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
67 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
68 - )
69 - doc? (
70 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
71 - >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
72 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
73 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
74 - )
75 -"
76 -RDEPEND="
77 - ${CDEPEND}
78 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
79 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
80 - virtual/python-funcsigs[${PYTHON_USEDEP}]
81 -"
82 -
83 -python_prepare_all() {
84 - sed -i '/^hacking/d' test-requirements.txt || di
85 - distutils-r1_python_prepare_all
86 -}
87 -
88 -python_compile_all() {
89 - use doc && esetup.py build_sphinx
90 -}
91 -
92 -python_test() {
93 - distutils_install_for_testing
94 -
95 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
96 -
97 - testr init || die "testr init failed under ${EPYTHON}"
98 - testr run || die "testr run failed under ${EPYTHON}"
99 -}
100 -
101 -python_install_all() {
102 - use doc && local HTML_DOCS=( doc/build/html/. )
103 -
104 - distutils-r1_python_install_all
105 -}
106
107 diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
108 index 11809ad2350..406437c2b8b 100644
109 --- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
110 +++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
111 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
112
113 LICENSE="Apache-2.0"
114 SLOT="0"
115 -KEYWORDS="~amd64 ~arm64 ~x86"
116 +KEYWORDS="amd64 ~arm64 x86"
117 IUSE="doc test"
118
119 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
120
121 diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
122 deleted file mode 100644
123 index b9d019759a5..00000000000
124 --- a/dev-python/debtcollector/debtcollector-1.3.0.ebuild
125 +++ /dev/null
126 @@ -1,70 +0,0 @@
127 -# Copyright 1999-2017 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=5
131 -
132 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
133 -
134 -inherit distutils-r1
135 -
136 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
137 -HOMEPAGE="http://www.openstack.org/"
138 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
139 -
140 -LICENSE="Apache-2.0"
141 -SLOT="0"
142 -KEYWORDS="amd64 ~arm64 x86"
143 -IUSE="doc test"
144 -
145 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
146 -DEPEND="
147 - dev-python/setuptools[${PYTHON_USEDEP}]
148 - ${CDEPEND}
149 - test? (
150 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
151 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
152 - >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
153 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
154 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
155 - !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
156 - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
157 - dev-python/doc8[${PYTHON_USEDEP}]
158 - )
159 - doc? (
160 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
161 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
162 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
163 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
164 - )
165 -"
166 -RDEPEND="
167 - ${CDEPEND}
168 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
169 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
170 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
171 - virtual/python-funcsigs[${PYTHON_USEDEP}]
172 -"
173 -
174 -python_prepare_all() {
175 - sed -i '/^hacking/d' test-requirements.txt || di
176 - distutils-r1_python_prepare_all
177 -}
178 -
179 -python_compile_all() {
180 - use doc && esetup.py build_sphinx
181 -}
182 -
183 -python_test() {
184 - distutils_install_for_testing
185 -
186 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
187 -
188 - testr init || die "testr init failed under ${EPYTHON}"
189 - testr run || die "testr run failed under ${EPYTHON}"
190 -}
191 -
192 -python_install_all() {
193 - use doc && local HTML_DOCS=( doc/build/html/. )
194 -
195 - distutils-r1_python_install_all
196 -}