python3-xlib:ver bump and translations
This commit is contained in:
@@ -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")
|
||||
@@ -10,10 +10,10 @@
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>LGPLv2+</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>X client library for Python3.</Summary>
|
||||
<Description>X client library for Python3.</Description>
|
||||
<Archive sha1sum="e80c36fe4a98b44344d2e914add1e839d1b75f6a" type="targz">https://github.com/python-xlib/python-xlib/archive/0.26.tar.gz</Archive>
|
||||
<Description>The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.</Description>
|
||||
<Archive sha1sum="41e7814290c5a2d47d301ed8df0bce964a66818b" type="targz">https://github.com/python-xlib/python-xlib/archive/0.27.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -24,6 +24,7 @@
|
||||
<Name>python3-xlib</Name>
|
||||
<Summary>X client library for Python3.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -33,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-08</Date>
|
||||
<Version>0.27</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>0.26</Version>
|
||||
@@ -41,4 +49,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-xlib</Name>
|
||||
<Summary xml:lang="tr">Python için X istemci kitaplığı.</Summary>
|
||||
<Description xml:lang="tr">python3-xlib, python için X istemci kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user