summaryrefslogtreecommitdiff
path: root/dev-python/fixtures
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-23 22:19:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-23 22:19:16 +0000
commit0fbdfe85d857bb54b2dcd533e61da516fff20d46 (patch)
tree3e87c1f6e9d9c72135f188960fcd48b779629f07 /dev-python/fixtures
parent34ddcb7be8f5a507d9a302d63f42e0c1edbe8a9d (diff)
downloadbaldeagleos-repo-0fbdfe85d857bb54b2dcd533e61da516fff20d46.tar.gz
baldeagleos-repo-0fbdfe85d857bb54b2dcd533e61da516fff20d46.tar.xz
baldeagleos-repo-0fbdfe85d857bb54b2dcd533e61da516fff20d46.zip
Adding metadata
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r--dev-python/fixtures/Manifest1
-rw-r--r--dev-python/fixtures/fixtures-4.2.5.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/fixtures/Manifest b/dev-python/fixtures/Manifest
index 9b696cd19d6f..f3eb26a03c66 100644
--- a/dev-python/fixtures/Manifest
+++ b/dev-python/fixtures/Manifest
@@ -1,2 +1 @@
-DIST fixtures-4.2.5.tar.gz 48191 BLAKE2B 7d880de3ba78e09aad38750da685d23b794fd2b0063b76ff818c676f5030ad5c36660b0bd61c4f68a0e02e620c3afb135dba4a36b30506e25f8a30ddfdac1028 SHA512 43b1d6216e7feff925d4906d1247c7c6a95cf9221be2323d0b9898a94c44095f657d6adeceeebcccea0b65caee96569127905effb07ac04712d780714512c57c
DIST fixtures-4.2.6.tar.gz 46938 BLAKE2B 12ac91812b4831f84ee71f80b9e8ee955b4375f3107330e2d1b679731afc3c6b764a51fb52f50fdf458568a44f1eb06002aaf3ff8faf2625d8ab5ab6960744fb SHA512 58c0dec249071f7ff6dc8063ad52a54b43a518d01758b3979b62393f2d58ff39fc58e20b1324eb1f8518cb4b155859777c6d7570c09551ef2baee4167cd7ac6d
diff --git a/dev-python/fixtures/fixtures-4.2.5.ebuild b/dev-python/fixtures/fixtures-4.2.5.ebuild
deleted file mode 100644
index 9ab0f7db1377..000000000000
--- a/dev-python/fixtures/fixtures-4.2.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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_{10..14} )
-
-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