From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- dev-python/libcloud/Manifest | 6 +--- dev-python/libcloud/libcloud-0.15.1.ebuild | 51 ---------------------------- dev-python/libcloud/libcloud-1.5.0.ebuild | 54 ------------------------------ dev-python/libcloud/libcloud-2.3.0.ebuild | 2 +- 4 files changed, 2 insertions(+), 111 deletions(-) delete mode 100644 dev-python/libcloud/libcloud-0.15.1.ebuild delete mode 100644 dev-python/libcloud/libcloud-1.5.0.ebuild (limited to 'dev-python/libcloud') diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest index 8b7596403b9f..b83c1f541010 100644 --- a/dev-python/libcloud/Manifest +++ b/dev-python/libcloud/Manifest @@ -1,7 +1,3 @@ -DIST apache-libcloud-0.15.1.tar.bz2 570953 BLAKE2B 1baca706ac57d76baf4f83824ea0fccaccec51f38114a0103777e2965e67ad9cd96ad46459841ea702d72f8f0c3ce166037714d04f91c1f2369ddf6f455ffa63 SHA512 0cbc02c955cb91e135d73a5198ad216d0f91fa942b88dd1ffc1c46a487190f45500f003d2825cdb4f6c96c4ca7e5cf2681709769b0c2d8801b08e5a41b3d69b0 -DIST apache-libcloud-1.5.0.tar.bz2 1258553 BLAKE2B 9cad0f61ab8505deea99c15022da92caf24295480d16bedf9c735c1117a055c94162cdcb331734c572f375de3ba10b499d5ed46a5a11f1e634d272e69748ef79 SHA512 91c10d164f56c9f75c6e5633802c3cf31046ab7a3ae554b73310b1da2d882ac1f8e90aaf3462db57ac0949dfd66cb840ec8fc6e6b79c46128668f13183d47b30 DIST apache-libcloud-2.3.0.tar.bz2 1370556 BLAKE2B 14c6604d190d63f9049de2034b487cd7bb314add399339cac7a46dcbfea339497ede0d8058fd29dab43d53a45637fc5e60c71a5079fff6f45ed5023721eb68f2 SHA512 673c5b7b12f4510f2b43ea8199fab1e3f7ded62423d7d67301f5e3448c78750bc898c494a33d033844acf94bc292582371e9ac02ce1db6f4443a3966ef9fd0e8 -EBUILD libcloud-0.15.1.ebuild 1075 BLAKE2B da3023b3fe0e174b2fc961d86a4b7d9dc870f279529535182611faf1a26fa9b1dc1186004f8f4a0877e551d7c4cb275e4684141c0d4a5e19e024e10e1c20a6ab SHA512 42a700c8d8a09bd2181b92171ee3dc2a03bd01a6d8d3d540a5f8ea2d5742db8171523f00f7d4e0fb9527cd8e37eefd00cbd52c909fbea9c101e79c6769f4b69d -EBUILD libcloud-1.5.0.ebuild 1187 BLAKE2B 2afa7994050a018e93da85e466ea22b281892597af2ad4321b219bc2e89306661f8d81d00099e99401c0f51df6d8b9d852ded8ea728d3c62380430834c9f4b15 SHA512 ff99dd7e6bb56d3367a25053e049fc2f2ec4b20315261c0177303291f8b83618ed112ab7d7339bedf8b506856a6c25999724af1ce8f19622ab146916c0523588 -EBUILD libcloud-2.3.0.ebuild 1121 BLAKE2B 08ebcb2209e2e016ff68a4920bbf18f5fe218a06c61dfa938460e546cc831effde93f96b2d0153a7bc62606e144684c03f8c0202d522f9f44d1aef4f08724057 SHA512 245ae052132f8fa13ab57e5f2cc829b6f68ae29f258dabd06b18d4d5e50497d170120d4bf3bf0367b0fa15bf85a65a0855ac615db2fe6a068e0fe8a7258ebab3 +EBUILD libcloud-2.3.0.ebuild 1115 BLAKE2B 69582e0f8a0804734ac4e1e8c4e5ab09340ba0bf2bcab70ceedc4f6e8abac082af5a6a62241c3024020c54d6fe5ee7d1b4c7defd3dc8b2d04bedf763fb420900 SHA512 efe6a44bb7fc595afc980abf9607684136a2187be0a554ab844016a53be3fc70fce52ebea10133a3b588bc2b7f648328c2a1a69799c6bb2ae093f6232caae33b MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/dev-python/libcloud/libcloud-0.15.1.ebuild b/dev-python/libcloud/libcloud-0.15.1.ebuild deleted file mode 100644 index 6011542de4df..000000000000 --- a/dev-python/libcloud/libcloud-0.15.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# py3 dropped due to failing tests once lockfile installed -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 - -DESCRIPTION="Unified Interface to the Cloud - python support libs" -HOMEPAGE="http://libcloud.apache.org/index.html" -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/lockfile[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/apache-${P}" - -python_prepare_all() { - if use examples; then - mkdir examples - mv example_*.py examples || die - fi - distutils-r1_python_prepare_all -} - -src_test() { - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die - distutils-r1_src_test -} - -python_test() { - esetup.py test -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/libcloud/libcloud-1.5.0.ebuild b/dev-python/libcloud/libcloud-1.5.0.ebuild deleted file mode 100644 index f178e88a1351..000000000000 --- a/dev-python/libcloud/libcloud-1.5.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# py3 dropped due to failing tests once lockfile installed -PYTHON_COMPAT=( python{2_7,3_6} ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 - -DESCRIPTION="Unified Interface to the Cloud - python support libs" -HOMEPAGE="https://libcloud.apache.org/" -SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/lockfile[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python2_7 pypy) - )" - -# Known test failures -RESTRICT="test" - -S="${WORKDIR}/apache-${P}" - -python_prepare_all() { - if use examples; then - mkdir examples - mv example_*.py examples || die - fi - distutils-r1_python_prepare_all -} - -src_test() { - cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die - distutils-r1_src_test -} - -python_test() { - esetup.py test -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/libcloud/libcloud-2.3.0.ebuild b/dev-python/libcloud/libcloud-2.3.0.ebuild index 7cfaa7b14210..d72292e9e812 100644 --- a/dev-python/libcloud/libcloud-2.3.0.ebuild +++ b/dev-python/libcloud/libcloud-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 -- cgit v1.2.3