commit: a1d9c8ea222ed8fe0fbdebced6deb03c693271bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 02:32:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 02:55:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d9c8ea
dev-python/pytest-fixture-classes: Bump to 1.0.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-fixture-classes/Manifest | 1 +
.../pytest-fixture-classes-1.0.4.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/pytest-fixture-classes/Manifest
b/dev-python/pytest-fixture-classes/Manifest
index becbaee92da8..2c94f584c30d 100644
--- a/dev-python/pytest-fixture-classes/Manifest
+++ b/dev-python/pytest-fixture-classes/Manifest
@@ -1 +1,2 @@
DIST pytest-fixture-classes-1.0.3.gh.tar.gz 15645 BLAKE2B
fae0681761958826460a946af7f033269a66fc90ad2b12b44d8336869e9f6a4016319846820f8e3204c44fd0feff5bd9125e2c5f350f07c0f7297a02aaf8800e
SHA512
cfe2af8f80e4c75b0979d9b310d1655bad81a81f3c50a1052bff85c4ce892c2f530a72d9cd8c6d286b076dc2c37db6b0ce50cd939361fd7d4395c60989371dc8
+DIST pytest_fixture_classes-1.0.4.tar.gz 58193 BLAKE2B
803f962bd50544aa68a9a5cb1faf66c3b6d7f87dded9c55f317a8511a101c08b3f8a1b6232f7f134b9270b24045b6e7f23144346ca804b884f01f63c988661f2
SHA512
a4d8ca3eb12d42962e61a72826fe9b22a9c24108fadaa82ed06d503074df7411703be9d8078f60d51bf8b9d773b2a75d556df3d63a18db9da3219dc20407d0f4
diff --git
a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.4.ebuild
b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.4.ebuild
new file mode 100644
index 000000000000..cb0cfa5be65c
--- /dev/null
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 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="Fixtures as classes"
+HOMEPAGE="
+ https://github.com/zmievsa/pytest-fixture-classes/
+ https://pypi.org/project/pytest-fixture-classes/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio )
+distutils_enable_tests pytest