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, 30 Aug 2018 21:35:12
Message-Id: 1535664884.256a23eca4c144305a9c3da8b16b5b6e611fc9ba.prometheanfire@gentoo
1 commit: 256a23eca4c144305a9c3da8b16b5b6e611fc9ba
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 21:13:37 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 21:34:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256a23ec
7
8 dev-python/oslo-config: 6.4.0 bump for rocky
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/oslo-config/Manifest | 1 +
13 dev-python/oslo-config/oslo-config-6.4.0.ebuild | 76 +++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
17 index dc6552d4ec9..6368d70f611 100644
18 --- a/dev-python/oslo-config/Manifest
19 +++ b/dev-python/oslo-config/Manifest
20 @@ -1 +1,2 @@
21 DIST oslo-config-5.2.0.tar.gz 130627 BLAKE2B 7d5e78a7486ea5b24d9eaa488c70c3222da137d230912551e98fdd4a433b3979c2d8841aa4cff3d763ca356ea1f80f2cba13716569ee41e8ff7c4e6511a3d91e SHA512 fa3323926f7f7b1a79e4823dfc102027cb466728500980d9f079c2098c93006b4fdeebb2f09bda41512dc854f5dfe080b727fa2d63910e6fc609d69fab87596c
22 +DIST oslo-config-6.4.0.tar.gz 145057 BLAKE2B 0f4533f7551cc6ba4fe2c452376f4480fce21e44403dbbf29350277cb78d809e5e3152074c667034420c9d1706f6aeb940d62d04f626538c17dc9435613a91d5 SHA512 d3cd60a1432932e43ec45e05950cfecc75ca3a73c5cc3d8b427b44a8de9e1c3e45ba79cdcda5bbdc1d72f8eb1d2e5cd2bfb9c0ce6c10b66e935541c487878639
23
24 diff --git a/dev-python/oslo-config/oslo-config-6.4.0.ebuild b/dev-python/oslo-config/oslo-config-6.4.0.ebuild
25 new file mode 100644
26 index 00000000000..0efb7c16009
27 --- /dev/null
28 +++ b/dev-python/oslo-config/oslo-config-6.4.0.ebuild
29 @@ -0,0 +1,76 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 +
37 +inherit distutils-r1 vcs-snapshot
38 +
39 +MY_PN=${PN/-/.}
40 +
41 +DESCRIPTION="Oslo Configuration API"
42 +HOMEPAGE="https://launchpad.net/oslo"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
48 +IUSE="doc test"
49 +
50 +CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
51 +DEPEND="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}
54 + test? (
55 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
56 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
57 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
58 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
59 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
61 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
62 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
63 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
64 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
65 + >=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}]
66 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
67 + )
68 + doc? (
69 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
70 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
71 + !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
72 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
73 + )
74 +"
75 +RDEPEND="
76 + ${CDEPEND}
77 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
78 + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
79 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
80 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
81 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
82 + >=dev-python/rfc3986-0.3.1[${PYTHON_USEDEP}]
83 + >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
84 + virtual/python-enum34[${PYTHON_USEDEP}]
85 + >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
86 +"
87 +
88 +python_prepare_all() {
89 + sed -i '/^hacking/d' test-requirements.txt || die
90 + use doc && esetup.py build_sphinx
91 + distutils-r1_python_prepare_all
92 +}
93 +
94 +python_test() {
95 + rm -rf .testrepository || die "could not remove '.testrepository' under ${EPTYHON}"
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 +}