dev-python/repoze-sphinx-autointerface: new package, add 1.0.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-02-04 16:06:59 -05:00
parent 8d916d9cbf
commit 37e62beb06
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.
</longdescription>
<upstream>
<maintainer>
<name>Agendaless Consulting</name>
<email>repoze-dev@lists.repoze.org</email>
</maintainer>
<changelog>https://github.com/repoze/repoze.sphinx.autointerface/blob/master/CHANGES.rst</changelog>
<doc>https://github.com/repoze/repoze.sphinx.autointerface/</doc>
<bugs-to>https://github.com/repoze/repoze.sphinx.autointerface/issues</bugs-to>
<remote-id type="github">repoze/repoze.sphinx.autointerface</remote-id>
<remote-id type="pypi">repoze.sphinx.autointerface</remote-id>
</upstream>
</pkgmetadata>