* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-20 6:05 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-08-20 6:05 UTC (permalink / raw
To: gentoo-commits
commit: fd7052d26b9bb3dcba9dcb6a9b7becbd32795203
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 05:22:00 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 06:05:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7052d2
dev-python/pytest-fixture-classes: New package, 1.0.3
New NIH test dependency for dev-python/pytest-lazy-fixtures.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-fixture-classes/Manifest | 1 +
dev-python/pytest-fixture-classes/metadata.xml | 12 ++++++++
.../pytest-fixture-classes-1.0.3.ebuild | 32 ++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/pytest-fixture-classes/Manifest b/dev-python/pytest-fixture-classes/Manifest
new file mode 100644
index 000000000000..becbaee92da8
--- /dev/null
+++ b/dev-python/pytest-fixture-classes/Manifest
@@ -0,0 +1 @@
+DIST pytest-fixture-classes-1.0.3.gh.tar.gz 15645 BLAKE2B fae0681761958826460a946af7f033269a66fc90ad2b12b44d8336869e9f6a4016319846820f8e3204c44fd0feff5bd9125e2c5f350f07c0f7297a02aaf8800e SHA512 cfe2af8f80e4c75b0979d9b310d1655bad81a81f3c50a1052bff85c4ce892c2f530a72d9cd8c6d286b076dc2c37db6b0ce50cd939361fd7d4395c60989371dc8
diff --git a/dev-python/pytest-fixture-classes/metadata.xml b/dev-python/pytest-fixture-classes/metadata.xml
new file mode 100644
index 000000000000..cd7d8cdac2c1
--- /dev/null
+++ b/dev-python/pytest-fixture-classes/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">zmievsa/pytest-fixture-classes</remote-id>
+ <remote-id type="pypi">pytest-fixture-classes</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
new file mode 100644
index 000000000000..fcb5204943f7
--- /dev/null
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Fixtures as classes"
+HOMEPAGE="
+ https://github.com/zmievsa/pytest-fixture-classes/
+ https://pypi.org/project/pytest-fixture-classes/
+"
+# No tests in 1.0.3
+SRC_URI="
+ https://github.com/zmievsa/pytest-fixture-classes/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-20 8:08 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-20 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 9959a70dfc1f82353303b8c8c41d81896b626545
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 08:07:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 08:07:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959a70d
dev-python/pytest-fixture-classes: Keyword 1.0.3 arm, #961816
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index fcb5204943f7..6e9fcea141a1 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-20 8:08 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-20 8:08 UTC (permalink / raw
To: gentoo-commits
commit: bf320713a2e00dfc23804b49a3947ccc3c01d8f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 08:07:52 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 08:07:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf320713
dev-python/pytest-fixture-classes: Keyword 1.0.3 arm64, #961816
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 6e9fcea141a1..8851255cc2c4 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-20 8:08 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-20 8:08 UTC (permalink / raw
To: gentoo-commits
commit: a5a11e51e64cafdd84b580cb9c9be76d2f10d75b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 08:07:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 08:07:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a11e51
dev-python/pytest-fixture-classes: Keyword 1.0.3 x86, #961816
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 8851255cc2c4..817bd6849a36 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-20 11:02 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-08-20 11:02 UTC (permalink / raw
To: gentoo-commits
commit: cad9fe44c2cffafbd78143658eb825f59b971fce
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 11:02:41 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 11:02:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad9fe44
dev-python/pytest-fixture-classes: Keyword 1.0.3 alpha, #961816
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 817bd6849a36..74f93de8da36 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-08-28 17:12 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2025-08-28 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 1d4975643694da6aa857c3d48e1aa47ba836c8f3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 17:12:38 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 17:12:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d497564
dev-python/pytest-fixture-classes: Keyword 1.0.3 riscv, #961816
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 74f93de8da36..ef6ba1ed8790 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~riscv ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 10:42 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 10:42 UTC (permalink / raw
To: gentoo-commits
commit: a7368cd3acf0f8c4f43cd698fbcb059484f76f06
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 10:42:27 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 10:42:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7368cd3
dev-python/pytest-fixture-classes: Keyword 1.0.3 mips, #961816
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 052de3ddde38..f38f2bf9c3b7 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 10:42 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 1938018feb417fa2e4e4c0c8d7b7e7535d06882e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 10:42:30 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 10:42:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1938018f
dev-python/pytest-fixture-classes: Keyword 1.0.3 s390, #961816
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index f38f2bf9c3b7..bf755021b481 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 11:44 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 11:44 UTC (permalink / raw
To: gentoo-commits
commit: edd98d18a5dd19f7d4d67b45e86831dee51a5dbb
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 11:43:53 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 11:43:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd98d18
dev-python/pytest-fixture-classes: Stabilize 1.0.3 amd64, #963142
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index bf755021b481..64719a789633 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 11:44 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 1b2ced7e44615cf53bfee48ae63f20c44b00eff3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 11:43:55 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 11:43:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2ced7e
dev-python/pytest-fixture-classes: Stabilize 1.0.3 x86, #963142
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 64719a789633..27871823dd6a 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 12:22 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 12:22 UTC (permalink / raw
To: gentoo-commits
commit: 6277ed30098ad4a0144cc049d30f01480225a5e8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 12:22:38 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 12:22:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6277ed30
dev-python/pytest-fixture-classes: Stabilize 1.0.3 ppc64, #963142
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 27871823dd6a..99c9343ff68e 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-09-20 12:22 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-09-20 12:22 UTC (permalink / raw
To: gentoo-commits
commit: 4fbaaaa37e8030afeb298b653e75f2ed13dcbeae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 12:22:39 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 12:22:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbaaaa3
dev-python/pytest-fixture-classes: Stabilize 1.0.3 arm64, #963142
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
index 99c9343ff68e..3d5e1b16d901 100644
--- a/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
+++ b/dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc64 ~riscv ~s390 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ppc64 ~riscv ~s390 x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/
@ 2025-10-13 2:55 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-10-13 2:55 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-10-13 2:55 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-20 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-10-13 2:55 Michał Górny
2025-09-20 12:22 Arthur Zamarin
2025-09-20 12:22 Arthur Zamarin
2025-09-20 11:44 Arthur Zamarin
2025-09-20 10:42 Arthur Zamarin
2025-09-20 10:42 Arthur Zamarin
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox