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-log/
Date: Sun, 27 Aug 2017 04:26:20 +0000 (UTC)	[thread overview]
Message-ID: <1503807880.7362d503a4715e1086afaa8e290ed7d353fffd6a.prometheanfire@gentoo> (raw)

commit:     7362d503a4715e1086afaa8e290ed7d353fffd6a
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 02:14:53 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 04:24:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7362d503

dev-python/oslo-log: 3.30.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-log/Manifest               |  1 +
 dev-python/oslo-log/oslo-log-3.30.0.ebuild | 63 ++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/oslo-log/Manifest b/dev-python/oslo-log/Manifest
index f7440c0e2c1..160529b49eb 100644
--- a/dev-python/oslo-log/Manifest
+++ b/dev-python/oslo-log/Manifest
@@ -1 +1,2 @@
 DIST oslo.log-3.20.1.tar.gz 69615 SHA256 7d2bf72548f7f9bc94649b49fda642e057b35fd00790080c4e04b941e20aff2d SHA512 9f802251177a8a822f5944729ac226e226cf7dbe94b9d5b4e5eedb7c64f6968a35810cc288b774085f16f77eaffabf752636bc51c52d50e87cc2840b76076f13 WHIRLPOOL 1bb65964b5b9d80889825e24b87cd817b7c13ffecc349b3407c778c064d297be838862f554cfafc16c2dd2d98be6fd9f16eda2a13594e332662328e37d842e53
+DIST oslo.log-3.30.0.tar.gz 78044 SHA256 efcb51449f481891f792389fb23d53d84199a1c4f36c2e0602ec466dd5543de2 SHA512 bdfd1ea1e8995b986c252680c26fd7be31ad820532f84fab893758782321be326ce32d063f1e413aaa4609f84fa15de18a0b460bb7c90954567f7a386ef9ff20 WHIRLPOOL fb3a07ecd0da119901ad5e08a8d3fc9e398e3412c5104bcac9b17a706892a2df2e9c14f52c0d940498a34a4ef4cc52711e6798af55ea9c1b1e2f884ae0474f5c

diff --git a/dev-python/oslo-log/oslo-log-3.30.0.ebuild b/dev-python/oslo-log/oslo-log-3.30.0.ebuild
new file mode 100644
index 00000000000..bff73dea9e2
--- /dev/null
+++ b/dev-python/oslo-log/oslo-log-3.30.0.ebuild
@@ -0,0 +1,63 @@
+# 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="OpenStack logging config library, configuration for all openstack projects."
+HOMEPAGE="https://pypi.python.org/pypi/oslo.log https://github.com/openstack/oslo.log"
+SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
+S="${WORKDIR}/oslo.log-${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[${PYTHON_USEDEP}]"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+	>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+	>=dev-python/monotonic-0.6[${PYTHON_USEDEP}]"
+DEPEND="
+	${CDEPEND}
+	test? ( ${RDEPEND}
+		>=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/mock-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+		>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+		!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+		>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+		>=dev-python/openstackdocstheme-1.11.0[${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}]
+	)"
+
+python_prepare_all() {
+	sed -i '/^hacking/d' test-requirements.txt || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	nosetests oslo_log/tests || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2017-08-27  4:26 UTC|newest]

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