Files
main/programming/language/python3/python3-sphinx/pspec.xml
T
2019-01-29 13:56:34 +03:00

65 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sphinx</Name>
<Homepage>http://sphinx.pocoo.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>app:console</IsA>
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
<Description>It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
<Archive sha1sum="d374d466a6d6b4fcf1df997ae580d66480134ea8" type="targz">https://files.pythonhosted.org/packages/8b/7e/b188d9a3b9c938e736e02a74c1363c2888e095d770df2c72b4c312f9fdcb/Sphinx-1.6.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-sphinx-alabaster-theme</Dependency>
<Dependency>python3-Babel</Dependency>
<Dependency>python3-imagesize</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>python3-sphinx</Name>
<RuntimeDependencies>
<Dependency>docutils</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-Jinja2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-sphinx/LICENSE</Path>
</Files>
</Package>
<Package>
<Name>python3-sphinx-docs</Name>
<Summary>Documentation files for python3-sphinx</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-28</Date>
<Version>1.6.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>