python3-poetry-core, python3-qtpy new package

This commit is contained in:
Rmys
2023-06-12 12:00:48 +03:00
parent a634474f3b
commit 1e3878cd8f
10 changed files with 2198 additions and 1243 deletions
+2047 -1241
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
82f77a7715847e7394f61a114250dff214902389
9fb0b458e25d8bc99342f6d276648a8d95459954
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d3e7ad076e88111d20c04a4b97b4fe1b3f6e906e
de6192cd654dbed2e25965c3663eb2156227f86b
@@ -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,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-poetry-core</Name>
<Homepage>https://github.com/python-poetry/poetry-core</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Poetry PEP 517 Build Backend Core Utilities</Summary>
<Icon>python3-poetry-core</Icon>
<Description>Poetry PEP 517 Build Backend Core Utilities</Description>
<Archive sha1sum="25c741f2812f3240bb921c67a701898322f1ed11" type="targz">https://github.com/python-poetry/poetry-core/releases/download/1.6.1/poetry_core-1.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>python3-poetry-core.patch</Patch>
<Patch level="1">python3-poetry-core.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-poetry-core</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>2023-06-11</Date>
<Version>1.6.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-poetry-core</Name>
<Summary xml:lang="tr">Poetry PEP 517 Build Backend Core Utilities</Summary>
<Description xml:lang="tr">Poetry PEP 517 Build Backend Core Utilities</Description>
</Source>
</PISI>
@@ -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>