commit:     eea29640411333484f8538de37bd178084c84f82
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 22:06:17 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 22:06:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea29640

dev-python/os-resource-classes: 1.0.0 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/os-resource-classes/Manifest             |  1 +
 .../os-resource-classes-1.0.0.ebuild                | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/os-resource-classes/Manifest 
b/dev-python/os-resource-classes/Manifest
index 68a30fe8a42..ead1589a60d 100644
--- a/dev-python/os-resource-classes/Manifest
+++ b/dev-python/os-resource-classes/Manifest
@@ -1 +1,2 @@
 DIST os-resource-classes-0.5.0.tar.gz 15949 BLAKE2B 
7cef19c63a27723fdf0037224205c9df545f24c2ada020d196928707945a7acbca7619a98ca6e9585edb92b1ebb7259ea5c9811ae6d1daf18a90a92ce60661ce
 SHA512 
112548db1daf0c31fe4304cac3834d588e531102620f0e55f648cca81724eddddc05acce4cdf3fd468b38a44dbbecea43152903c1df3a809103a7f1b947b9cd7
+DIST os-resource-classes-1.0.0.tar.gz 15524 BLAKE2B 
6388f192be5bdc75b64a19cf20ebaf3f3db3d448f90004e321e0cf53d53b37646625643aee519d443cc0043fda2e536b3f75d1c1a83dd31eff08c7a54a50f467
 SHA512 
a5daef5a53e7a164bbe863af9a27e2a5ce92b490099769e7e545a059e80bbd0c74f1ec28afe1622820686b0614e5bc6e748598454d6b380891eb8a0b20333e37

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
new file mode 100644
index 00000000000..7650ab5bff1
--- /dev/null
+++ b/dev-python/os-resource-classes/os-resource-classes-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,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}]
+"

Reply via email to