commit: 244925db892644136574a244a90d887b4da213d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 06:17:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 24 06:40:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244925db
dev-python/fixtures: Bump to 4.2.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fixtures/Manifest | 1 +
dev-python/fixtures/fixtures-4.2.8.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/fixtures/Manifest b/dev-python/fixtures/Manifest
index f3eb26a03c66..7991f8f0061e 100644
--- a/dev-python/fixtures/Manifest
+++ b/dev-python/fixtures/Manifest
@@ -1 +1,2 @@
DIST fixtures-4.2.6.tar.gz 46938 BLAKE2B
12ac91812b4831f84ee71f80b9e8ee955b4375f3107330e2d1b679731afc3c6b764a51fb52f50fdf458568a44f1eb06002aaf3ff8faf2625d8ab5ab6960744fb
SHA512
58c0dec249071f7ff6dc8063ad52a54b43a518d01758b3979b62393f2d58ff39fc58e20b1324eb1f8518cb4b155859777c6d7570c09551ef2baee4167cd7ac6d
+DIST fixtures-4.2.8.tar.gz 46738 BLAKE2B
22f8265e7da782acbc867256392599fd92992bdd86df273eeda1816cd97b50e674858fca8ffc813afe1e38ba48ed7e28f1881dea13d80d325ae175a6b76b89d2
SHA512
c2844764ba493301c5d14e7f31a65cca371a7d3134277eb6aad49ad3c6e42848f6dbdad31837652ef27dfcbe19a03890f8fa6dcfc8e877460eae6083de278227
diff --git a/dev-python/fixtures/fixtures-4.2.8.ebuild
b/dev-python/fixtures/fixtures-4.2.8.ebuild
new file mode 100644
index 000000000000..133781cd039b
--- /dev/null
+++ b/dev-python/fixtures/fixtures-4.2.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fixtures, reusable state for writing clean tests and more"
+HOMEPAGE="
+ https://github.com/testing-cabal/fixtures/
+ https://pypi.org/project/fixtures/
+"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/testtools-2.5.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest