59 lines
2.2 KiB
XML
59 lines
2.2 KiB
XML
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-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 python based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
|
|
<Archive sha1sum="448cdb89d96c85993e01fe793ce7786494cbcda7" type="targz">http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>docutils</Dependency>
|
|
<Dependency>python-Pygments</Dependency>
|
|
<Dependency>python-Jinja2</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">remove_docutils.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-sphinx</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>docutils</Dependency>
|
|
<Dependency>python-Pygments</Dependency>
|
|
<Dependency>python-Jinja2</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib/python*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python-sphinx/LICENSE</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>python-sphinx-docs</Name>
|
|
<Summary>Documentation files for python-sphinx</Summary>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-sphinx</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2015-07-27</Date>
|
|
<Version>1.3.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|