summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-pytest
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/sphinx-pytest
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-pytest')
-rw-r--r--dev-python/sphinx-pytest/Manifest1
-rw-r--r--dev-python/sphinx-pytest/metadata.xml13
-rw-r--r--dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild32
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest
deleted file mode 100644
index f1d853dcf869..000000000000
--- a/dev-python/sphinx-pytest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-pytest-0.3.0.gh.tar.gz 7824 BLAKE2B 51f03236258d579bf3de53bd276da0fc0a8d505fd18fe5bb255dd2422831816e15b4c24d6d18cb93f2c07bcfff89e03c58c716bb0a7c33af103c6f539e50bc3c SHA512 17195184349d3ea0f23763acc8ec65c3c8132d96ca4cd5fc7ef775202c5a062c465eb5af4ead9b365abf4243c9c1980a0ca9b151df9c3d0b0e83145948ed6824
diff --git a/dev-python/sphinx-pytest/metadata.xml b/dev-python/sphinx-pytest/metadata.xml
deleted file mode 100644
index f7907b42a5f7..000000000000
--- a/dev-python/sphinx-pytest/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">sphinx-extensions2/sphinx-pytest</remote-id>
- <remote-id type="pypi">sphinx_pytest</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild
deleted file mode 100644
index 55571b886aa7..000000000000
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
-HOMEPAGE="
- https://github.com/sphinx-extensions2/sphinx-pytest/
- https://pypi.org/project/sphinx_pytest/
-"
-SRC_URI="
- https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( "${PN}" )
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-distutils_enable_tests pytest