dev-python/keystoneauth: adding for openstack mitaka

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-24 23:59:12 -05:00
parent 2714cb61b6
commit 2972fe98ae
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST keystoneauth1-2.3.0.tar.gz 149266 SHA256 27262621a8e74fe296f3c23a4b43dc9c1422670e89568626eb511163cb1c567c SHA512 e41a84e46247abf54073d8aa978d5e0db8341bff6507d9cb7079230381e10ccd7f72f5478849c37d8e914b520392762270bf0495d0945e7a7b3e5cd72fdced34 WHIRLPOOL 41fe83b35055975ad4ff99a387e30aa512ea071856034ace7804b3ea6f7c9378f4b2268b9df023e92ccea92807b47bdfafffef9e964336acca36599c288654d2

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
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"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}"
RDEPEND="${CDEPEND}
>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
>=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
!~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,11 @@
<?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>
<longdescription lang="en">
This package contains tools for authenticating to an OpenStack-based cloud.
</longdescription>
</pkgmetadata>