python3-breathe: first rel

This commit is contained in:
bluedevil
2020-09-24 20:44:40 +02:00
parent e2d641c27f
commit 547e9efa53
3 changed files with 71 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-breathe</Name>
<Homepage>https://github.com/michaeljones/breathe</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>ReStructuredText and Sphinx bridge to Doxygen.</Summary>
<Description>python3-breathe is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.</Description>
<Archive sha1sum="91ea808877a72cd9c35f385e11f3f4067ee97341" type="targz">https://github.com/michaeljones/breathe/archive/v4.22.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-breathe</Name>
<Summary>ReStructuredText and Sphinx bridge to Doxygen.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/breathe-apidoc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>4.22.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-breathe</Name>
<Summary xml:lang="tr">Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü.</Summary>
<Description xml:lang="tr">python3-breathe, Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü sunar.</Description>
</Source>
</PISI>