summaryrefslogtreecommitdiff
path: root/dev-python/pytest-subtests
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pytest-subtests
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-subtests')
-rw-r--r--dev-python/pytest-subtests/Manifest2
-rw-r--r--dev-python/pytest-subtests/metadata.xml13
-rw-r--r--dev-python/pytest-subtests/pytest-subtests-0.15.0.ebuild32
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/pytest-subtests/Manifest b/dev-python/pytest-subtests/Manifest
deleted file mode 100644
index 3d1f96f1c9ca..000000000000
--- a/dev-python/pytest-subtests/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pytest_subtests-0.15.0.tar.gz 18525 BLAKE2B 42cb99fd34a60d20ed0d68e4c2f7ec7f7a73345832e4b02513a0fd0c818a051d8fc5262e5dbb58d610aed00b6a09d3d36b70ab60a9fe3e4854b418b890a67cac SHA512 777a4b379fbccbb0a9e697ad5e56a9c15da6c4d832ce94bf37f16adcf96275ac20d3a80185fe40b78fad11a7f652b8f8268af2e0f0af80befdd7a7616293cbb5
-DIST pytest_subtests-0.15.0.tar.gz.provenance 9814 BLAKE2B 6b5c12d372cc0d592e97e1ababb548683a4e4e559f38bc2553e70a23f75552756524ca516a05a0f1420abe79f9881d128ff9ea50b0f9f4b7ec858714e0f5f078 SHA512 c99f73b827bcca11927161c4654e4b46fcb879e6ee6270a388d0fe052ffd71e65399f33b996fcfc591a7bea5eeb8e1bdca77e1daf5d61ccb9ed3c7b5b1b42ed1
diff --git a/dev-python/pytest-subtests/metadata.xml b/dev-python/pytest-subtests/metadata.xml
deleted file mode 100644
index d4b4fb7fd54a..000000000000
--- a/dev-python/pytest-subtests/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">pytest-dev/pytest-subtests</remote-id>
- <remote-id type="pypi">pytest-subtests</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.15.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.15.0.ebuild
deleted file mode 100644
index 7202fcab4d15..000000000000
--- a/dev-python/pytest-subtests/pytest-subtests-0.15.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/pytest-dev/pytest-subtests
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unittest subTest() support and subtests fixture"
-HOMEPAGE="
- https://github.com/pytest-dev/pytest-subtests/
- https://pypi.org/project/pytest-subtests/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-7.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" pytest-xdist )
-distutils_enable_tests pytest