64 lines
2.6 KiB
XML
64 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-xlib</Name>
|
|
<Homepage>https://github.com/python-xlib/python-xlib</Homepage>
|
|
<Packager>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>LGPLv2+</License>
|
|
<IsA>library</IsA>
|
|
<Summary>X client library for Python3.</Summary>
|
|
<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="4ed29f45e653ebe258a719d935853699065a99ea" type="targz">https://github.com/python-xlib/python-xlib/archive/0.31.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>pip3</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-wheel</Dependency>
|
|
<Dependency>python3-setuptools-scm</Dependency>
|
|
<Dependency>python3-importlib_metadata</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-xlib</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-six</Dependency>
|
|
<Dependency>python3-wheel</Dependency>
|
|
<Dependency>python3-importlib_metadata</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2021-10-02</Date>
|
|
<Version>0.31</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<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>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|