From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/python-senlinclient/Manifest | 5 --- dev-python/python-senlinclient/metadata.xml | 19 ---------- .../python-senlinclient-1.0.0.ebuild | 40 -------------------- .../python-senlinclient-1.2.0.ebuild | 44 ---------------------- 4 files changed, 108 deletions(-) delete mode 100644 dev-python/python-senlinclient/Manifest delete mode 100644 dev-python/python-senlinclient/metadata.xml delete mode 100644 dev-python/python-senlinclient/python-senlinclient-1.0.0.ebuild delete mode 100644 dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild (limited to 'dev-python/python-senlinclient') diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest deleted file mode 100644 index 1a386ec2dd0a..000000000000 --- a/dev-python/python-senlinclient/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST python-senlinclient-1.0.0.tar.gz 101396 BLAKE2B fa21d8c33424dab7602a33bb293a3351d904a2a7b2a2b90f4f690e212aa6d0e7de5f7106d2313cab53ea3b2d6a47818c702c37e15333823d92d087602738e564 SHA512 3e98cc9a238250ca4069289343011d27d9bf6b35e0c8709bbf209b7774ff7b84151533104795fcc21403202cf6c834503685a9994d320a48aa690a854e1570f9 -DIST python-senlinclient-1.2.0.tar.gz 107117 BLAKE2B cb1f70c59414b6bc54d58a3370ad5917851e36a19b65248125efd53bc24d29d3edb4fbc7734ba6d9d64c1ccea78307c7363de96c93c03fb801c66c83c1edf40e SHA512 1216e9511715a2cc5a703020a08ebb01bc24111150230f7ae8441ab750865c4cc07535f2b9d15ee8f7c93cc4f2ebd24473fb38b3946476063eff05c103d8ef6b -EBUILD python-senlinclient-1.0.0.ebuild 1204 BLAKE2B 536c89756b104540d4d51f6be91b0227c9c0b3a6cb49882882bd44c5d2d7875266d3b6e4e84c10558650e90ff51dc0b5d9824377b14f0c8e8ac57970d456365e SHA512 9c3a7a294ba3580df651039bc06b3d23a23a7c5fca7cdb064fec8a91913b19605a358d41134b415b0e69005a4db034181c4025b0473630682aba746242a76df4 -EBUILD python-senlinclient-1.2.0.ebuild 1480 BLAKE2B 8f370786b8dd8a60f196828fe405964df4c307c38e7878e1ef25deade6f0c91f4abde8e66ad9c49a4ec9733f6a7073cc5e1ca34dce1250664126acdcddcd4ced SHA512 20050fb4d0f8496f4a13dee1f718412abd43435ec227e0080040b4ee704a81773712814a92536a57f904e2cea1760a7fdda1afde3e592a92a23dbf2abecbb022 -MISC metadata.xml 610 BLAKE2B 62bc9e2f9ef0cd99f8f61cf0ffbd07037da020d7be1074f917ad0e6710dc549aa0d9eeabefa63a6a4855d1ff2318f4a805a0e96f88accf41e2466c0f42167e55 SHA512 606dd0a5e69cfbc20bd104b7d163d860256997921407022a0740f90eb85b73a738ef9372e8c226f8f87ad9b7548e784c04c8b4f69ab39c77eb27b3f5b6c02895 diff --git a/dev-python/python-senlinclient/metadata.xml b/dev-python/python-senlinclient/metadata.xml deleted file mode 100644 index 57238cfd0210..000000000000 --- a/dev-python/python-senlinclient/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - prometheanfire@gentoo.org - Matthew Thode - - - openstack@gentoo.org - Openstack - - - This is a client for the OpenStack Senlin API. - - - python-senlinclient - openstack/python-senlinclient - - diff --git a/dev-python/python-senlinclient/python-senlinclient-1.0.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.0.0.ebuild deleted file mode 100644 index a9d63799df86..000000000000 --- a/dev-python/python-senlinclient/python-senlinclient-1.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Senlin API" -HOMEPAGE="https://github.com/openstack/python-senlinclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] - =dev-python/openstacksdk-0.9.4 - >=dev-python/osc-lib-1.0.2 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] - >=dev-python/python-heatclient-1.4.0 - >=dev-python/pyyaml-3.1.0 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # built in... - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild deleted file mode 100644 index ce075107d563..000000000000 --- a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Senlin API" -HOMEPAGE="https://github.com/openstack/python-senlinclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] - =dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}] - >=dev-python/openstacksdk-0.9.10[${PYTHON_USEDEP}] - !~dev-python/openstacksdk-0.9.11[${PYTHON_USEDEP}] - !~dev-python/openstacksdk-0.9.12[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}] - >=dev-python/python-heatclient-1.6.1[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # built in... - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} -- cgit v1.2.3