public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-bdd/
Date: Sun,  7 Nov 2021 08:40:41 +0000 (UTC)	[thread overview]
Message-ID: <1636274274.ab18eb6f8572af5ef6b4e3643b8aebb2aef1df75.ionen@gentoo> (raw)

commit:     ab18eb6f8572af5ef6b4e3643b8aebb2aef1df75
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 06:31:43 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 08:37:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab18eb6f

dev-python/pytest-bdd: add 5.0.0

4.1.0 will be kept for an extended period given may need migration.

This /would/ break some of qutebrowser tests due to a change with how
it treats < used for keys in e.g. "<tab>", but these end2end tests were
already skipped due to QT IPC path length limitations (see ebuild).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/pytest-bdd/Manifest                |  1 +
 dev-python/pytest-bdd/pytest-bdd-5.0.0.ebuild | 38 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-bdd/Manifest b/dev-python/pytest-bdd/Manifest
index 6a2dda08483..d95a711031b 100644
--- a/dev-python/pytest-bdd/Manifest
+++ b/dev-python/pytest-bdd/Manifest
@@ -1 +1,2 @@
 DIST pytest-bdd-4.1.0.tar.gz 61079 BLAKE2B 3bf7863b7244e0fa02de48f3c8d113427c9a9d546d1a5d95dbc025bcdf0bd60931fac55d7328c96a3b29b8b15da833c85c089cee19ee4f8a2bc639dd1b3c4e59 SHA512 54ce5ae2f7b3deff7d436d42f80fc47892707eb1e6e76469dda9753ff0b2d727bb47b5be300eadccadd87838aee43130fec5dff6441353eb07c0787c84d55afa
+DIST pytest-bdd-5.0.0.tar.gz 61174 BLAKE2B 6dd1d53614226d3515b0f61f71822363b559aa45789bab7f3416c75e603e87a1fe48627f36862f44bfa7ac6ec5023ad8afde6054ec67fc9a2e756be7de729fd1 SHA512 827e57d410b05207b6c646062ddb54b677e22441311820d3bd406df202b6e9344dedf59cd4868e89cfbf8606fe3f15559e4cc3958d100e4fa74f9b864e6faada

diff --git a/dev-python/pytest-bdd/pytest-bdd-5.0.0.ebuild b/dev-python/pytest-bdd/pytest-bdd-5.0.0.ebuild
new file mode 100644
index 00000000000..e429be77bf7
--- /dev/null
+++ b/dev-python/pytest-bdd/pytest-bdd-5.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="BDD library for the pytest runner"
+HOMEPAGE="https://pypi.org/project/pytest-bdd/"
+SRC_URI="https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/glob2[${PYTHON_USEDEP}]
+	dev-python/mako[${PYTHON_USEDEP}]
+	dev-python/parse[${PYTHON_USEDEP}]
+	dev-python/parse_type[${PYTHON_USEDEP}]
+	dev-python/py[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+
+distutils_enable_tests --install pytest
+
+DOCS=( AUTHORS.rst CHANGES.rst README.rst )
+
+src_test() {
+	# terminal_reporter test needs exact wrapping
+	local -x COLUMNS=80
+
+	# hooks output parsing may be affected by other pytest-*, e.g. tornasync
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	local -x PYTEST_PLUGINS=pytest_bdd.plugin
+
+	distutils-r1_src_test
+}


             reply	other threads:[~2021-11-07  8:40 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-07  8:40 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-26 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-bdd/ Ionen Wolkens
2024-09-22  1:05 Ionen Wolkens
2024-06-22 15:01 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-05  0:42 Ionen Wolkens
2024-03-30 12:37 Arthur Zamarin
2024-03-20  7:17 Ionen Wolkens
2024-03-18  4:58 Michał Górny
2024-03-05  8:15 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2023-12-19 11:22 Sam James
2023-12-03 15:38 Michał Górny
2023-11-24 16:45 Arthur Zamarin
2023-11-09 15:49 Ionen Wolkens
2023-11-04  9:06 Sam James
2023-10-10 21:26 Ionen Wolkens
2023-05-29 13:48 Ionen Wolkens
2022-11-21  5:37 Ionen Wolkens
2022-11-21  5:37 Ionen Wolkens
2022-11-21  5:37 Ionen Wolkens
2022-11-16 18:57 Ionen Wolkens
2022-11-09 19:21 Ionen Wolkens
2022-11-09 17:44 Michał Górny
2022-11-05 22:09 Ionen Wolkens
2022-11-05 20:22 Ionen Wolkens
2022-08-11  7:37 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-07-11 22:57 Ionen Wolkens
2022-07-07 16:24 Ionen Wolkens
2022-07-05  8:22 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2021-12-10 17:46 Michał Górny
2021-12-10 12:16 Jakov Smolić
2021-11-07  8:40 Ionen Wolkens
2021-11-07  8:40 Ionen Wolkens
2021-10-22 14:35 Agostino Sarubbo
2021-10-19  0:12 Sam James
2021-10-15 15:53 Ionen Wolkens

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=1636274274.ab18eb6f8572af5ef6b4e3643b8aebb2aef1df75.ionen@gentoo \
    --to=ionen@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