summaryrefslogtreecommitdiff
blob: 041af993658d7ea2ccdcea9cb9138ebd64a75d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <maintainer type="person">
    <email>lssndrbarbieri@gmail.com</email>
    <name>Alessandro Barbieri</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</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>