From d36c23410e00d060fe9a87d384407682a4e54d25 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 21 Jun 2021 12:58:39 +0200 Subject: [PATCH] dev-python/keystoneauth: New package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay --- dev-python/keystoneauth/Manifest | 1 + .../keystoneauth/keystoneauth-4.3.1.ebuild | 28 +++++++++++++++++++ dev-python/keystoneauth/metadata.xml | 13 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/keystoneauth/Manifest create mode 100644 dev-python/keystoneauth/keystoneauth-4.3.1.ebuild create mode 100644 dev-python/keystoneauth/metadata.xml diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest new file mode 100644 index 0000000..5ff3a90 --- /dev/null +++ b/dev-python/keystoneauth/Manifest @@ -0,0 +1 @@ +DIST keystoneauth1-4.3.1.tar.gz 266279 BLAKE2B 989ec176cf7214eec4f12fb852dbc710d1e0bef5bf8cd245b63d9593198d7a00832f79d19d95f3717743d8367d4829df0fc67a444a94334769c17b6ecf3d2725 SHA512 b87d2ac2a6f8469316748bdbb3bb5963a9311bc863529acb30b3b98f8da230de9e8dc38a71b8d9849c4b92bd1a8ed207355c5ada15ae091803cc6c4a72546fb5 diff --git a/dev-python/keystoneauth/keystoneauth-4.3.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.3.1.ebuild new file mode 100644 index 0000000..521978c --- /dev/null +++ b/dev-python/keystoneauth/keystoneauth-4.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud." +HOMEPAGE="https://github.com/openstack/keystoneauth" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz" +S="${WORKDIR}/${PN}1-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND} + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]" diff --git a/dev-python/keystoneauth/metadata.xml b/dev-python/keystoneauth/metadata.xml new file mode 100644 index 0000000..3f6772b --- /dev/null +++ b/dev-python/keystoneauth/metadata.xml @@ -0,0 +1,13 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + + openstack/keystoneauth + keystoneauth1 + +