[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/, app-admin/s-tui/files/

2024-04-22 Thread Joe Kappus
commit: 587572275a64f662a7c51b036f8c6b28e1292317
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Apr 22 19:26:02 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Mon Apr 22 19:26:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58757227

app-admin/s-tui: drop 1.1.4

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/Manifest   |  1 -
 .../files/s-tui-1.1.4-setuptools-warning.patch | 22 -
 app-admin/s-tui/s-tui-1.1.4.ebuild | 36 --
 3 files changed, 59 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 0fabdf54bf..bb6e9a0e87 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1 @@
-DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
 DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 
64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087
 SHA512 
73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38

diff --git a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch 
b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
deleted file mode 100644
index f8625a6b34..00
--- a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 7507377a3571f7b1bb26dc04f471e9bd9734bd6f Mon Sep 17 00:00:00 2001
-From: Joe Kappus 
-Date: Sun, 14 Jan 2024 05:08:47 -0500
-Subject: [PATCH] Fix setuptools warning
-
-Resolves: https://github.com/amanusk/s-tui/issues/178

- setup.cfg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index 312e33a..bda3f26 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -1,3 +1,3 @@
- [metadata]
--description-file = README.md
-+description_file = README.md
- license_files = LICENSE
--- 
-2.43.0
-

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
deleted file mode 100644
index 9431676948..00
--- a/app-admin/s-tui/s-tui-1.1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/;
-
-PATCHES="${FILESDIR}/${P}-setuptools-warning.patch"
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-04-21 Thread Joe Kappus
commit: 8b6eb58994c3162b49962a2c8cb5fac8e67a7036
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Apr 21 22:38:28 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Apr 21 22:38:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b6eb589

app-admin/s-tui: add 1.1.6

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/metadata.xml   |  2 +-
 app-admin/s-tui/s-tui-1.1.6.ebuild | 34 ++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 0dc193c776..0fabdf54bf 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
+DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 
64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087
 SHA512 
73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index becc7655c0..3431d6b870 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -3,7 +3,7 @@
 

j...@wt.gd
-   joecool
+   Joe Kappus


amanusk/s-tui

diff --git a/app-admin/s-tui/s-tui-1.1.6.ebuild 
b/app-admin/s-tui/s-tui-1.1.6.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/files/, app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: b9ce26ef04324155d9ac058a8c0923912429f927
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:20:18 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:20:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ce26ef

app-admin/s-tui: drop 1.1.3-r1

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/Manifest   |  1 -
 .../files/s-tui-1.1.4-setuptools-warning.patch | 22 ++
 app-admin/s-tui/s-tui-1.1.3-r1.ebuild  | 34 --
 3 files changed, 22 insertions(+), 35 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index a935d7167f..0dc193c776 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1 @@
-DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
 DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch 
b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
new file mode 100644
index 00..f8625a6b34
--- /dev/null
+++ b/app-admin/s-tui/files/s-tui-1.1.4-setuptools-warning.patch
@@ -0,0 +1,22 @@
+From 7507377a3571f7b1bb26dc04f471e9bd9734bd6f Mon Sep 17 00:00:00 2001
+From: Joe Kappus 
+Date: Sun, 14 Jan 2024 05:08:47 -0500
+Subject: [PATCH] Fix setuptools warning
+
+Resolves: https://github.com/amanusk/s-tui/issues/178
+---
+ setup.cfg | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.cfg b/setup.cfg
+index 312e33a..bda3f26 100644
+--- a/setup.cfg
 b/setup.cfg
+@@ -1,3 +1,3 @@
+ [metadata]
+-description-file = README.md
++description_file = README.md
+ license_files = LICENSE
+-- 
+2.43.0
+

diff --git a/app-admin/s-tui/s-tui-1.1.3-r1.ebuild 
b/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
deleted file mode 100644
index d2e55445a7..00
--- a/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: 3ba932ff0867fff6d97389205eb56b47239c07e8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:17:25 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:17:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba932ff

app-admin/s-tui: metadata fix indenting

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index 479df1372c..becc7655c0 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -5,8 +5,8 @@
j...@wt.gd
joecool

-
-amanusk/s-tui
-s-tui
-
+   
+   amanusk/s-tui
+   s-tui
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-14 Thread Joe Kappus
commit: 4465918986459a2b1da95f8145d8940379e20a11
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan 14 10:19:43 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan 14 10:19:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44659189

app-admin/s-tui: fix setuptools warnings

Closes: https://bugs.gentoo.org/799533
Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/s-tui-1.1.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
index c980717745..9431676948 100644
--- a/app-admin/s-tui/s-tui-1.1.4.ebuild
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -10,6 +10,8 @@ inherit distutils-r1 optfeature
 DESCRIPTION="Stress-Terminal UI monitoring tool"
 HOMEPAGE="https://amanusk.github.io/s-tui/;
 
+PATCHES="${FILESDIR}/${P}-setuptools-warning.patch"
+
 if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 1c441819093624a4d40b82949680583501f30d0d
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:09:33 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c441819

app-admin/s-tui: add 1.1.4

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/s-tui-1.1.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index e8bad70d10..a935d7167f 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
+DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c08f024

app-admin/s-tui: add myself as a maintainer

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index e91d3faefb..479df1372c 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   j...@wt.gd
+   joecool
+   
 
 amanusk/s-tui
 s-tui



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2023-02-24 Thread Anna Vyalkova
commit: 66a18dd57caaabfc888dfdbe94aac0b6075b1657
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Feb 24 23:18:10 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Feb 24 23:18:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66a18dd5

app-admin/s-tui: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-admin/s-tui/Manifest   |  3 +-
 app-admin/s-tui/s-tui-1.1.1.ebuild | 39 --
 .../{s-tui-1.1.3.ebuild => s-tui-1.1.3-r1.ebuild}  |  8 ++---
 3 files changed, 5 insertions(+), 45 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 6a611056f..e8bad70d1 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1 @@
-DIST s-tui-1.1.1.tar.gz 2608558 BLAKE2B 
df3211e948acae7ad6b93bdd770cd0aae695da39e4746231f0aed7904dc35b480982ada249ab3dbc387b18dbf40029f2d8db23d71d764a141abe814c5c8117e6
 SHA512 
71de8fbdad7ebcf9e0ef84b35276315b6c23782c1e24cec1cabb5397e768aa2d5c3f0d3945e1693625b06c52dc1c4ceb7290f6262bf6cddca7afecdcff059bae
-DIST s-tui-1.1.3.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
+DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153

diff --git a/app-admin/s-tui/s-tui-1.1.1.ebuild 
b/app-admin/s-tui/s-tui-1.1.1.ebuild
deleted file mode 100644
index 16dbc2055..0
--- a/app-admin/s-tui/s-tui-1.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
-   EGIT_SUBMODULES=()
-else
-   # Pypi source doesn't include tests
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   elog "To get additional features, some optional runtime dependencies"
-   elog "may be installed:"
-   elog ""
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}

