mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-29 00:07:27 +03:00
Closes: https://bugs.gentoo.org/700208 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?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">NextThought/sphinxcontrib-programoutput</remote-id>
|
|
<bugs-to>
|
|
https://github.com/NextThought/sphinxcontrib-programoutput/issues
|
|
</bugs-to>
|
|
<changelog>
|
|
https://raw.githubusercontent.com/NextThought/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>
|