summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-issues
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/sphinx-issues
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-issues')
-rw-r--r--dev-python/sphinx-issues/Manifest2
-rw-r--r--dev-python/sphinx-issues/metadata.xml13
-rw-r--r--dev-python/sphinx-issues/sphinx-issues-6.0.0.ebuild32
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/sphinx-issues/Manifest b/dev-python/sphinx-issues/Manifest
deleted file mode 100644
index 6ac8876bacd3..000000000000
--- a/dev-python/sphinx-issues/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sphinx_issues-6.0.0.tar.gz 15230 BLAKE2B ddcb3f46bb4ede894a31cb6786b7d58380c26c2f716e6dfe1c0d88c14862c508cecd1b42612eaa3dd9e53f82a32656452626e1b4020ba9b6c586e7a9910c22b8 SHA512 b7a2b573e291e491d2ce0abaa85a0d0e9d121d2ad0624d7ca046a726f44618e0ed9956dab2b5ee630de2d1a3510bec1a134c02723f0aaa2b271d1e8194051c2b
-DIST sphinx_issues-6.0.0.tar.gz.provenance 9542 BLAKE2B c2ce42c0cdc9812dbc8808ac7f5ff31dda9903c18d6dd2edf3f1f92f74bc014b794f1c0caca575ee5138f46ae9fbaeff11dbc91a2161ab291656f0947d96dce2 SHA512 9cf1ce5cef0593d56fb531dd921b61d099df55fa8b0b4478f2280d97adb32e46ffac84590386ab454883048d10e7e31cf4be77a48052b856beb720d88694e2c4
diff --git a/dev-python/sphinx-issues/metadata.xml b/dev-python/sphinx-issues/metadata.xml
deleted file mode 100644
index 44e60c208ad6..000000000000
--- a/dev-python/sphinx-issues/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches />
- <upstream>
- <bugs-to>https://github.com/sloria/sphinx-issues/issues</bugs-to>
- </upstream>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-python/sphinx-issues/sphinx-issues-6.0.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-6.0.0.ebuild
deleted file mode 100644
index ff6ea04526d2..000000000000
--- a/dev-python/sphinx-issues/sphinx-issues-6.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2019-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_VERIFY_REPO=https://github.com/sloria/sphinx-issues
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="
- https://github.com/sloria/sphinx-issues/
- https://pypi.org/project/sphinx-issues/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
-
-RDEPEND="
- >=dev-python/sphinx-8.1.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # doesn't work in our pep517 install
- tests/test_sphinx_issues.py::test_sphinx_build_integration
-)