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/oslo-vmware/
Date: Mon, 28 Aug 2017 21:52:04 +0000 (UTC)	[thread overview]
Message-ID: <1503957060.543e889b63c78297ffb17ac88adc02fa007f66c7.prometheanfire@gentoo> (raw)

commit:     543e889b63c78297ffb17ac88adc02fa007f66c7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 20:16:34 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 21:51:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543e889b

dev-python/oslo-vmware: 2.23.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-vmware/Manifest                  |  1 +
 dev-python/oslo-vmware/oslo-vmware-2.23.0.ebuild | 67 ++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/dev-python/oslo-vmware/Manifest b/dev-python/oslo-vmware/Manifest
index e3c820f6706..3d5a387cda6 100644
--- a/dev-python/oslo-vmware/Manifest
+++ b/dev-python/oslo-vmware/Manifest
@@ -1 +1,2 @@
 DIST oslo.vmware-2.17.1.tar.gz 205998 SHA256 43a306816440dd1571cbdd8625f975aa58389121ba96f90e7bb2fcefa177ad7e SHA512 da8516733ffd10821691e56ca036942dc9f1043452999b42f115e87c83ccb79058bcaea604b7ca990f53f4dd4ad7302989b417ca179898523fade5b136fbca85 WHIRLPOOL 7597acf5337b20aba8b35a04d4bb88243602be72a1b07bd2384178d180628774d3fd4e2e7a6d816a94aac24e370baa13a844fb76f7396336deba251d221e7070
+DIST oslo.vmware-2.23.0.tar.gz 209538 SHA256 7a7a315603a1fb1f51223ef42981b67b36adcf4b5a9bc360383525466e4e4b63 SHA512 74edc7885deda7df102ee35177c663fbf3e91983d45e8f7db82d81749979a7b0f8a71bfc46be82d7b38e2d13f94154f47418e10db74e8ebcb2fccabac6bf8af1 WHIRLPOOL 8161b462704ffbb9bfd5280eab9febb21f3783e8e741bd068c545655d28ddce135b82db6aaea9e70cc024b518f993a89cf10d1ca098f4369362e0dae9ad11144

diff --git a/dev-python/oslo-vmware/oslo-vmware-2.23.0.ebuild b/dev-python/oslo-vmware/oslo-vmware-2.23.0.ebuild
new file mode 100644
index 00000000000..6096351ce09
--- /dev/null
+++ b/dev-python/oslo-vmware/oslo-vmware-2.23.0.ebuild
@@ -0,0 +1,67 @@
+# 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="Oslo VMware library for OpenStack projects"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.vmware"
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.vmware/oslo.vmware-${PV}.tar.gz"
+S="${WORKDIR}/oslo.vmware-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	!~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}
+	test? (
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+		>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+		>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+		>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+		!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+		>=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
+		>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+		>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+		!~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+		>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+		>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+		dev-python/nose[${PYTHON_USEDEP}]
+	)"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+	>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+	!~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+	>=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+	!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+	>=dev-python/suds-0.6[${PYTHON_USEDEP}]
+	>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+	!~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+	<dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+	>=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+	>=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+"
+python_prepare() {
+	sed -i '/^suds-jurko/d' requirements.txt || die
+	sed -i '/^hacking/d' test-requirements.txt || die
+}
+
+python_test() {
+	nosetests tests/ || die "test failed under ${EPYTHON}"
+}


             reply	other threads:[~2017-08-28 21:52 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-28 21:52 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 20:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-vmware/ Michał Górny
2021-02-22 23:50 Matthew Thode
2020-11-27 16:18 Michał Górny
2020-11-25  9:23 Michał Górny
2020-10-18  3:48 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-11-24 16:15 Aaron Bauman
2019-05-11 19:06 Matthew Thode
2019-04-10  5:08 Matthew Thode
2018-06-24 12:20 Pacho Ramos
2018-06-18  1:59 Matt Thode
2018-02-19  0:54 Matt Thode
2018-02-13 15:57 Mart Raudsepp
2018-02-13 14:47 Mart Raudsepp
2018-01-05 13:26 Michał Górny
2017-12-21  7:13 Matt Thode
2017-11-22  2:00 Matt Thode
2017-08-02 23:59 Matt Thode
2017-07-06 16:58 Matt Thode
2017-05-02  8:47 Michał Górny
2017-02-27  4:27 Matt Thode
2016-03-28  3:32 Matt Thode
2016-02-28  6:07 Matt Thode
2016-01-21 22:51 Matt Thode
2016-01-11 11:32 Justin Lecher
2015-09-21 12:58 Justin Lecher
2015-09-03  3:42 Matt Thode
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 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=1503957060.543e889b63c78297ffb17ac88adc02fa007f66c7.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