From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libcloud/
Date: Sat, 3 Mar 2018 02:07:52 +0000 (UTC) [thread overview]
Message-ID: <1520042829.be2ff53a2aec1548130a734bddc3c71e0e4856c4.whissi@gentoo> (raw)
commit: be2ff53a2aec1548130a734bddc3c71e0e4856c4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 01:12:50 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 02:07:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2ff53a
dev-python/libcloud: Bump to v1.5.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/libcloud/Manifest | 1 +
dev-python/libcloud/libcloud-1.5.0.ebuild | 54 +++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-python/libcloud/Manifest b/dev-python/libcloud/Manifest
index 3ec96368b8a..7ec75e74f37 100644
--- a/dev-python/libcloud/Manifest
+++ b/dev-python/libcloud/Manifest
@@ -1,2 +1,3 @@
DIST apache-libcloud-0.15.1.tar.bz2 570953 BLAKE2B 1baca706ac57d76baf4f83824ea0fccaccec51f38114a0103777e2965e67ad9cd96ad46459841ea702d72f8f0c3ce166037714d04f91c1f2369ddf6f455ffa63 SHA512 0cbc02c955cb91e135d73a5198ad216d0f91fa942b88dd1ffc1c46a487190f45500f003d2825cdb4f6c96c4ca7e5cf2681709769b0c2d8801b08e5a41b3d69b0
DIST apache-libcloud-1.2.1.tar.bz2 992983 BLAKE2B e3caccd2814f3b25fa96fbc21972fb3694a6f5e55663564f712b98b64a60e577baf1da0295b914fef2440a461f6fa16f313e83bde252360ac6786995527afc04 SHA512 12e239f286d8eb523597488998582be02d6e8cd4e21a8fa7c639c829ba622833e4292ac4cd7cbc8b94670e19ec1711cb0032bc72433f421bf2ba2b8c70dcd954
+DIST apache-libcloud-1.5.0.tar.bz2 1258553 BLAKE2B 9cad0f61ab8505deea99c15022da92caf24295480d16bedf9c735c1117a055c94162cdcb331734c572f375de3ba10b499d5ed46a5a11f1e634d272e69748ef79 SHA512 91c10d164f56c9f75c6e5633802c3cf31046ab7a3ae554b73310b1da2d882ac1f8e90aaf3462db57ac0949dfd66cb840ec8fc6e6b79c46128668f13183d47b30
diff --git a/dev-python/libcloud/libcloud-1.5.0.ebuild b/dev-python/libcloud/libcloud-1.5.0.ebuild
new file mode 100644
index 00000000000..414bc3b2bb6
--- /dev/null
+++ b/dev-python/libcloud/libcloud-1.5.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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_4,3_5,3_6} pypy )
+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}]' python{2_7,3_4} 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
+}
next reply other threads:[~2018-03-03 2:07 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-03 2:07 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-10 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/libcloud/ Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:49 Sam James
2023-01-08 14:04 Michał Górny
2022-11-11 6:52 Michał Górny
2022-11-11 4:25 Sam James
2022-10-11 12:24 Michał Górny
2022-06-28 4:03 Michał Górny
2022-06-27 23:32 Sam James
2022-05-28 17:04 Jakov Smolić
2022-05-27 6:10 Michał Górny
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 6:55 Michał Górny
2022-03-31 11:33 Michał Górny
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-02-05 17:29 Arthur Zamarin
2021-08-05 18:07 Michał Górny
2021-07-12 22:17 Sam James
2021-02-26 8:30 Michał Górny
2021-01-22 19:36 Sam James
2021-01-22 19:36 Sam James
2021-01-22 19:36 Sam James
2020-09-18 15:19 Michał Górny
2020-09-08 19:11 Michał Górny
2020-08-07 1:10 Sam James
2020-08-07 1:10 Sam James
2020-05-12 6:39 Agostino Sarubbo
2020-05-08 20:44 Patrick McLean
2020-04-28 22:53 Patrick McLean
2020-04-28 22:53 Patrick McLean
2020-04-24 6:27 Michał Górny
2020-03-19 22:12 David Seifert
2020-02-05 17:39 Michał Górny
2020-02-05 16:24 Michał Górny
2020-02-05 16:24 Michał Górny
2018-06-23 17:45 Mikle Kolyada
2018-06-19 12:55 Thomas Deutschmann
2018-05-16 7:26 Michał Górny
2017-05-02 9:48 Michał Górny
2016-09-24 18:39 Alice Ferrazzi
2016-04-22 10:12 Sergey Popov
2016-01-07 18:43 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520042829.be2ff53a2aec1548130a734bddc3c71e0e4856c4.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox