From 942056047f019a68499f748bd062d4357aca0a4f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 20 Oct 2019 18:04:05 -0500 Subject: dev-python/os-resource-classes: 0.5.0 bump Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- .../os-resource-classes-0.5.0.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild (limited to 'dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild') diff --git a/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild b/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild new file mode 100644 index 000000000000..ab121613543a --- /dev/null +++ b/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +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" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]" + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} -- cgit v1.2.3-65-gdbad