diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/ip-associations-python-novaclient-ext | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/ip-associations-python-novaclient-ext')
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/ip-associations-python-novaclient-ext/Manifest b/dev-python/ip-associations-python-novaclient-ext/Manifest new file mode 100644 index 000000000000..f0a4a4471e3c --- /dev/null +++ b/dev-python/ip-associations-python-novaclient-ext/Manifest @@ -0,0 +1,3 @@ +DIST ip_associations_python_novaclient_ext-0.2.tar.gz 2362 BLAKE2B 59f36ea7db01a3157bb1c20cb4740bdc660751aa005d826189cca132e56faa903c0075d8f03646740dc9233172d804666364bd3f34a5832b19fc7760d31c51d8 SHA512 533910e50508f45dab14c4000c26b9f66311a14554df0358c3fee5bb8e22296dabfe10afd56f2d79ea6015122c4172829a2a38ae4656924563e064f180d7056a +EBUILD ip-associations-python-novaclient-ext-0.2.ebuild 671 BLAKE2B 8676da8cb92d95b35908bb1392a295cf52216d8473cb3e71c376ebc73f25b35afcd089450e532513160f794eaa80f89f69e629e44dafe71678916c84614bca94 SHA512 6c24d62b47a7caece22bf4a1ae1eeb018157f5a45a521dba6ad7a824514ddd776841b4bd080de06aa7baa0d68fe7da3c04b0bee5141290bab1438aa7102f7517 +MISC metadata.xml 567 BLAKE2B 10c3d3b992fa6bbbdd3436ef29e36cf1daa124c663ce1b5fd294d562f1f5d4e2299a20df2d45d5226ba8e493efb441f0059e5491b4fd5f639e67ca718622f61c SHA512 8061c87d531af77b266e34c6fc66f7ed3a5c569da23ce681398f0610eab645d69e13bfe629e5a4c3cdf89c37a63c2dc1e404e3c199e60d39bbcdb69d4ba33dbc diff --git a/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild b/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild new file mode 100644 index 000000000000..8d478cad43c7 --- /dev/null +++ b/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +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}]" diff --git a/dev-python/ip-associations-python-novaclient-ext/metadata.xml b/dev-python/ip-associations-python-novaclient-ext/metadata.xml new file mode 100644 index 000000000000..10c4c8adf3b0 --- /dev/null +++ b/dev-python/ip-associations-python-novaclient-ext/metadata.xml @@ -0,0 +1,15 @@ +<?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"> + 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> |