python3-poetry-core, python3-qtpy new package
This commit is contained in:
@@ -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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE*", "README*")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-qtpy</Name>
|
||||
<Homepage>https://github.com/spyder-ide/qtpy/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Provides an uniform layer to support PyQt5 and PySide2 with a single codebase</Summary>
|
||||
<Icon>python3-qtpy</Icon>
|
||||
<Description>Provides an uniform layer to support PyQt5 and PySide2 with a single codebase</Description>
|
||||
<Archive sha1sum="bf8f15762ad8e79bc1ddfdb4c499d6131df24051" type="targz">https://github.com/spyder-ide/qtpy/archive/refs/tags/v2.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-qtpy.patch</Patch>
|
||||
<Patch level="1">python3-qtpy.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-qtpy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-06-11</Date>
|
||||
<Version>2.3.1</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-qtpy</Name>
|
||||
<Summary xml:lang="tr">Provides an uniform layer to support PyQt5 and PySide2 with a single codebase</Summary>
|
||||
<Description xml:lang="tr">Provides an uniform layer to support PyQt5 and PySide2 with a single codebase</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user