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/rax-scheduled-images-python-novaclient-ext | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/rax-scheduled-images-python-novaclient-ext')
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest b/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest new file mode 100644 index 000000000000..1a9615b1d601 --- /dev/null +++ b/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest @@ -0,0 +1,5 @@ +DIST rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz 2781 BLAKE2B fe01d1661861364a9fdc9c22cc5fedfaaa0fc6ae8b77ecdfa559f4e03ab3cc26367b64f01dfd4d47dd215386bc4b596776acda657a63aa9374e880e3c0a578d0 SHA512 d26fcb8c4cc70b7e4b31f4eb8306d094139d914fbdaf9fda846f13a2bb6336734b2aebc4c7322df5986ba1cc57d4d5894e744ded063f4a01d7a63d3642049672 +DIST rax_scheduled_images_python_novaclient_ext-0.3.1.tar.gz 2850 BLAKE2B 325fc6d922cfbc299af7bedac6c37f992118b7e06d4ed73ac4650807e5f7bb811937171ed716967209a39461a4bb8d05fe313f98218394819808f46edd724340 SHA512 231200aead561c32408237494b0927ba51f05d7f208bdf655d4f0642060899f6f30ab0f68995bbc694f8d0b36962c754c526e93c870b8422f20ddce48247e854 +EBUILD rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild 690 BLAKE2B 13368c4eb907c6c906062797b6c057e6b60f0da4e67b0a078b2135996d85224200ece7d6eb6018f94f91044b5bf915ca16ceb0d3235fe0c52bb3ff6ca90e2a22 SHA512 86436b40ebe38b3e6b731a9739e6f3834135e30b83a24c77a752ae70eced094fca4b83df2a8da46523a599bc3573e28eff44f455dd6b92d0e8d7733058d4e07d +EBUILD rax-scheduled-images-python-novaclient-ext-0.3.1.ebuild 706 BLAKE2B 6b5d8ea9b6cf3eb78448b4abe72b66682e6833fe79eee2e2f3dcf8b489116c5af0c1905b2aa6a367de20461016b2e19f08897d4c14026ccbd56f3b8cfd4ee6be SHA512 8ac10ec7500ca9716866583b3bfded0a10f476e3fd84c62e2999225f79d59e46c3a965b6c2818fe42bc851cb3815d52c3e0e52ccb38d6160218b2a3163e6d1e7 +MISC metadata.xml 578 BLAKE2B 2067256d218b1f9cce4c525c73da743dd3ee19c6fc74d176d3bce979575fc901a91e5cf2e76ba1688663d0b40af236742e9b896ae9ab4a860f0b52d3f238c4c4 SHA512 f7947c2ac98db4afdd605fbaab5510851aa49eb136cdcf6f90c17d014adbea156c91c2c0dd11c2cd089428e582234afbdd6c3b9816c536791ee741ee55928201 diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml b/dev-python/rax-scheduled-images-python-novaclient-ext/metadata.xml new file mode 100644 index 000000000000..f168b8098aa0 --- /dev/null +++ b/dev-python/rax-scheduled-images-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 backup-schedule extension support to python-novaclient. + </longdescription> + <upstream> + <remote-id type="pypi">rax_scheduled_images_python_novaclient_ext</remote-id> + <remote-id type="github">rackspace/rax_backup_schedule_python_novaclient_ext</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild b/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild new file mode 100644 index 000000000000..a93fb0a5f9a2 --- /dev/null +++ b/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Adds backup-schedule extension support to python-novaclient" +HOMEPAGE="https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext" +SRC_URI="mirror://pypi/${PN:0:1}/rax_scheduled_images_python_novaclient_ext/rax_scheduled_images_python_novaclient_ext-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/rax_scheduled_images_python_novaclient_ext-${PV}" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]" diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.3.1.ebuild b/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.3.1.ebuild new file mode 100644 index 000000000000..6e5f802b89f9 --- /dev/null +++ b/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Adds backup-schedule extension support to python-novaclient" +HOMEPAGE="https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext" +SRC_URI="mirror://pypi/${PN:0:1}/rax_scheduled_images_python_novaclient_ext/rax_scheduled_images_python_novaclient_ext-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/rax_scheduled_images_python_novaclient_ext-${PV}" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]" |