dev-python/keystoneauth: New package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-06-21 12:58:39 +02:00
parent cb322367e7
commit d36c23410e
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST keystoneauth1-4.3.1.tar.gz 266279 BLAKE2B 989ec176cf7214eec4f12fb852dbc710d1e0bef5bf8cd245b63d9593198d7a00832f79d19d95f3717743d8367d4829df0fc67a444a94334769c17b6ecf3d2725 SHA512 b87d2ac2a6f8469316748bdbb3bb5963a9311bc863529acb30b3b98f8da230de9e8dc38a71b8d9849c4b92bd1a8ed207355c5ada15ae091803cc6c4a72546fb5

View File

@ -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}]"

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">openstack/keystoneauth</remote-id>
<remote-id type="pypi">keystoneauth1</remote-id>
</upstream>
</pkgmetadata>