itstool-2.0.7 rebuild py3

This commit is contained in:
Rmys
2023-11-17 13:54:19 +03:00
committed by GitHub
parent ae0858e631
commit 2e45fc3baa
2 changed files with 13 additions and 1 deletions
+3
View File
@@ -4,8 +4,11 @@
# See the file http://www.gnu.org/copyleft/gpl.txt # See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
shelltools.export("PYTHON", "/usr/bin/python3")
def setup(): def setup():
autotools.configure() autotools.configure()
+10 -1
View File
@@ -12,7 +12,9 @@
<Summary>XML to PO and back again</Summary> <Summary>XML to PO and back again</Summary>
<Description>XML to PO and back again</Description> <Description>XML to PO and back again</Description>
<Archive sha1sum="52a7eacfe2b4303ecb0c6f8de1d2c01a951f9727" type="tarbz2">http://files.itstool.org/itstool/itstool-2.0.7.tar.bz2</Archive> <Archive sha1sum="52a7eacfe2b4303ecb0c6f8de1d2c01a951f9727" type="tarbz2">http://files.itstool.org/itstool/itstool-2.0.7.tar.bz2</Archive>
<Patches/> <BuildDependencies>
<Dependency>python3</Dependency>
</BuildDependencies>
<Patches> <Patches>
<!-- <Patch level="1">itstool-2.0.4-segfault-1.patch</Patch> --> <!-- <Patch level="1">itstool-2.0.4-segfault-1.patch</Patch> -->
</Patches> </Patches>
@@ -26,6 +28,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2023-11-17</Date>
<Version>2.0.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2022-12-06</Date> <Date>2022-12-06</Date>
<Version>2.0.7</Version> <Version>2.0.7</Version>