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-config/
Date: Thu, 20 Jul 2017 16:42:02
Message-Id: 1500568741.3229fe4a940bf86de776e715416ae662f83491ea.prometheanfire@gentoo
1 commit: 3229fe4a940bf86de776e715416ae662f83491ea
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 16:39:01 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 16:39:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3229fe4a
7
8 dev-python/oslo-config: 3.22.1 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/oslo-config/Manifest | 1 -
13 dev-python/oslo-config/metadata.xml | 28 ++++-----
14 dev-python/oslo-config/oslo-config-3.22.0.ebuild | 73 ------------------------
15 dev-python/oslo-config/oslo-config-3.22.1.ebuild | 2 +-
16 4 files changed, 15 insertions(+), 89 deletions(-)
17
18 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
19 index d315a48046a..2cb25acb1ae 100644
20 --- a/dev-python/oslo-config/Manifest
21 +++ b/dev-python/oslo-config/Manifest
22 @@ -1,2 +1 @@
23 -DIST oslo-config-3.22.0.tar.gz 118255 SHA256 6b7d341d8bdce8026028485f8238ee7865edb123ffb5f916956ed52f37de3e47 SHA512 2bc8b18f32baffc91a06b2b94b0adbe36c921d89b2737328689cec6646a0f8c34d9e015b330001ccdfcb606b381a27adeaa8da9461eee701f63f0edf963f43b8 WHIRLPOOL 9632b429b16d0b5764001cf046113fd6d97dc9154452b3e5c7f54c9be939e7ecf759e5f74e4aca75d9911a9fb0c0ca1c90b779b070ac5beb9b00cb82870cfbfe
24 DIST oslo-config-3.22.1.tar.gz 117975 SHA256 94992fce59bdd654632275527d479ca9426ea0fe43c97cf7fc74305a96e1bb92 SHA512 af84f132d33b1fc4a63f4006231bfe09bd2a1ed0236e14e79d6013d7c697814a23f9318666186a6916c00f0157c2df227ed07fd874a65129e0cc686a90e82704 WHIRLPOOL fbb8f69af03d03e1c533b12011820abb04a603e2312281aa6f1d223fc074549ee53daf311a3313cd9fea29b54d4108d68deec35ac3e6b9a5c99f8cc1e21366d7
25
26 diff --git a/dev-python/oslo-config/metadata.xml b/dev-python/oslo-config/metadata.xml
27 index 46ed4f2ee53..7248bf25a18 100644
28 --- a/dev-python/oslo-config/metadata.xml
29 +++ b/dev-python/oslo-config/metadata.xml
30 @@ -1,20 +1,20 @@
31 <?xml version="1.0" encoding="UTF-8"?>
32 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 <pkgmetadata>
34 - <maintainer type="person">
35 - <email>prometheanfire@g.o</email>
36 - <name>Matthew Thode</name>
37 - </maintainer>
38 - <maintainer type="project">
39 - <email>python@g.o</email>
40 - <name>Python</name>
41 - </maintainer>
42 - <longdescription lang="en">
43 + <maintainer type="person">
44 + <email>prometheanfire@g.o</email>
45 + <name>Matthew Thode</name>
46 + </maintainer>
47 + <maintainer type="project">
48 + <email>python@g.o</email>
49 + <name>Python</name>
50 + </maintainer>
51 + <longdescription lang="en">
52 The Oslo configuration API supports parsing command line arguments.
53 - Oslo also supports .ini style configuration files.
54 + Oslo also supports .ini style configuration files.
55 </longdescription>
56 - <upstream>
57 - <remote-id type="pypi">oslo.config</remote-id>
58 - <remote-id type="launchpad">oslo</remote-id>
59 - </upstream>
60 + <upstream>
61 + <remote-id type="pypi">oslo.config</remote-id>
62 + <remote-id type="launchpad">oslo</remote-id>
63 + </upstream>
64 </pkgmetadata>
65
66 diff --git a/dev-python/oslo-config/oslo-config-3.22.0.ebuild b/dev-python/oslo-config/oslo-config-3.22.0.ebuild
67 deleted file mode 100644
68 index f664eb86e46..00000000000
69 --- a/dev-python/oslo-config/oslo-config-3.22.0.ebuild
70 +++ /dev/null
71 @@ -1,73 +0,0 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
78 -
79 -inherit distutils-r1 vcs-snapshot
80 -
81 -MY_PN=${PN/-/.}
82 -
83 -DESCRIPTION="Oslo Configuration API"
84 -HOMEPAGE="https://launchpad.net/oslo"
85 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0"
89 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
90 -IUSE="doc test"
91 -
92 -CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
93 -DEPEND="
94 - dev-python/setuptools[${PYTHON_USEDEP}]
95 - ${CDEPEND}
96 - test? (
97 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
98 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
99 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
100 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
101 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
102 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
103 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
104 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
105 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
106 - >=dev-python/mock-2.0[${PYTHON_USEDEP}]
107 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
108 - )
109 - doc? (
110 - >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
111 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
112 - <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
113 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
114 - )
115 -"
116 -RDEPEND="
117 - ${CDEPEND}
118 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
119 - >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
120 - !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
121 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
122 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
123 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
124 - >=dev-python/rfc3986-0.3.1[${PYTHON_USEDEP}]
125 -"
126 -
127 -python_prepare_all() {
128 - sed -i '/^hacking/d' test-requirements.txt || die
129 - use doc && esetup.py build_sphinx
130 - distutils-r1_python_prepare_all
131 -}
132 -
133 -python_test() {
134 - rm -rf .testrepository || die "could not remove '.testrepository' under ${EPTYHON}"
135 -
136 - testr init || die "testr init failed under ${EPYTHON}"
137 - testr run || die "testr run failed under ${EPYTHON}"
138 -}
139 -
140 -python_install_all() {
141 - use doc && local HTML_DOCS=( doc/build/html/. )
142 -
143 - distutils-r1_python_install_all
144 -}
145
146 diff --git a/dev-python/oslo-config/oslo-config-3.22.1.ebuild b/dev-python/oslo-config/oslo-config-3.22.1.ebuild
147 index 70927171629..f664eb86e46 100644
148 --- a/dev-python/oslo-config/oslo-config-3.22.1.ebuild
149 +++ b/dev-python/oslo-config/oslo-config-3.22.1.ebuild
150 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g
151
152 LICENSE="Apache-2.0"
153 SLOT="0"
154 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
155 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
156 IUSE="doc test"
157
158 CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"