From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD2E1158176 for ; Mon, 13 Oct 2025 02:55:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A4B45340E9F for ; Mon, 13 Oct 2025 02:55:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C5C81110573; Mon, 13 Oct 2025 02:55:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BC353110573 for ; Mon, 13 Oct 2025 02:55:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75A8A33D9AD for ; Mon, 13 Oct 2025 02:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065643AD4 for ; Mon, 13 Oct 2025 02:55:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1760324130.a1d9c8ea222ed8fe0fbdebced6deb03c693271bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-classes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-fixture-classes/Manifest dev-python/pytest-fixture-classes/pytest-fixture-classes-1.0.4.ebuild X-VCS-Directories: dev-python/pytest-fixture-classes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a1d9c8ea222ed8fe0fbdebced6deb03c693271bf X-VCS-Branch: master Date: Mon, 13 Oct 2025 02:55:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb74d3e6-083d-494b-8d04-93fa8ca4686e X-Archives-Hash: a6064f8534c9263ba5ca75bd8e5af0f9 commit: a1d9c8ea222ed8fe0fbdebced6deb03c693271bf Author: Michał Górny gentoo org> AuthorDate: Mon Oct 13 02:32:17 2025 +0000 Commit: Michał Górny gentoo 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 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