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/pytest-describe/
Date: Mon, 10 Apr 2023 05:30:17 +0000 (UTC)	[thread overview]
Message-ID: <1681104613.8b06ebf153940a82f95da7123f0bb7662000a5ac.mgorny@gentoo> (raw)

commit:     8b06ebf153940a82f95da7123f0bb7662000a5ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 05:15:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 05:30:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b06ebf1

dev-python/pytest-describe: Bump to 2.1.0

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

 dev-python/pytest-describe/Manifest                |  1 +
 .../pytest-describe/pytest-describe-2.1.0.ebuild   | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pytest-describe/Manifest b/dev-python/pytest-describe/Manifest
index 06e4322f13c3..59be3642f87e 100644
--- a/dev-python/pytest-describe/Manifest
+++ b/dev-python/pytest-describe/Manifest
@@ -1 +1,2 @@
 DIST pytest-describe-2.0.1.tar.gz 9793 BLAKE2B e7816cbc68e1ed1e2686ce3437cd0f59a52191d5413dbc9e0d6f9530a57728ad0917d86680b91228aa55ce689bc16c4da83595f87d82f9be9c4ce222c46fefea SHA512 c74362d5f1b0f3ff6d35d9049e82b7dc54be6755f1daa13366c47dee1ab9f1b1085d8c9719952d75c3c6c58b76a2c5f6b0162c78e53da71fe09bd91ed27f6bf2
+DIST pytest-describe-2.1.0.tar.gz 10272 BLAKE2B aa0ff1cdcdeeea7f5dee444502eb304415c91d4a54d7caa1b0daa3f6e9546947a51d6d801ca6befaf5f8633f0d4c770c9b7218e2ea1f0412d11a8b21abd3c284 SHA512 ca15a6d2c3bc42cf9bc7dd4359c4e6d1e793862ab256e1b43940f8d1605cb065d260128c6931a79226b5288caa67f0c3934650ce95aa413d65200c53fdc1f817

diff --git a/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild
new file mode 100644
index 000000000000..10bfaa76333c
--- /dev/null
+++ b/dev-python/pytest-describe/pytest-describe-2.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Describe-style plugin for pytest"
+HOMEPAGE="
+	https://github.com/pytest-dev/pytest-describe/
+	https://pypi.org/project/pytest-describe/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	<dev-python/pytest-8[${PYTHON_USEDEP}]
+	>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	test? (
+		dev-python/py[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# We need to disable some plugins because tests don't like unexpected
+	# output
+	PYTEST_ADDOPTS="-p no:flaky -p no:capturelog" epytest
+}


             reply	other threads:[~2023-04-10  5:30 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-10  5:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-23 15:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-describe/ Arthur Zamarin
2024-06-16 17:37 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:13 Arthur Zamarin
2024-02-11  3:35 Michał Górny
2023-11-25 15:14 Michał Górny
2023-11-24 16:05 Michał Górny
2023-11-05 18:26 Michał Górny
2023-05-13 16:06 Michał Górny
2023-05-13 10:48 Arthur Zamarin
2023-04-10  6:07 Michał Górny
2023-03-17 15:23 Michał Górny
2022-12-25 16:28 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16  9:52 Jakov Smolić
2022-05-14 17:46 Arthur Zamarin
2022-05-14 17:46 Arthur Zamarin
2021-12-15 16:54 Michał Górny
2021-12-15 16:48 Jakov Smolić
2021-11-13 21:24 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-19  7:34 Michał Górny
2021-06-08  4:03 Sam James
2021-06-08  4:03 Sam James
2021-05-20 20:16 Michał Górny
2021-05-20 20:16 Michał Górny
2020-12-11 12:58 Michał Górny
2020-05-04 11:44 Michał Górny
2020-04-29 11:18 Michał Górny
2020-02-05 20:11 Michał Górny
2018-08-05 14:09 Thomas Deutschmann
2018-08-04 20:21 Thomas Deutschmann

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=1681104613.8b06ebf153940a82f95da7123f0bb7662000a5ac.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