Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/
Date: Mon, 06 Sep 2021 20:13:44
Message-Id: 1630959216.5e0813a0519a74e63728a8a4854e3e12536735e8.mgorny@gentoo
1 commit: 5e0813a0519a74e63728a8a4854e3e12536735e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 20:07:19 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 20:13:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0813a0
7
8 dev-python/oslo-i18n: Bump to 5.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oslo-i18n/Manifest | 1 +
13 dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild | 34 +++++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest
17 index fe6bee888c3..983fbfd4be6 100644
18 --- a/dev-python/oslo-i18n/Manifest
19 +++ b/dev-python/oslo-i18n/Manifest
20 @@ -1 +1,2 @@
21 DIST oslo.i18n-5.0.1.tar.gz 44636 BLAKE2B 69df723bff7a279ace2a8bb2ea795e6beaa626ffc4bb364c513d16d2ce3cb07f6e9957a98d1b633f95154672d118de6fbb71ef5c1a3a53520f4d1f4b8f72748f SHA512 d55238616dc90f85ff458fc6680b3a3b2493d2a640bf5849c19cd7271e7127b535a301ed3085b5e0131b46a635b5a09423f6cba60f9f1b9b0352a0e7115a8057
22 +DIST oslo.i18n-5.1.0.tar.gz 47423 BLAKE2B 621ec835fc975978fe3da392edda66471cd85fcfbe5af8c7a1704d7422d8f52f3b61c97ac8cfbd2aca94f65c8428cc5f97b095bc116ece605a4dc325a4a0171e SHA512 b2243f22de3ef3e33609c5aff573c4448a42c74d75022e023bea97c5338608e3fcd9da92aa2d262051e6b2ccbd5a88cfb2c91da79b7e3f81420dc24117da9b1d
23
24 diff --git a/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild
25 new file mode 100644
26 index 00000000000..9796fa08188
27 --- /dev/null
28 +++ b/dev-python/oslo-i18n/oslo-i18n-5.1.0.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +inherit distutils-r1
37 +
38 +MY_PN=${PN/-/.}
39 +MY_P=${MY_PN}-${PV}
40 +
41 +DESCRIPTION="Oslo i18n library"
42 +HOMEPAGE="https://launchpad.net/oslo"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
44 +S="${WORKDIR}"/${MY_P}
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
49 +
50 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
52 +RDEPEND="
53 + ${CDEPEND}
54 +"
55 +BDEPEND="
56 + ${CDEPEND}
57 + test? (
58 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
59 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
60 + )
61 +"
62 +
63 +distutils_enable_tests unittest