Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (904e7f7d9e7584eb872e827b292cdd5ac65e6eba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (904e7f7d9e7584eb872e827b292cdd5ac65e6eba)
  • Date: Sun, 3 Feb 2019 00:12:47 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
python-pypi/s-tui/DEPENDS | 3 +++
python-pypi/s-tui/DETAILS | 15 +++++++++++++++
python-pypi/s-tui/HISTORY | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit 904e7f7d9e7584eb872e827b292cdd5ac65e6eba
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/s-tui: new spell, a terminal UI for monitoring your computer

diff --git a/ChangeLog b/ChangeLog
index 276bafe..5c6c17a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/s-tui: new spell, a terminal UI for monitoring your
+ computer
+
2019-02-01 Pavel Vinogradov <public AT sourcemage.org>
* video-libs/dav1d: new spell, a new AV1 cross-platform decoder

diff --git a/python-pypi/s-tui/DEPENDS b/python-pypi/s-tui/DEPENDS
new file mode 100755
index 0000000..2005f93
--- /dev/null
+++ b/python-pypi/s-tui/DEPENDS
@@ -0,0 +1,3 @@
+depends python3 &&
+depends urwid &&
+depends psutil
diff --git a/python-pypi/s-tui/DETAILS b/python-pypi/s-tui/DETAILS
new file mode 100755
index 0000000..5b5123f
--- /dev/null
+++ b/python-pypi/s-tui/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=s-tui
+ VERSION=0.8.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/amanusk/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:4d707b43eebb3bf96aa58593f72bd7bd497794aaeddcff16c5e2b7438f2d9118c678f03208ffa6bed7a0210528efe03c60cf33bfc1a7764f7a0b93375456230f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/amanusk/s-tui";
+ LICENSE[0]=GPL
+ ENTERED=20190201
+ SHORT="the Stress Terminal UI"
+cat << EOF
+s-tui is a terminal UI for monitoring your computer. s-tui allows to monitor
+CPU temperature, frequency, power and utilization in a graphical way from
+the terminal.
+EOF
diff --git a/python-pypi/s-tui/HISTORY b/python-pypi/s-tui/HISTORY
new file mode 100644
index 0000000..21ec4d0
--- /dev/null
+++ b/python-pypi/s-tui/HISTORY
@@ -0,0 +1,3 @@
+2019-02-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (904e7f7d9e7584eb872e827b292cdd5ac65e6eba), Florian Franzmann, 02/02/2019

Archive powered by MHonArc 2.6.24.

Top of Page