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-monascaclient/
Date: Wed, 30 Aug 2017 22:07:58 +0000 (UTC)	[thread overview]
Message-ID: <1504130847.0b421844e30bb3fc6725afaaa5d4130809040559.prometheanfire@gentoo> (raw)

commit:     0b421844e30bb3fc6725afaaa5d4130809040559
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 22:01:14 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 22:07:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b421844

dev-python/python-monascaclient: 1.7.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/python-monascaclient/Manifest           |  1 +
 .../python-monascaclient-1.7.0.ebuild              | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/python-monascaclient/Manifest b/dev-python/python-monascaclient/Manifest
index f2bf2edb8e4..bfa91a2e9a9 100644
--- a/dev-python/python-monascaclient/Manifest
+++ b/dev-python/python-monascaclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-monascaclient-1.2.0.tar.gz 66491 SHA256 5a711c8c783da5d966ca87b6e980add38276b8c99bf55f968c3f1a6febea9369 SHA512 203d91ad6533ba6281cc211d2da0cccd1c012bb7ca76412675ea5816ce1a00c28a6f2520a1b7b545029e8dc8fff08a2dbde391461ffd302868ec2343ef6c033d WHIRLPOOL b6d9ce8ef07ff7158fd4c92f360ad6ca82330337948e3bf2d7b78fced3faadbbc20485037fdad849aac57723abc7b80422d2616f08fd0ca9df07f0320a10a87f
 DIST python-monascaclient-1.5.1.tar.gz 62677 SHA256 ee84c29be50945d59731d11b6d7bc7e5ceacdf04a477982b4e094ce4214b83e2 SHA512 d6513b5d49fcf09a9f7b6c56ac8ef2dd27b5d18148a0ee20d58a62c3b1d332df3f154d559ddadcf972291a2e30bb204d4bc26b28b69a0ae568ab8e8b7ce81a1e WHIRLPOOL e73952f86ffca9785e15cf78cf6fdae7d63859601273a795a9cbbe2954fb1cfd64517df11b27a561f6b58a6e82a42761ea709448868619497f145800e3e87181
+DIST python-monascaclient-1.7.0.tar.gz 50363 SHA256 19ad6dcccbd417c5f43bfa220fc001d7e4ced8e5c2886c07ec76426308f22e07 SHA512 b4cdcd227aa02463be9bcd095c957cd0ab834724a2551fae40b2924a8cabd1dc879c2e1a89c989834a3523055a2f2faeaffe8e4f8b0d50b37dbf9441efbd8942 WHIRLPOOL 2f2c201aaea7a9dee98713732eda1d46d63163bb93e3f343fb5b96063997988a355f4866ff288b249a8d668c207f46eef9fc1590c1d7429bb07f1dec88f29659

diff --git a/dev-python/python-monascaclient/python-monascaclient-1.7.0.ebuild b/dev-python/python-monascaclient/python-monascaclient-1.7.0.ebuild
new file mode 100644
index 00000000000..363ea489cdf
--- /dev/null
+++ b/dev-python/python-monascaclient/python-monascaclient-1.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 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 Monasca API"
+HOMEPAGE="https://github.com/openstack/python-monascaclient"
+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-2.0.0[${PYTHON_USEDEP}]
+	!~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/osc-lib-1.7.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+	>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+	!~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+	>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+	>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+	<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.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
+}


             reply	other threads:[~2017-08-30 22:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 22:07 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-19 11:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-monascaclient/ Michał Górny
2020-11-19 11:20 Agostino Sarubbo
2020-11-14 22:28 Michał Górny
2020-10-15 22:13 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-05-15 20:16 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-12 22:47 Matthew Thode
2018-08-30 23:12 Matt Thode
2018-06-24 19:21 Pacho Ramos
2017-09-29 23:32 Matt Thode
2017-09-16 15:01 Matt Thode
2017-08-23 20:59 Matt Thode
2016-10-03 18:47 Matt Thode

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=1504130847.0b421844e30bb3fc6725afaaa5d4130809040559.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