new packages: gtkspellmm, gimagereader-qt, python-typing_extensions, python-urwid, stress, s-tui
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.system("python3 -m build --wheel --skip-dependency-check --no-isolation")
|
||||
|
||||
def install():
|
||||
# pythonmodules.install(pyVer="3")
|
||||
shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-typing_extensions</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-typing_extensions</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="aa47bd744fda150a8c407c0572d4d4648f57239c" type="targz">https://github.com/python/typing_extensions/archive/refs/tags/4.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-tomli</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
<Dependency>python3-flit-core</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-typing_extensions</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-05-18</Date>
|
||||
<Version>4.5.0</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>
|
||||
Reference in New Issue
Block a user