public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openstackclient/
Date: Thu,  3 Sep 2015 03:42:45 +0000 (UTC)	[thread overview]
Message-ID: <1441251732.dff277a7437b7650d1995dad94beae483fcccb95.prometheanfire@gentoo> (raw)

commit:     dff277a7437b7650d1995dad94beae483fcccb95
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 03:39:02 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 03:42:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff277a7

dev-python/python-openstackclient: bup for liberty

 dev-python/python-openstackclient/Manifest         |  1 +
 .../python-openstackclient-1.6.0.ebuild            | 79 ++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/dev-python/python-openstackclient/Manifest b/dev-python/python-openstackclient/Manifest
index 98e214a..8e05f2b 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1 +1,2 @@
 DIST python-openstackclient-1.0.4.tar.gz 203012 SHA256 4ae6d7b35fd1da2a07959fea9639e506871abfb769c62f3692d2f2585605ac85 SHA512 d1076456ec9867c5dd6c13059bff56cb358eb675666cc5c38de0414b8c0ea26e057c286ebe2a0146f68ca50c1a416cac5f680ec72b633879cefafa25c76dc9c9 WHIRLPOOL 25df1e0209145a9e9c9c36676e1423d42129b2f8408aa22fdb18cf75f9b138009033b27002c76832448f026b518671fd49eb4bea8877bed560153ac5a88e2e4d
+DIST python-openstackclient-1.6.0.tar.gz 256666 SHA256 7400b86fc57032bfd7d4fed317ad2311bfb35ee192200c437b23c2ab85d49b24 SHA512 e62f9265566def5c43dc4fe6d4aeb7c61be802cd7f53db78bb3db681a97b140364afedff07a9e0bcc0622d39d9341150dab3ca7fa230b2c64a6c820d713acc89 WHIRLPOOL 6b7cd39f26fcd106f4e5819af8a54b4fb79e3a1dbb5aff79e7601392e25f6b7a80f94b1ff299e6d80d3afb7a064f03acfa202779f36677098f4b612dfc174d9c

diff --git a/dev-python/python-openstackclient/python-openstackclient-1.6.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-1.6.0.ebuild
new file mode 100644
index 0000000..6ca19d9
--- /dev/null
+++ b/dev-python/python-openstackclient/python-openstackclient-1.6.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack APIs"
+HOMEPAGE="https://github.com/openstack/python-openstackclient"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+REQUIRED_USE="test? ( doc )"
+
+CDEPEND="
+	>=dev-python/pbr-1.4[${PYTHON_USEDEP}]
+	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}
+	test? (
+		>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+		>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+		>=dev-python/mock-1.2[${PYTHON_USEDEP}]
+		>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+		>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+		>=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
+		>=dev-python/os-testr-0.1.0[${PYTHON_USEDEP}]
+		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+		>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+		>=dev-python/tempest-lib-0.6.1[${PYTHON_USEDEP}]
+	)
+	doc? (
+		>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+		!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+		<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
+	)"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+	>=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
+	>=dev-python/cliff-tablib-1.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-config-1.11.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-1.9.0[${PYTHON_USEDEP}]
+	>=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
+	>=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
+	>=dev-python/python-novaclient-2.26.0[${PYTHON_USEDEP}]
+	>=dev-python/python-cinderclient-1.3.1[${PYTHON_USEDEP}]
+	>=dev-python/python-neutronclient-2.6.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+	>=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+	sed -i '/^hacking/d' test-requirements.txt || die
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && esetup.py build_sphinx
+}
+
+python_test() {
+	testr init
+	testr run || die "testsuite failed under python2.7"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2015-09-03  3:42 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03  3:42 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openstackclient/ Michał Górny
2024-11-16  9:20 Michał Górny
2024-11-02  7:48 Michał Górny
2024-10-30  3:41 Michał Górny
2024-10-26 15:34 Michał Górny
2024-10-26 15:16 Arthur Zamarin
2024-10-25 22:09 Sam James
2024-10-18 16:11 Arthur Zamarin
2024-10-09  6:31 Michał Górny
2024-09-22 19:05 Michał Górny
2024-09-22 18:32 Arthur Zamarin
2024-09-22  7:20 Sam James
2024-09-20  5:12 Michał Górny
2024-09-17  6:11 Michał Górny
2024-09-11 18:39 Michał Górny
2024-08-07 14:10 Michał Górny
2024-07-30  2:47 Michał Górny
2024-05-22  8:03 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-03-19  7:20 Michał Górny
2024-02-18  3:28 Michał Górny
2024-02-17 22:26 Sam James
2024-02-02 13:24 Michał Górny
2023-12-08  5:41 Michał Górny
2023-12-05 15:22 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18  9:02 Sam James
2023-09-16  3:03 Michał Górny
2023-03-25  5:02 Michał Górny
2023-03-24 21:00 Arthur Zamarin
2023-03-10  4:59 Michał Górny
2023-03-06 15:06 Michał Górny
2023-02-21 19:02 Michał Górny
2023-02-20 20:18 Matthew Thode
2023-02-16 17:30 Michał Górny
2022-09-20  5:57 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-08-18 18:11 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-04-01 18:48 Michał Górny
2022-04-01 18:00 Arthur Zamarin
2022-03-09 18:26 Arthur Zamarin
2022-02-24 18:46 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 20:01 Jakov Smolić
2021-11-19  6:18 Arthur Zamarin
2021-11-12 19:00 Arthur Zamarin
2021-11-05 19:16 Michał Górny
2021-11-05 15:29 Jakov Smolić
2021-10-04 22:58 Sam James
2021-09-30 17:59 Arthur Zamarin
2021-05-31 20:42 Michał Górny
2021-01-24  0:07 Sam James
2020-11-24  7:20 Agostino Sarubbo
2020-11-14 22:43 Michał Górny
2020-10-18 23:54 Matthew Thode
2020-10-11  1:29 Matthew Thode
2020-07-18 22:30 Matthew Thode
2020-06-20 19:23 Matthew Thode
2019-12-19 17:41 Matthew Thode
2019-11-19 16:22 Matthew Thode
2019-05-11 19:25 Matthew Thode
2019-04-10 22:44 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-11-20 12:48 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-07-04 17:56 Matt Thode
2018-06-24 14:22 Pacho Ramos
2018-06-24 14:22 Pacho Ramos
2018-06-04 15:40 Matt Thode
2018-03-31  1:54 Matt Thode
2018-03-30  0:26 Matt Thode
2018-02-24  5:51 Matt Thode
2018-02-24  5:51 Matt Thode
2018-02-13 15:57 Mart Raudsepp
2018-02-13 14:47 Mart Raudsepp
2017-08-28 21:52 Matt Thode
2017-02-27  5:45 Matt Thode
2017-01-08 22:49 Matt Thode
2016-12-12 22:08 Matt Thode
2016-07-22 15:06 Matt Thode
2016-03-30  2:21 Matt Thode
2016-03-28  2:43 Matt Thode
2016-03-27  2:32 Matt Thode
2015-12-18 17:36 Matt Thode
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-10-04 22:20 Matt Thode
2015-08-27 10:29 Agostino Sarubbo
2015-08-27 10:29 Agostino Sarubbo

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=1441251732.dff277a7437b7650d1995dad94beae483fcccb95.prometheanfire@gentoo \
    --to=prometheanfire@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