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, 11 Oct 2020 01:29:35
Message-Id: 1602379751.4fa113111289ed9d0f998319cd4560f3c05c5750.prometheanfire@gentoo
1 commit: 4fa113111289ed9d0f998319cd4560f3c05c5750
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 23:27:41 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 01:29:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa11311
7
8 dev-python/oslo-config: 8.3.2 bump
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-config/Manifest | 1 +
14 dev-python/oslo-config/oslo-config-8.3.2.ebuild | 32 +++++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
18 index 40a6b73dafd..a430f465c48 100644
19 --- a/dev-python/oslo-config/Manifest
20 +++ b/dev-python/oslo-config/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo-config-8.0.3.tar.gz 147691 BLAKE2B 9af2a1ff399b52261561d268f6b9cc673629af572faadc736e851826ccf84ea8fcb8b8846b62f85671934f5214f289301157da7197dd5a15ad6e9ec1792bdb31 SHA512 09c49b0917d20c74e59efd6b8cca0394f98c337b075f916ae21f6072ce6f28a90a701a3f63f0737e4b3161cf4795fdb2be9b01091fd00828990cbc715683b0f4
23 +DIST oslo-config-8.3.2.tar.gz 148787 BLAKE2B ae3bf5c715d647dc1d5f1c82a6882f3282c87cb622a30ece23eca6453aca997363b6a65d3dc92666d95387c5051c9e9a87f337fa212500607ce6426ce6024847 SHA512 273ce5aeb7aa47b12a0e3a14b9920f7c177854a13c78a2382268e06068f443362088acd105deffc854689af14839c553c62aab983e9b4e29b4e079836b472957
24
25 diff --git a/dev-python/oslo-config/oslo-config-8.3.2.ebuild b/dev-python/oslo-config/oslo-config-8.3.2.ebuild
26 new file mode 100644
27 index 00000000000..25fa3048ec5
28 --- /dev/null
29 +++ b/dev-python/oslo-config/oslo-config-8.3.2.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{6,7,8} )
36 +DISTUTILS_USE_SETUPTOOLS=rdepend
37 +
38 +inherit distutils-r1
39 +
40 +MY_PN=${PN/-/.}
41 +
42 +DESCRIPTION="Oslo Configuration API"
43 +HOMEPAGE="https://launchpad.net/oslo"
44 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}/${MY_PN}-${PV}"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
50 +IUSE=""
51 +
52 +DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
53 +RDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]
54 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
55 + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
56 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
58 + >=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}]
59 + >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
60 + >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
61 + dev-python/importlib_metadata[${PYTHON_USEDEP}]
62 +"