python3-pyqt6-sip new package

This commit is contained in:
Rmys
2022-10-13 12:15:08 +03:00
parent 4472ca2d28
commit 6d8de57aeb
11 changed files with 636 additions and 265 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*", "README*")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyqt6-sip</Name>
<Homepage>https://riverbankcomputing.com/software/pyqt/intro</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<Summary>The sip module support for PyQt6</Summary>
<Icon>python3-pyqt6-sip</Icon>
<Description>The sip module support for PyQt6</Description>
<Archive sha1sum="ec4ba2015a799bbe6968a0b1f9a7bae301da1b21" type="targz">https://pypi.python.org/packages/source/P/PyQt6-sip/PyQt6_sip-13.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pyqt6-sip.patch</Patch>
<Patch level="1">python3-pyqt6-sip.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pyqt6-sip</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-10-08</Date>
<Version>13.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyqt6-sip</Name>
<Summary xml:lang="tr">The sip module support for PyQt6</Summary>
<Description xml:lang="tr">The sip module support for PyQt6</Description>
</Source>
</PISI>