public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2020-09-06 11:21 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-09-06 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     47a88bb29794394112ce3c1f7f19bb5babd06a63
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Sep  6 03:29:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Sep  6 03:29:47 2020 +0000
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ć <xgqt <AT> 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 @@
     <name>Maciej Barć</name>
   </maintainer>
   <upstream>
-    <remote-id type="github">PyCQA/redbaron</remote-id>
-    <remote-id type="pypi">redbaron</remote-id>
+    <remote-id type="github">amanusk/s-tui</remote-id>
+    <remote-id type="pypi">s-tui</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2020-09-06 11:21 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-09-06 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4b24d666c5dc6e6c0913c836d580a59e7b33bdf2
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Sep  6 03:27:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Sep  6 03:27:13 2020 +0000
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 9999

Package-Manager: Portage-3.0.5, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt <AT> 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-9999.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 0000000..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 0000000..4345ad7
--- /dev/null
+++ b/app-admin/s-tui/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>xgqt@protonmail.com</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">PyCQA/redbaron</remote-id>
+    <remote-id type="pypi">redbaron</remote-id>
+  </upstream>
+</pkgmetadata>

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 0000000..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} == *9999* ]]; 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-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild
new file mode 100644
index 0000000..69e4e74
--- /dev/null
+++ b/app-admin/s-tui/s-tui-9999.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} == *9999* ]]; 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2020-09-24 13:01 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-09-24 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     619645102703e65c181bd0128ba1c7a78bbee439
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 12:35:05 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 12:35:05 2020 +0000
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 <andrewammerlaan <AT> riseup.net>

 app-admin/s-tui/s-tui-1.0.2.ebuild | 2 +-
 app-admin/s-tui/s-tui-9999.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-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild
index 69e4e74a..afca64dc 100644
--- a/app-admin/s-tui/s-tui-9999.ebuild
+++ b/app-admin/s-tui/s-tui-9999.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/"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2020-11-12 19:46 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     827c56986c1163cc6b163e25d8135556b681c57d
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Wed Nov 11 22:15:43 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 11 22:15:46 2020 +0000
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ć <xgqt <AT> protonmail.com>

 app-admin/s-tui/s-tui-1.0.2.ebuild | 4 ++--
 app-admin/s-tui/s-tui-9999.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-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild
index 1d50db73..cbfd9212 100644
--- a/app-admin/s-tui/s-tui-9999.ebuild
+++ b/app-admin/s-tui/s-tui-9999.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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2021-02-27 21:23 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-02-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     612bcada5acc2349b940339c19ba4fc540a15ad9
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 27 15:29:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 27 15:29:33 2021 +0000
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ć <xgqt <AT> 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 00000000..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} == *9999* ]]; 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2021-05-22 10:05 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-05-22 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3bec0ee87ddda6bcc107157326de4f4575b9beed
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri May 21 17:52:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May 21 17:52:03 2021 +0000
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ć <xgqt <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>xgqt@riseup.net</email>
-    <name>Maciej Barć</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">amanusk/s-tui</remote-id>
-    <remote-id type="pypi">s-tui</remote-id>
-  </upstream>
+    <!-- maintainer-needed -->
+    <upstream>
+        <remote-id type="github">amanusk/s-tui</remote-id>
+        <remote-id type="pypi">s-tui</remote-id>
+    </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2021-06-13  8:49 Haelwenn Monnier
  0 siblings, 0 replies; 13+ messages in thread
From: Haelwenn Monnier @ 2021-06-13  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cb05c72bf8cf1c172515ffbb221c926c5b16c9b0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun  6 02:32:33 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 11 15:23:10 2021 +0000
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 <lssndrbarbieri <AT> gmail.com>

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

diff --git a/app-admin/s-tui/s-tui-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild
deleted file mode 100644
index cbfd92123..000000000
--- a/app-admin/s-tui/s-tui-9999.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} == *9999* ]]; 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
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2023-02-25  7:17 Viorel Munteanu
  0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2023-02-25  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     66a18dd57caaabfc888dfdbe94aac0b6075b1657
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Feb 24 23:18:10 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 23:18:10 2023 +0000
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 <cyber+gentoo <AT> 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..000000000
--- 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} == *9999* ]]; 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} == *9999* ]]; 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
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2024-01-07 23:46 David Roman
  0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-01-07 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1c441819093624a4d40b82949680583501f30d0d
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan  7 22:09:33 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 22:09:33 2024 +0000
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 <joe <AT> 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 0000000000..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} == *9999* ]]; 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2024-01-07 23:46 David Roman
  0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-01-07 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 22:06:27 2024 +0000
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 <joe <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>joe@wt.gd</email>
+		<name>joecool</name>
+	</maintainer>
     <upstream>
         <remote-id type="github">amanusk/s-tui</remote-id>
         <remote-id type="pypi">s-tui</remote-id>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2024-01-15 15:46 David Roman
  0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-01-15 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3ba932ff0867fff6d97389205eb56b47239c07e8
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan 14 10:17:25 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 14 10:17:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba932ff

app-admin/s-tui: metadata fix indenting

Signed-off-by: Joe Kappus <joe <AT> 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 @@
 		<email>joe@wt.gd</email>
 		<name>joecool</name>
 	</maintainer>
-    <upstream>
-        <remote-id type="github">amanusk/s-tui</remote-id>
-        <remote-id type="pypi">s-tui</remote-id>
-    </upstream>
+	<upstream>
+		<remote-id type="github">amanusk/s-tui</remote-id>
+		<remote-id type="pypi">s-tui</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2024-01-15 15:46 David Roman
  0 siblings, 0 replies; 13+ messages in thread
From: David Roman @ 2024-01-15 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4465918986459a2b1da95f8145d8940379e20a11
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan 14 10:19:43 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 14 10:19:43 2024 +0000
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 <joe <AT> 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} == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/
@ 2024-04-22  6:16 Viorel Munteanu
  0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2024-04-22  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8b6eb58994c3162b49962a2c8cb5fac8e67a7036
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Apr 21 22:38:28 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 22:38:28 2024 +0000
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 <joe <AT> 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 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>joe@wt.gd</email>
-		<name>joecool</name>
+		<name>Joe Kappus</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">amanusk/s-tui</remote-id>

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 0000000000..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} == *9999* ]]; 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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-04-22  6:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  6:16 [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-01-15 15:46 David Roman
2024-01-15 15:46 David Roman
2024-01-07 23:46 David Roman
2024-01-07 23:46 David Roman
2023-02-25  7:17 Viorel Munteanu
2021-06-13  8:49 Haelwenn Monnier
2021-05-22 10:05 Andrew Ammerlaan
2021-02-27 21:23 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-09-24 13:01 Andrew Ammerlaan
2020-09-06 11:21 Andrew Ammerlaan
2020-09-06 11:21 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox