updating rackspace-novaclient

This commit is contained in:
Matthew Thode
2016-10-05 13:51:46 -05:00
parent 8ea38b7f6d
commit ece2bfa952
9 changed files with 84 additions and 10 deletions

View File

@@ -0,0 +1 @@
DIST ip_associations_python_novaclient_ext-0.2.tar.gz 2362 SHA256 e4576c3ee149bcca7e034507ad9c698cb07dd9fa10f90056756aea0fa59bae37 SHA512 533910e50508f45dab14c4000c26b9f66311a14554df0358c3fee5bb8e22296dabfe10afd56f2d79ea6015122c4172829a2a38ae4656924563e064f180d7056a WHIRLPOOL 3df55740b535aafe23702615550a3d63f87148d7d2f2216fda727578deef4f4dbb8850975013a86608b307dffb18522876f1aa2855ca114586aa31f4ad575024

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit distutils-r1
DESCRIPTION="Disk Config extension for python-novaclient"
HOMEPAGE="https://github.com/rackspace/ip_associations_python_novaclient_ext"
SRC_URI="mirror://pypi/${PN:0:1}/ip_associations_python_novaclient_ext/ip_associations_python_novaclient_ext-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/ip_associations_python_novaclient_ext-${PV}"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/python-novaclient-2.20.0[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1,19 @@
<?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>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
Adds IP association extension support to python-novaclient
</longdescription>
<upstream>
<remote-id type="pypi">ip_associations_python_novaclient_ext</remote-id>
<remote-id type="github">rackspace/ip_associations_python_novaclient_ext</remote-id>
</upstream>
</pkgmetadata>