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-lazy-fixtures/
Date: Wed, 16 Jul 2025 02:43:07 +0000 (UTC)	[thread overview]
Message-ID: <1752632866.cd04afe14bea145a713c5f87b3bd89751a7c65b0.mgorny@gentoo> (raw)

commit:     cd04afe14bea145a713c5f87b3bd89751a7c65b0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 02:27:41 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 02:27:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd04afe1

dev-python/pytest-lazy-fixtures: Bump to 1.3.0

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

 dev-python/pytest-lazy-fixtures/Manifest           |  1 +
 .../pytest-lazy-fixtures-1.3.0.ebuild              | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest b/dev-python/pytest-lazy-fixtures/Manifest
index 55b8036a60fb..85d7055a7513 100644
--- a/dev-python/pytest-lazy-fixtures/Manifest
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -1,2 +1,3 @@
 DIST pytest_lazy_fixtures-1.1.4.tar.gz 7426 BLAKE2B 31b60ced8c9a1d7f6da128f1f70fe52baec92745496d68b5b64adf17108d304f94aa21f8511c5df4cc4e988e92764cc53f93bff3cb20334a1f76ef8299333db0 SHA512 d8547df290741dbafad43dffc08de05423240d27d30534169e51d44465794e57664331298cdfab291ec1cbed93b03e58887eec5b89e78b4dd3c96bbaaa8b4536
 DIST pytest_lazy_fixtures-1.2.0.tar.gz 32602 BLAKE2B 28710fd5c8a9c805de500af3bd474437a2c41ef5b9bcee4fe1fb9b4a1fc95c58d280f10ded722f25b08b14df5649854a1fa67ec587360c6a3fe190579d1bfc3c SHA512 7ba9c61fde2ee61fdf1a728c9aa59749e25c4ad7478ef28ae8afdec7e02e0d0f24ab3c8d30275ba564adbaf7357a056ffd4e634d13e4e2a505d14646c6941c6d
+DIST pytest_lazy_fixtures-1.3.0.tar.gz 33956 BLAKE2B 47954c0368d0082ad519f1e783508ecbb6cb66ce063b8bcc4626adc114d8f7f594d75587eacae9a2a677a678dad3ad7fcae1f4a50488181bad243fc7384873d6 SHA512 4e969dbc9b8badac36fbf5d2ef69949bf2e88a02311a7f6219cdccf7482390290b4a9a96f6a61e49899da5865a6cb0186aed7e21aa352f7908a184e204018376

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.0.ebuild b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.0.ebuild
new file mode 100644
index 000000000000..b0d8514407bc
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
+HOMEPAGE="
+	https://github.com/dev-petrov/pytest-lazy-fixtures/
+	https://pypi.org/project/pytest-lazy-fixtures/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	>=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	# test for pytest-deadfixtures compatibility
+	tests/test_deadfixtures_support.py
+)
+
+python_test() {
+	local EPYTEST_PLUGINS=( pytest-lazy-fixtures )
+	epytest
+}


             reply	other threads:[~2025-07-16  2:43 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-16  2:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-20 12:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/ Arthur Zamarin
2025-09-20 12:22 Arthur Zamarin
2025-09-20 11:44 Arthur Zamarin
2025-09-20 11:44 Arthur Zamarin
2025-09-20 10:42 Arthur Zamarin
2025-09-20 10:42 Arthur Zamarin
2025-09-17  3:31 Michał Górny
2025-08-28 17:12 Jakov Smolić
2025-08-20 11:02 Arthur Zamarin
2025-08-20  8:08 Sam James
2025-08-20  8:08 Sam James
2025-08-20  8:08 Sam James
2025-08-20  6:05 Michał Górny
2025-08-19  2:41 Michał Górny
2025-08-02 14:47 Michał Górny
2025-08-02 12:02 Arthur Zamarin
2025-07-18  4:39 Michał Górny
2025-07-18  4:39 Michał Górny
2025-07-17  2:41 Michał Górny
2025-07-13  3:16 Michał Górny
2025-06-14 14:56 Michał Górny
2025-06-14 13:54 Sam James
2025-05-28  4:57 Michał Górny
2025-05-26  6:52 Michał Górny
2025-05-17 11:37 Arthur Zamarin
2025-02-27 21:14 Michał Górny
2025-02-15  8:51 Arthur Zamarin
2025-01-26  3:31 Michał Górny
2024-08-10  7:31 Michał Górny
2024-08-10  7:25 Michał Górny
2024-07-23  3:18 Michał Górny
2024-07-18  1:56 Michał Górny
2024-05-28  9:41 Michał Górny
2024-04-06 12:41 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-22  5:45 Ionen Wolkens
2024-03-17  3:31 Michał Górny
2024-03-14 15:08 Michał Górny
2024-03-02 15:38 Arthur Zamarin
2024-02-23 18:00 Arthur Zamarin
2024-02-20 15:02 Jakov Smolić
2024-02-20 14:06 Jakov Smolić
2024-02-20  7:22 Sam James
2024-02-20  7:08 Sam James
2024-02-20  7:08 Sam James
2024-02-20  6:13 Michał Górny

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=1752632866.cd04afe14bea145a713c5f87b3bd89751a7c65b0.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