Merge pull request #6088 from Rmys/master

unoconv:make python3
This commit is contained in:
Rmys
2018-12-04 11:45:30 +03:00
committed by GitHub
2 changed files with 9 additions and 7 deletions
+4 -5
View File
@@ -4,14 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
pythonmodules.compile(pyVer = "3")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pythonmodules.install(pyVer = "3")
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "README*")
pisitools.dodoc("ChangeLog", "COPYING", "README*")
+5 -2
View File
@@ -16,6 +16,8 @@
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -27,6 +29,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
@@ -35,9 +38,9 @@
<History>
<Update release="5">
<Date>2018-08-05</Date>
<Date>2018-11-04</Date>
<Version>0.8.2</Version>
<Comment>Version bump</Comment>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>