commit:     ef79e987f48a2442922c73e5d6f9b40a576c0b11
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov  1 20:12:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 20:13:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef79e987

dev-python/os-resource-classes: new version

Closes: https://bugs.gentoo.org/800299
Closes: https://bugs.gentoo.org/800296
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/os-resource-classes/Manifest            |  2 +-
 .../os-resource-classes-1.0.0.ebuild               | 21 ---------------
 .../os-resource-classes-1.1.0.ebuild               | 30 ++++++++++++++++++++++
 3 files changed, 31 insertions(+), 22 deletions(-)

diff --git a/dev-python/os-resource-classes/Manifest 
b/dev-python/os-resource-classes/Manifest
index a1ba05aa8..22a6300da 100644
--- a/dev-python/os-resource-classes/Manifest
+++ b/dev-python/os-resource-classes/Manifest
@@ -1 +1 @@
-DIST os-resource-classes-1.0.0.tar.gz 15524 BLAKE2B 
6388f192be5bdc75b64a19cf20ebaf3f3db3d448f90004e321e0cf53d53b37646625643aee519d443cc0043fda2e536b3f75d1c1a83dd31eff08c7a54a50f467
 SHA512 
a5daef5a53e7a164bbe863af9a27e2a5ce92b490099769e7e545a059e80bbd0c74f1ec28afe1622820686b0614e5bc6e748598454d6b380891eb8a0b20333e37
+DIST os-resource-classes-1.1.0.tar.gz 17461 BLAKE2B 
22b98ce7a33b4896c2796e3a46878396f83110f7adf70384c3eda4d06f941a44bc2ae614a10a7e62aeaa8c4834171eea731c60dde2b9dbe95fb12b56fe684048
 SHA512 
957bab6bd9fb4463401e207852382ecaa3179098faaa42eea84cbec0879560406db87a893f6c20868a200bfff54c6935a41d85c95081cf04dc6c33941f52f3d4

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
deleted file mode 100644
index a768f5c84..000000000
--- a/dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list of standardized resource classes for OpenStack."
-HOMEPAGE="https://github.com/openstack/os-resource-classes";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-5.0.0[${PYTHON_USEDEP}]"
-RDEPEND="
-       >=dev-python/pbr-5.0.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"

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
new file mode 100644
index 000000000..7b32e7182
--- /dev/null
+++ b/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list of standardized resource classes for OpenStack"
+HOMEPAGE="
+       https://github.com/openstack/os-resource-classes
+       https://opendev.org/openstack/os-resource-classes
+       https://pypi.org/project/os-resource-classes
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+       >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+       >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to