Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-config/
Date: Sun, 09 Feb 2020 18:27:00
Message-Id: 1581272808.d4ff5ed54206c0caa8e4a5421a2ef2d80db1daa2.prometheanfire@gentoo
1 commit: d4ff5ed54206c0caa8e4a5421a2ef2d80db1daa2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 18:25:06 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 18:26:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ff5ed5
7
8 dev-python/oslo-config: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-config/Manifest | 2 -
14 dev-python/oslo-config/oslo-config-6.4.1.ebuild | 77 -------------------------
15 dev-python/oslo-config/oslo-config-6.8.1.ebuild | 64 --------------------
16 3 files changed, 143 deletions(-)
17
18 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
19 index 7674635167d..8909ae6a62d 100644
20 --- a/dev-python/oslo-config/Manifest
21 +++ b/dev-python/oslo-config/Manifest
22 @@ -1,3 +1 @@
23 DIST oslo-config-6.11.2.tar.gz 152842 BLAKE2B 9217232e11252cd59bed9ae35ebad28fe8013f5608fe45544f7fb1d35cfb0a27c1172fd2f565f812ca3d9672d30df2962ac51de551cc50c8fefaae2266943959 SHA512 47e92c14d873a127e12fa734d975032bfa560a624111625b622d1b1896ce6e786ca661312afa894176941d4e8b13a2f6f5b44a05092e23f5fe1f8f78596498ae
24 -DIST oslo-config-6.4.1.tar.gz 144762 BLAKE2B 467e139767b6afd82e1c0d39841765c93e4c23b208e676bfd4c64512a71f6c432a1431d5bf902d268152fa3011e864173f6a766bca560efaadce7a713fa919b7 SHA512 97a47931fe98c6a19ecfe38fa8aae50e91e955db879b96988560db16c0ec775ce294cf0c9b45e62aa7dea67ec43cbfebf4a77e168f0c348bb03066c832dc40a3
25 -DIST oslo-config-6.8.1.tar.gz 149525 BLAKE2B 0676ac364410c5d2eb6c4d75b85c18d0cbb50cff33954a2afc96f4f779606912d46c0627b0d77fd63795f43e26baab113cfba409eb86e5a8c8353253542bdecb SHA512 d861120e35332411e7caba1ce1b37a2ad16d986ff2063d731edfa0cd6603000fd7f1abf6ebb611c7efbb6d3c4296c0ffb9ccea2c2cd6ba6bf7b18c53daa09f15
26
27 diff --git a/dev-python/oslo-config/oslo-config-6.4.1.ebuild b/dev-python/oslo-config/oslo-config-6.4.1.ebuild
28 deleted file mode 100644
29 index 24a4aa5b23f..00000000000
30 --- a/dev-python/oslo-config/oslo-config-6.4.1.ebuild
31 +++ /dev/null
32 @@ -1,77 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1 vcs-snapshot
41 -
42 -MY_PN=${PN/-/.}
43 -
44 -DESCRIPTION="Oslo Configuration API"
45 -HOMEPAGE="https://launchpad.net/oslo"
46 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
51 -IUSE="doc test"
52 -RESTRICT="!test? ( test )"
53 -
54 -CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - ${CDEPEND}
58 - test? (
59 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
60 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
61 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
62 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
65 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
66 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
67 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
68 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
69 - >=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}]
70 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
71 - )
72 - doc? (
73 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
74 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
75 - !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
76 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
77 - )
78 -"
79 -RDEPEND="
80 - ${CDEPEND}
81 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
82 - >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
83 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
84 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
85 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
86 - >=dev-python/rfc3986-0.3.1[${PYTHON_USEDEP}]
87 - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
88 - virtual/python-enum34[${PYTHON_USEDEP}]
89 - >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
90 -"
91 -
92 -python_prepare_all() {
93 - sed -i '/^hacking/d' test-requirements.txt || die
94 - use doc && esetup.py build_sphinx
95 - distutils-r1_python_prepare_all
96 -}
97 -
98 -python_test() {
99 - rm -rf .testrepository || die "could not remove '.testrepository' under ${EPTYHON}"
100 -
101 - testr init || die "testr init failed under ${EPYTHON}"
102 - testr run || die "testr run failed under ${EPYTHON}"
103 -}
104 -
105 -python_install_all() {
106 - use doc && local HTML_DOCS=( doc/build/html/. )
107 -
108 - distutils-r1_python_install_all
109 -}
110
111 diff --git a/dev-python/oslo-config/oslo-config-6.8.1.ebuild b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
112 deleted file mode 100644
113 index d4c9654fc28..00000000000
114 --- a/dev-python/oslo-config/oslo-config-6.8.1.ebuild
115 +++ /dev/null
116 @@ -1,64 +0,0 @@
117 -# Copyright 1999-2020 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=7
121 -PYTHON_COMPAT=( python3_{6,7} )
122 -
123 -inherit distutils-r1
124 -
125 -MY_PN=${PN/-/.}
126 -
127 -DESCRIPTION="Oslo Configuration API"
128 -HOMEPAGE="https://launchpad.net/oslo"
129 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
130 -S="${WORKDIR}/${MY_PN}-${PV}"
131 -
132 -LICENSE="Apache-2.0"
133 -SLOT="0"
134 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
135 -IUSE="test"
136 -RESTRICT="!test? ( test )"
137 -
138 -CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
139 -DEPEND="
140 - dev-python/setuptools[${PYTHON_USEDEP}]
141 - ${CDEPEND}
142 - test? (
143 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
144 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
145 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
146 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
147 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
148 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
149 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
150 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
151 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
152 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
153 - >=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}]
154 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
155 - )
156 -"
157 -RDEPEND="
158 - ${CDEPEND}
159 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
160 - >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
161 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
162 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
163 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
164 - >=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}]
165 - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
166 - virtual/python-enum34[${PYTHON_USEDEP}]
167 - >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
168 -"
169 -
170 -python_prepare_all() {
171 - sed -i '/^hacking/d' test-requirements.txt || die
172 - distutils-r1_python_prepare_all
173 -}
174 -
175 -python_test() {
176 - rm -rf .testrepository || die "could not remove '.testrepository' under ${EPTYHON}"
177 -
178 - testr init || die "testr init failed under ${EPYTHON}"
179 - testr run || die "testr run failed under ${EPYTHON}"
180 -}