new packages: gtkspellmm, gimagereader-qt, python-typing_extensions, python-urwid, stress, s-tui

This commit is contained in:
suvari
2023-05-18 17:18:04 +03:00
parent fd7a443b5c
commit 9d1f6c6b05
22 changed files with 388905 additions and 388433 deletions
@@ -0,0 +1,18 @@
#!/usr/bin/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer = "3")
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-urwid</Name>
<Homepage>http://excess.org/urwid/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<icon>python-urwid</icon>
<Summary>Console user interface library for Python</Summary>
<Description>Console user interface library for Python, with many features like UTF-8 support and HTML screenshot.</Description>
<Archive sha1sum="56f840896e47c753d91acb5f0b267c51cc0eb8bd" type="targz">https://github.com/urwid/urwid/archive/ffbfa07533809a523938d5e342ff7482a12dd5d0/release-ffbfa07533809a523938d5e342ff7482a12dd5d0.2.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>python-urwid</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python-typing_extensions</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-05-18</Date>
<Version>2.1.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-urwid</Name>
<Summary xml:lang="tr">Konsol kullanıcı arabirimleri için Python kütüphanesi</Summary>
<Description xml:lang="tr">UTF-8 desteği ve HTML ekran görüntüsü yakalama gibi ilginç özelliklere sahip, konsol kullanıcı arabirimleri için kullanılan PYthon kütüphanesi.</Description>
<Description xml:lang="es">Librería Python para interfaces de usuario en consola, con muchas facilidades como soporte UTF-8 y captura de pantalla HTML.</Description>
</Source>
</PISI>