diff --git a/app-admin/s-tui/s-tui-1.1.3.ebuild 
b/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
similarity index 84%
rename from app-admin/s-tui/s-tui-1.1.3.ebuild
rename to app-admin/s-tui/s-tui-1.1.3-r1.ebuild
index 3178b5e09..03e07d2c8 100644
--- a/app-admin/s-tui/s-tui-1.1.3.ebuild
+++ b/app-admin/s-tui/s-tui-1.1.3-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 optfeature
 
 DESCRIPTION="Stress-Terminal UI monitoring tool"
@@ -14,8 +15,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
EGIT_SUBMODULES=()
 else
-   # Pypi source doesn't include tests
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
KEYWORDS="~amd64"
 fi
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2021-10-17 Thread Anna Vyalkova
commit: f0cb9f0c110fcb51db09a745bcdf83d600941240
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Oct 17 08:45:54 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Oct 17 10:30:19 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0cb9f0c

app-admin/s-tui: add 1.1.3, drop 1.0.2

Closes: https://bugs.gentoo.org/815445
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-admin/s-tui/Manifest   |  2 +-
 app-admin/s-tui/metadata.xml   |  2 +-
 app-admin/s-tui/{s-tui-1.0.2.ebuild => s-tui-1.1.3.ebuild} | 11 +++
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 2ad3395aa..6a611056f 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1,2 +1,2 @@
-DIST s-tui-1.0.2.tar.gz 2607552 BLAKE2B 
8ed54c44aeab0ccf5806e8fa1cb566b23d9f27f82a281882b36de85c4800515385c558da59b1ba8f039da15d08696865d5ac201c85c1b74316a7757fc2f02125
 SHA512 
7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530
 DIST s-tui-1.1.1.tar.gz 2608558 BLAKE2B 
df3211e948acae7ad6b93bdd770cd0aae695da39e4746231f0aed7904dc35b480982ada249ab3dbc387b18dbf40029f2d8db23d71d764a141abe814c5c8117e6
 SHA512 
