python-udev:rebuilt

This commit is contained in:
blue-devil
2020-01-21 02:00:15 +03:00
parent 1919c10886
commit 9303df62b0
3 changed files with 37 additions and 9 deletions
@@ -13,6 +13,4 @@ def build():
def install():
pythonmodules.install()
pisitools.remove("/usr/lib/%s/site-packages/pyudev/pyside.py" % get.curPYTHON())
pisitools.dodoc("CHANGES.rst", "COPYING", "PKG-INFO", "README.rst")
pisitools.remove("/usr/lib/%s/site-packages/pyudev/pyside.py" % get.curPYTHON())
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-udev</Name>
@@ -8,6 +8,7 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Python bindings for libudev library</Summary>
@@ -21,6 +22,7 @@
<Package>
<Name>python-udev</Name>
<Summary>Python bindings for libudev library</Summary>
<RuntimeDependencies>
<!--Dependency>python-pygobject</Dependency-->
</RuntimeDependencies>
@@ -29,8 +31,22 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<!--
<Package>
<Name>python-udev-qt5</Name>
<Summary>Qt5 bindings for libudev library</Summary>
<Description>These bindings provide udev capability for Python programs where Qt5 is used.</Description>
<RuntimeDependencies>
<Dependency>python-udev</Dependency>
<Dependency>python-qt5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*/site-packages/pyudev/pyqt5.py</Path>
<Path fileType="library">/usr/lib/python2*/site-packages/pyudev/__pycache__/pyqt5.*</Path>
</Files>
</Package>
<!--Package>
<Package>
<Name>python-udev-qt</Name>
<Summary>Qt bindings for libudev library</Summary>
<Description>These bindings provide udev capability for Python programs where Qt is used.</Description>
@@ -41,9 +57,17 @@
<Files>
<Path fileType="library">/usr/lib/python2*/site-packages/pyudev/pyqt4.py</Path>
</Files>
</Package-->
</Package>
-->
<History>
<Update release="6">
<Date>2020-01-20</Date>
<Version>0.21.0</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-19</Date>
<Version>0.21.0</Version>
@@ -80,4 +104,4 @@
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,11 +5,17 @@
<Summary xml:lang="tr">libudev için Python bağlayıcısı</Summary>
<Description xml:lang="tr">Bu bağlayıcı, Python programlarında, udev kitaplığı olan libudev'in işlevselliğinden yararlanmayı sağlar.</Description>
</Source>
<!--
<Package>
<Name>python-udev-qt5</Name>
<Summary xml:lang="tr">libudev için Qt5 bağlayıcısı</Summary>
<Description xml:lang="tr">Bu bağlayıcı, Qt5 kullanan Python programlarının, udev kitaplığı olan libudev'i kullanabilmesini sağlar.</Description>
</Package>
<Package>
<Name>python-udev-qt</Name>
<Summary xml:lang="tr">libudev için Qt bağlayıcısı</Summary>
<Description xml:lang="tr">Bu bağlayıcı, Qt kullanan Python programlarının, udev kitaplığı olan libudev'i kullanabilmesini sağlar.</Description>
</Package>
</PISI>
-->
</PISI>