Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
Date: Tue, 28 Sep 2021 15:45:10
Message-Id: 1632843895.d56d3fb8d2684f055d2ebe3a19c02ba21702f1ef.Alessandro-Barbieri@gentoo
1 commit: d56d3fb8d2684f055d2ebe3a19c02ba21702f1ef
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 28 15:44:55 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 28 15:44:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56d3fb8
7
8 dev-python/oslo-service: add 2.6.0, drop 2.4.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-service/Manifest | 2 +-
13 ...vice-2.4.0.ebuild => oslo-service-2.6.0.ebuild} | 32 +++++++++++++++-------
14 2 files changed, 23 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
17 index 41177b5d7..b185ce730 100644
18 --- a/dev-python/oslo-service/Manifest
19 +++ b/dev-python/oslo-service/Manifest
20 @@ -1 +1 @@
21 -DIST oslo.service-2.4.0.tar.gz 80999 BLAKE2B 813c67eceb303d76ef39fecf057a2304966a367704a1a86a00bb2de515ded862a4eb3684f1e0f7dd4a17aca654fc6571243176d53397f8f93b5ee4cf34849d20 SHA512 7942a913c598471e9a828dba5e624ff6829d061692526021b9ae872ab558f119612e8b7b09c43efa7596e8102fbff323f106f755eef9a0ac68324606bb539703
22 +DIST oslo.service-2.6.0.tar.gz 84317 BLAKE2B 9f0d4b541a7bf30e8bc4c29acf17ee2e8a0f0f09b80ed65972a5e914cb51ffd181481288f5693da9293f508ad9a299e050c1cd9e22ec203572d99aa5ce8b6a7b SHA512 102690b122822bafaf7614d97c753475665befc2153c6af0348e6766fdbb9e96bcb1dcda0221fa925031691a53a9f3c9bf9102a380c2f561c057241920192e12
23
24 diff --git a/dev-python/oslo-service/oslo-service-2.4.0.ebuild b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
25 similarity index 68%
26 rename from dev-python/oslo-service/oslo-service-2.4.0.ebuild
27 rename to dev-python/oslo-service/oslo-service-2.6.0.ebuild
28 index fb1a3bab9..18f3c8baf 100644
29 --- a/dev-python/oslo-service/oslo-service-2.4.0.ebuild
30 +++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
31 @@ -1,14 +1,19 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 +# Copyright 1999-2021 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7,8} )
38 +EAPI=8
39 +
40 DISTUTILS_USE_SETUPTOOLS=bdepend
41 +PYTHON_COMPAT=( python3_8 )
42
43 inherit distutils-r1
44
45 DESCRIPTION="Library for running OpenStack services"
46 -HOMEPAGE="https://pypi.org/project/oslo.service/"
47 +HOMEPAGE="
48 + https://pypi.org/project/oslo.service
49 + https://opendev.org/openstack/oslo.service
50 + https://launchpad.net/oslo.service
51 +"
52 SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
53 S="${WORKDIR}/oslo.service-${PV}"
54
55 @@ -17,13 +22,7 @@ SLOT="0"
56 KEYWORDS="~amd64"
57 IUSE=""
58
59 -DEPEND="
60 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
61 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
62 -"
63 RDEPEND="
64 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
65 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
66 >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
67 >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
68 >=dev-python/eventlet-0.25.2[${PYTHON_USEDEP}]
69 @@ -39,3 +38,16 @@ RDEPEND="
70 >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
71 >=dev-python/yappi-1.0[${PYTHON_USEDEP}]
72 "
73 +DEPEND="
74 + ${RDEPEND}
75 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
76 + test? (
77 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
78 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
79 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
80 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
81 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
82 + )
83 +"
84 +
85 +distutils_enable_tests pytest