python3-distro:ver bump translation added

This commit is contained in:
blue-devil
2020-04-08 00:28:57 +03:00
parent ad2c73829b
commit 111c36a870
3 changed files with 21 additions and 5 deletions
@@ -5,10 +5,9 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Linux Distribution - a Linux OS platform information API</Summary>
<Description>Linux Distribution - a Linux OS platform information API</Description>
<Archive sha1sum="2404e5310e3205565164a4becae9f90964447401" type="targz">https://github.com/nir0s/distro/archive/v1.4.0.tar.gz</Archive>
<Archive sha1sum="a8f1fc582ae196aeefe93dbb89931094f9234704" type="targz">https://github.com/nir0s/distro/archive/v1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -22,17 +22,26 @@
<Package>
<Name>python3-distro</Name>
<Summary>Linux Distribution - a Linux OS platform information API</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/distro</Path>
<Path fileType="doc">/usr/share/doc/python3-distro</Path>
<Path fileType="executable">/usr/bin/distro</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-04-07</Date>
<Version>1.5.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-27</Date>
<Version>1.4.0</Version>
@@ -41,4 +50,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-distro</Name>
<Summary xml:lang="tr">Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi</Summary>
<Description xml:lang="tr">python3-distro, Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi olabılecek uygulama ve python kitaplığı sunarç</Description>
</Source>
</PISI>