71de8fbdad7ebcf9e0ef84b35276315b6c23782c1e24cec1cabb5397e768aa2d5c3f0d3945e1693625b06c52dc1c4ceb7290f6262bf6cddca7afecdcff059bae
+DIST s-tui-1.1.3.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index 2307b1afa..e91d3faef 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
 
 

diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild 
b/app-admin/s-tui/s-tui-1.1.3.ebuild
similarity index 76%
rename from app-admin/s-tui/s-tui-1.0.2.ebuild
rename to app-admin/s-tui/s-tui-1.1.3.ebuild
index 2b130d3db..3178b5e09 100644
--- a/app-admin/s-tui/s-tui-1.0.2.ebuild
+++ b/app-admin/s-tui/s-tui-1.1.3.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 optfeature
 
 DESCRIPTION="Stress-Terminal UI monitoring tool"
@@ -32,8 +30,5 @@ RDEPEND="
 distutils_enable_tests unittest
 
 pkg_postinst() {
-   elog "To get additional features, some optional runtime dependencies"
-   elog "may be installed:"
-   elog ""
optfeature "Stress options in program menu" app-benchmarks/stress
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2021-06-11 Thread Alessandro Barbieri
commit: cb05c72bf8cf1c172515ffbb221c926c5b16c9b0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:32:33 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb05c72b

app-admin/s-tui: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/s-tui/s-tui-.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/app-admin/s-tui/s-tui-.ebuild 
b/app-admin/s-tui/s-tui-.ebuild
deleted file mode 100644
index cbfd92123..0
--- a/app-admin/s-tui/s-tui-.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
-   EGIT_SUBMODULES=()
-else
-   # Pypi source doesn't include tests
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   elog "To get additional features, some optional runtime dependencies"
-   elog "may be installed:"
-   elog ""
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2021-05-21 Thread Maciej Barć
commit: 3bec0ee87ddda6bcc107157326de4f4575b9beed
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:52:03 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bec0ee8

app-admin/s-tui: drop to maintainer-needed

Signed-off-by: Maciej Barć  riseup.net>

 app-admin/s-tui/metadata.xml | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index a365e6adc..2307b1afa 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,12 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@riseup.net
-Maciej Barć
-  
-  
-amanusk/s-tui
-s-tui
-  
+
+
+amanusk/s-tui
+s-tui
+
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2021-02-27 Thread Maciej Barć
commit: 612bcada5acc2349b940339c19ba4fc540a15ad9
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat Feb 27 15:29:31 2021 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sat Feb 27 15:29:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=612bcada

app-admin/s-tui: bump to 1.1.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/s-tui-1.1.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index d3eef48d..2ad3395a 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.0.2.tar.gz 2607552 BLAKE2B 
8ed54c44aeab0ccf5806e8fa1cb566b23d9f27f82a281882b36de85c4800515385c558da59b1ba8f039da15d08696865d5ac201c85c1b74316a7757fc2f02125
 SHA512 
7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530
+DIST s-tui-1.1.1.tar.gz 2608558 BLAKE2B 
df3211e948acae7ad6b93bdd770cd0aae695da39e4746231f0aed7904dc35b480982ada249ab3dbc387b18dbf40029f2d8db23d71d764a141abe814c5c8117e6
 SHA512 
71de8fbdad7ebcf9e0ef84b35276315b6c23782c1e24cec1cabb5397e768aa2d5c3f0d3945e1693625b06c52dc1c4ceb7290f6262bf6cddca7afecdcff059bae

diff --git a/app-admin/s-tui/s-tui-1.1.1.ebuild 
b/app-admin/s-tui/s-tui-1.1.1.ebuild
new file mode 100644
index ..b218d46b
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   # Pypi source doesn't include tests
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   elog "To get additional features, some optional runtime dependencies"
+   elog "may be installed:"
+   elog ""
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2020-11-11 Thread Maciej Barć
commit: 827c56986c1163cc6b163e25d8135556b681c57d
Author: Maciej Barć  protonmail  com>
AuthorDate: Wed Nov 11 22:15:43 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Wed Nov 11 22:15:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=827c5698

app-admin/s-tui: bump python compat

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-admin/s-tui/s-tui-1.0.2.ebuild | 4 ++--
 app-admin/s-tui/s-tui-.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild 
b/app-admin/s-tui/s-tui-1.0.2.ebuild
index 19d04477..cbfd9212 100644
--- a/app-admin/s-tui/s-tui-1.0.2.ebuild
+++ b/app-admin/s-tui/s-tui-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature
@@ -25,8 +25,8 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests unittest

diff --git a/app-admin/s-tui/s-tui-.ebuild 
b/app-admin/s-tui/s-tui-.ebuild
index 1d50db73..cbfd9212 100644
--- a/app-admin/s-tui/s-tui-.ebuild
+++ b/app-admin/s-tui/s-tui-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2020-09-24 Thread Andrew Ammerlaan
commit: 619645102703e65c181bd0128ba1c7a78bbee439
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Sep 24 12:35:05 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Sep 24 12:35:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61964510

app-admin/s-tui: eutils --> optfeature

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-admin/s-tui/s-tui-1.0.2.ebuild | 2 +-
 app-admin/s-tui/s-tui-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild 
b/app-admin/s-tui/s-tui-1.0.2.ebuild
index b9e969a2..56c6fe1a 100644
--- a/app-admin/s-tui/s-tui-1.0.2.ebuild
+++ b/app-admin/s-tui/s-tui-1.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit eutils distutils-r1
+inherit distutils-r1 optfeature
 
 DESCRIPTION="Stress-Terminal UI monitoring tool"
 HOMEPAGE="https://amanusk.github.io/s-tui/;

diff --git a/app-admin/s-tui/s-tui-.ebuild 
b/app-admin/s-tui/s-tui-.ebuild
index 69e4e74a..afca64dc 100644
--- a/app-admin/s-tui/s-tui-.ebuild
+++ b/app-admin/s-tui/s-tui-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
-inherit eutils distutils-r1
+inherit distutils-r1 optfeature
 
 DESCRIPTION="Stress-Terminal UI monitoring tool"
 HOMEPAGE="https://amanusk.github.io/s-tui/;



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2020-09-06 Thread Maciej Barć
commit: 47a88bb29794394112ce3c1f7f19bb5babd06a63
Author: Maciej Barć  protonmail  com>
AuthorDate: Sun Sep  6 03:29:47 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sun Sep  6 03:29:47 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47a88bb2

app-admin/s-tui: fix metadata

Package-Manager: Portage-3.0.5, Repoman-2.3.23
Signed-off-by: Maciej Barć  protonmail.com>

 app-admin/s-tui/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index 4345ad7..07be16a 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -6,7 +6,7 @@
 Maciej Barć
   
   
-PyCQA/redbaron
-redbaron
+amanusk/s-tui
+s-tui
   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2020-09-06 Thread Maciej Barć
commit: 4b24d666c5dc6e6c0913c836d580a59e7b33bdf2
Author: Maciej Barć  protonmail  com>
AuthorDate: Sun Sep  6 03:27:02 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sun Sep  6 03:27:13 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b24d666

app-admin/s-tui: new package; add version 1.0.2 and live 

Package-Manager: Portage-3.0.5, Repoman-2.3.23
Signed-off-by: Maciej Barć  protonmail.com>

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/metadata.xml   | 12 
 app-admin/s-tui/s-tui-1.0.2.ebuild | 39 ++
 app-admin/s-tui/s-tui-.ebuild  | 39 ++
 4 files changed, 91 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
new file mode 100644
index 000..d3eef48
--- /dev/null
+++ b/app-admin/s-tui/Manifest
@@ -0,0 +1 @@
+DIST s-tui-1.0.2.tar.gz 2607552 BLAKE2B 
8ed54c44aeab0ccf5806e8fa1cb566b23d9f27f82a281882b36de85c4800515385c558da59b1ba8f039da15d08696865d5ac201c85c1b74316a7757fc2f02125
 SHA512 
7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
new file mode 100644
index 000..4345ad7
--- /dev/null
+++ b/app-admin/s-tui/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+x...@protonmail.com
+Maciej Barć
+  
+  
+PyCQA/redbaron
+redbaron
+  
+

diff --git a/app-admin/s-tui/s-tui-1.0.2.ebuild 
b/app-admin/s-tui/s-tui-1.0.2.ebuild
new file mode 100644
index 000..b9e969a
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   # Pypi source doesn't include tests
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   elog "To get additional features, some optional runtime dependencies"
+   elog "may be installed:"
+   elog ""
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}

diff --git a/app-admin/s-tui/s-tui-.ebuild 
b/app-admin/s-tui/s-tui-.ebuild
new file mode 100644
index 000..69e4e74
--- /dev/null
+++ b/app-admin/s-tui/s-tui-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   # Pypi source doesn't include tests
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   elog "To get additional features, some optional runtime dependencies"
+   elog "may be installed:"
+   elog ""
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}