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/os-resource-classes/
Date: Mon, 01 Nov 2021 20:13:07
Message-Id: 1635797581.ef79e987f48a2442922c73e5d6f9b40a576c0b11.Alessandro-Barbieri@gentoo
1 commit: ef79e987f48a2442922c73e5d6f9b40a576c0b11
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 1 20:12:38 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Nov 1 20:13:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef79e987
7
8 dev-python/os-resource-classes: new version
9
10 Closes: https://bugs.gentoo.org/800299
11 Closes: https://bugs.gentoo.org/800296
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/os-resource-classes/Manifest | 2 +-
16 .../os-resource-classes-1.0.0.ebuild | 21 ---------------
17 .../os-resource-classes-1.1.0.ebuild | 30 ++++++++++++++++++++++
18 3 files changed, 31 insertions(+), 22 deletions(-)
19
20 diff --git a/dev-python/os-resource-classes/Manifest b/dev-python/os-resource-classes/Manifest
21 index a1ba05aa8..22a6300da 100644
22 --- a/dev-python/os-resource-classes/Manifest
23 +++ b/dev-python/os-resource-classes/Manifest
24 @@ -1 +1 @@
25 -DIST os-resource-classes-1.0.0.tar.gz 15524 BLAKE2B 6388f192be5bdc75b64a19cf20ebaf3f3db3d448f90004e321e0cf53d53b37646625643aee519d443cc0043fda2e536b3f75d1c1a83dd31eff08c7a54a50f467 SHA512 a5daef5a53e7a164bbe863af9a27e2a5ce92b490099769e7e545a059e80bbd0c74f1ec28afe1622820686b0614e5bc6e748598454d6b380891eb8a0b20333e37
26 +DIST os-resource-classes-1.1.0.tar.gz 17461 BLAKE2B 22b98ce7a33b4896c2796e3a46878396f83110f7adf70384c3eda4d06f941a44bc2ae614a10a7e62aeaa8c4834171eea731c60dde2b9dbe95fb12b56fe684048 SHA512 957bab6bd9fb4463401e207852382ecaa3179098faaa42eea84cbec0879560406db87a893f6c20868a200bfff54c6935a41d85c95081cf04dc6c33941f52f3d4
27
28 diff --git a/dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild b/dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild
29 deleted file mode 100644
30 index a768f5c84..000000000
31 --- a/dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild
32 +++ /dev/null
33 @@ -1,21 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_8 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A list of standardized resource classes for OpenStack."
43 -HOMEPAGE="https://github.com/openstack/os-resource-classes"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -DEPEND=">=dev-python/pbr-5.0.0[${PYTHON_USEDEP}]"
51 -RDEPEND="
52 - >=dev-python/pbr-5.0.0[${PYTHON_USEDEP}]
53 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
54 -"
55
56 diff --git a/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild b/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
57 new file mode 100644
58 index 000000000..7b32e7182
59 --- /dev/null
60 +++ b/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
61 @@ -0,0 +1,30 @@
62 +# Copyright 1999-2021 Gentoo Authors
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=8
66 +
67 +PYTHON_COMPAT=( python3_8 )
68 +
69 +inherit distutils-r1
70 +
71 +DESCRIPTION="A list of standardized resource classes for OpenStack"
72 +HOMEPAGE="
73 + https://github.com/openstack/os-resource-classes
74 + https://opendev.org/openstack/os-resource-classes
75 + https://pypi.org/project/os-resource-classes
76 +"
77 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 +
79 +LICENSE="Apache-2.0"
80 +SLOT="0"
81 +KEYWORDS="~amd64"
82 +
83 +RDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
84 +DEPEND="${RDEPEND}"
85 +BDEPEND="
86 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
87 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
88 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
89 +"
90 +
91 +distutils_enable_tests pytest