new packages: gtkspellmm, gimagereader-qt, python-typing_extensions, python-urwid, stress, s-tui
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
shelltools.system("python3 setup.py build")
|
||||
|
||||
def check():
|
||||
pass
|
||||
#pythonmodules.run("setup.py test", pyVer="3")
|
||||
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
|
||||
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>s-tui</Name>
|
||||
<Homepage>https://github.com/resurrecting-open-source-projects/s-tui</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<icon>s-tui</icon>
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary>Terminal UI stress test and monitoring tool</Summary>
|
||||
<Description>Stress-Terminal UI, s-tui, monitors CPU temperature, frequency, power and utilization in a graphical way from the terminal.</Description>
|
||||
<Archive sha1sum="4a7354730948af9aade9b4a933991726243c709a" type="targz">https://github.com/amanusk/s-tui/archive/refs/tags/v1.1.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>stress</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-psutil</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>s-tui</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>stress</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-psutil</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-05-17</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>s-tui</Name>
|
||||
<Summary xml:lang="tr">Terminal UI stres testi ve izleme aracı</Summary>
|
||||
<Description xml:lang="tr">Stress-Terminal UI, s-tui, CPU sıcaklığını, frekansını, gücünü ve kullanımını terminalden grafiksel olarak izler.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user