public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/
Date: Mon, 18 Sep 2023 14:00:55 +0000 (UTC)	[thread overview]
Message-ID: <1695045647.e995aebac5746dd490cb81da400a4d9450b38353.mgorny@gentoo> (raw)

commit:     e995aebac5746dd490cb81da400a4d9450b38353
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 13:59:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 14:00:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e995aeba

dev-python/stestr: Bump to 4.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/stestr/Manifest            |  1 +
 dev-python/stestr/stestr-4.1.0.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest
index 310dea6bb7d3..6e0d03d61165 100644
--- a/dev-python/stestr/Manifest
+++ b/dev-python/stestr/Manifest
@@ -1 +1,2 @@
 DIST stestr-4.0.1.tar.gz 111695 BLAKE2B e9ced9237f3c889c2eb116b51645a6d8b86d8085e2991b421b8955772225342325eb66276f43e710a57d79392974cc42072e0a05b7022c666181b9ca66d51735 SHA512 a74b9278b1941da62af58a087a10e5a0624901ceb81dcdd25eab3a05f003756773551fe6eec46dfb371f7b726cf296abfe0116444fb32c94fb6811440ee22a58
+DIST stestr-4.1.0.tar.gz 113187 BLAKE2B 6bd423aaad6189c90fe9b43db9390e85a5f458cfa899c33bd34b1340ca7f111d2edd2981d9c664d63ec6b880a904b08a26c09c332548ac5f2ebdabd2bad6a00a SHA512 77287ffdfe59042c4d189aa6c662df4357633d3a134ea60a4533b5b8b1b433ffd6f265a430977da175f242cc1c8e8514f876a486cc900a436cf93ab629fe7b7d

diff --git a/dev-python/stestr/stestr-4.1.0.ebuild b/dev-python/stestr/stestr-4.1.0.ebuild
new file mode 100644
index 000000000000..ae45f1d2241a
--- /dev/null
+++ b/dev-python/stestr/stestr-4.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A parallel Python test runner built around subunit"
+HOMEPAGE="
+	https://github.com/mtreinish/stestr/
+	https://pypi.org/project/stestr/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+	>=dev-python/extras-1.0.0[${PYTHON_USEDEP}]
+	>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+	>=dev-python/subunit-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+	>=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	test? (
+		>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	stestr init || die
+	stestr run || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2023-09-18 14:01 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 14:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20  8:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/ Petr Vaněk
2023-11-25 16:39 Michał Górny
2023-11-25 16:16 Michał Górny
2023-11-08  9:11 Michał Górny
2023-11-08  9:11 Michał Górny
2022-10-24 19:52 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-09-23  8:13 Arthur Zamarin
2022-07-15 13:45 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-02-24 18:08 Michał Górny
2021-10-24  5:13 Arthur Zamarin
2021-10-17  9:41 Michał Górny
2021-09-22  7:37 Michał Górny
2021-09-07 17:04 Sam James
2021-07-25  3:16 Matt Turner
2021-05-26  6:49 Agostino Sarubbo
2021-05-24  1:34 Joshua Kinard
2021-04-25  9:18 Sergei Trofimovich
2021-04-22  9:16 Michał Górny
2021-04-22  7:36 Michał Górny
2021-02-22 22:20 Sam James
2021-02-22 22:20 Sam James
2021-01-24  0:07 Sam James
2020-10-15 23:24 Matthew Thode
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-02  4:31 Matthew Thode
2020-04-21 19:45 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-03-28 13:34 Michał Górny
2020-01-26 20:24 Matthew Thode
2019-01-28  0:25 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-09-14 20:14 Matt Thode
2018-08-30 17:50 Matt Thode
2018-07-25  7:07 Matt Thode
2018-03-31  0:59 Matt Thode
2018-02-17  1: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=1695045647.e995aebac5746dd490cb81da400a4d9450b38353.mgorny@gentoo \
    --to=mgorny@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