diff options
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/Manifest b/dev-python/sphinxcontrib-programoutput/Manifest deleted file mode 100644 index 0fbad188abaa..000000000000 --- a/dev-python/sphinxcontrib-programoutput/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib_programoutput-0.19.tar.gz 27534 BLAKE2B 8a76c7c5026faac12bea50b5ba95e3e866069fb3f775c098af4523fa41cf2ae15458fa33a08c6dbef1fef7bed130bc20f281705acefa2a200e1d8c41d004a185 SHA512 817553a2ac53f08125725bdc16268af804c484ba99f27e5584719f3fc53e15d44ca0874e3af45cfeb5074b20cb464ee3c3444973f51b4495d6a2c3d735524738 diff --git a/dev-python/sphinxcontrib-programoutput/metadata.xml b/dev-python/sphinxcontrib-programoutput/metadata.xml deleted file mode 100644 index 5fee52682a79..000000000000 --- a/dev-python/sphinxcontrib-programoutput/metadata.xml +++ /dev/null @@ -1,31 +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> - <longdescription lang="en"> - A Sphinx extension to literally insert the output of arbitrary - commands into documents, helping you to keep your command examples - up to date. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">sphinxcontrib-programoutput</remote-id> - <remote-id type="github">OpenNTI/sphinxcontrib-programoutput</remote-id> - <bugs-to> - https://github.com/OpenNTI/sphinxcontrib-programoutput/issues - </bugs-to> - <changelog> - https://raw.githubusercontent.com/OpenNTI/sphinxcontrib-programoutput/master/CHANGES.rst - </changelog> - <doc lang="en"> - https://sphinxcontrib-programoutput.readthedocs.org - </doc> - <maintainer> - <name>Jason Madden</name> - <email>jason@nextthought.com</email> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.19.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.19.ebuild deleted file mode 100644 index 2ab3c9e24a40..000000000000 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.19.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Extension to sphinx to include program output" -HOMEPAGE=" - https://github.com/OpenNTI/sphinxcontrib-programoutput/ - https://pypi.org/project/sphinxcontrib-programoutput/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/furo - -python_test() { - local EPYTEST_DESELECT=( - # requires 'erbsland' - test_directive.py::TestDirective::test_use_ansi_enabled_extension - ) - - epytest --pyargs sphinxcontrib.programoutput.tests -} |
