[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 575ec7b4c9cf685dc06c39d1168b42f8dea5e0e0 Author: Filip Kobierski pm me> AuthorDate: Mon May 12 10:32:52 2025 + Commit: Sam James gentoo org> CommitDate: Wed May 21 21:46:36 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575ec7b4 net-proxy/hatop: metadata: add stabilize-allarches It's wiritten in pure python Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/37851 Signed-off-by: Sam James gentoo.org> net-proxy/hatop/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/net-proxy/hatop/metadata.xml b/net-proxy/hatop/metadata.xml index d29e45b3c8f4..37972c9b05f1 100644 --- a/net-proxy/hatop/metadata.xml +++ b/net-proxy/hatop/metadata.xml @@ -10,4 +10,5 @@ https://github.com/jhunt/hatop/releases jhunt/hatop +
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: c6c613087c44c54d220bcdf01b527b6a36404a6c
Author: Filip Kobierski pm me>
AuthorDate: Mon May 12 10:35:02 2025 +
Commit: Sam James gentoo org>
CommitDate: Wed May 21 21:46:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c61308
net-proxy/hatop: add 0.8.2-r1
- bump EAPI
- drop python 3.9 compat
- fix LICENSE
- see bin/hatop#L12
- drop empty IUSE
Signed-off-by: Filip Kobierski pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/37851
Signed-off-by: Sam James gentoo.org>
net-proxy/hatop/hatop-0.8.2-r1.ebuild | 32
1 file changed, 32 insertions(+)
diff --git a/net-proxy/hatop/hatop-0.8.2-r1.ebuild
b/net-proxy/hatop/hatop-0.8.2-r1.ebuild
new file mode 100644
index ..7a83ce7740ee
--- /dev/null
+++ b/net-proxy/hatop/hatop-0.8.2-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
+HOMEPAGE="https://github.com/jhunt/hatop";
+SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}"
+
+PATCHES=("${FILESDIR}/hatop-0.8.2-python312.patch")
+
+src_install() {
+ python_foreach_impl python_doscript bin/hatop
+
+ doman man/hatop.1
+
+ dodoc CHANGES.rst KEYBINDS README.rst
+}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 76df7eec50c5e7c7c24e8cacab0b146d0e3e8646
Author: Filip Kobierski pm me>
AuthorDate: Mon May 12 10:36:57 2025 +
Commit: Sam James gentoo org>
CommitDate: Wed May 21 21:46:37 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76df7eec
net-proxy/hatop: drop 0.8.2-r0
Signed-off-by: Filip Kobierski pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/37851
Closes: https://github.com/gentoo/gentoo/pull/37851
Signed-off-by: Sam James gentoo.org>
net-proxy/hatop/hatop-0.8.2.ebuild | 33 -
1 file changed, 33 deletions(-)
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild
b/net-proxy/hatop/hatop-0.8.2.ebuild
deleted file mode 100644
index 190d15266bf0..
--- a/net-proxy/hatop/hatop-0.8.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..13} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
-HOMEPAGE="https://github.com/jhunt/hatop";
-SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/hatop-0.8.2-python312.patch")
-
-src_install() {
- python_foreach_impl python_doscript bin/hatop
-
- doman man/hatop.1
-
- dodoc CHANGES.rst KEYBINDS README.rst
-}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: c6a1516da253e8122ab5c2573526a467382893c3 Author: Filip Kobierski pm me> AuthorDate: Mon May 12 10:32:05 2025 + Commit: Sam James gentoo org> CommitDate: Wed May 21 21:46:36 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a1516d net-proxy/hatop: metadata: add upstream tag Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/37851 Signed-off-by: Sam James gentoo.org> net-proxy/hatop/metadata.xml | 5 + 1 file changed, 5 insertions(+) diff --git a/net-proxy/hatop/metadata.xml b/net-proxy/hatop/metadata.xml index df90b41cf905..d29e45b3c8f4 100644 --- a/net-proxy/hatop/metadata.xml +++ b/net-proxy/hatop/metadata.xml @@ -5,4 +5,9 @@ [email protected] Christian Ruppert + + https://github.com/jhunt/hatop/issues + https://github.com/jhunt/hatop/releases + jhunt/hatop +
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 7cf9c6f896b921c61632caedb65cff401cdc66e3
Author: Christian Ruppert gentoo org>
AuthorDate: Mon May 5 08:09:27 2025 +
Commit: Christian Ruppert gentoo org>
CommitDate: Mon May 5 08:09:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf9c6f8
net-proxy/hatop: Add Python 3.13
Bug: https://bugs.gentoo.org/952631
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/hatop-0.8.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild
b/net-proxy/hatop/hatop-0.8.2.ebuild
index a0a1364cd6bb..190d15266bf0 100644
--- a/net-proxy/hatop/hatop-0.8.2.ebuild
+++ b/net-proxy/hatop/hatop-0.8.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
PYTHON_REQ_USE="ncurses"
inherit python-r1
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/files/, net-proxy/hatop/
commit: 66b27227cce343c5e700ab0a2aa36a4128802455
Author: Christian Ruppert gentoo org>
AuthorDate: Mon Apr 15 07:48:21 2024 +
Commit: Christian Ruppert gentoo org>
CommitDate: Mon Apr 15 07:49:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b27227
net-proxy/hatop: Python 3.12 compat
Bug: https://bugs.gentoo.org/929738
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/files/hatop-0.8.2-python312.patch | 73 +++
net-proxy/hatop/hatop-0.8.2.ebuild| 6 +-
2 files changed, 77 insertions(+), 2 deletions(-)
diff --git a/net-proxy/hatop/files/hatop-0.8.2-python312.patch
b/net-proxy/hatop/files/hatop-0.8.2-python312.patch
new file mode 100644
index ..68515d6d6bd1
--- /dev/null
+++ b/net-proxy/hatop/files/hatop-0.8.2-python312.patch
@@ -0,0 +1,73 @@
+From 0c0a392d319ed495a55f8ad29291c4a7cbd5077a Mon Sep 17 00:00:00 2001
+From: sblondon
+Date: Tue, 19 Mar 2024 19:33:17 +0100
+Subject: [PATCH] Fix syntax warnings in Python3.12 (#17)
+
+Python3.12 added new syntax warning if strings contain invalid sequence.
+
+The change is documented in:
+https://docs.python.org/3/whatsnew/3.12.html#other-language-changes
+---
+ bin/hatop | 34 +-
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+diff --git a/bin/hatop b/bin/hatop
+index bb69311..9aa9553 100755
+--- a/bin/hatop
b/bin/hatop
+@@ -196,7 +196,7 @@ HAPROXY_CLI_MAXLINES = 1000
+ CLI_MAXLINES = 1000
+ CLI_MAXHIST = 100
+ CLI_INPUT_LIMIT = 200
+-CLI_INPUT_RE = re.compile('[a-zA-Z0-9_:\.\-\+; /#%]')
++CLI_INPUT_RE = re.compile(r'[a-zA-Z0-9_:\.\-\+; /#%]')
+ CLI_INPUT_DENY_CMD = ['prompt', 'set timeout cli', 'quit']
+
+ # Note: Only the last 3 lines are visible instantly on 80x25
+@@ -214,20 +214,20 @@ SCREEN_YMAX = 100
+ SCREEN_HPOS = 11
+
+ HAPROXY_INFO_RE = {
+-'software_name':re.compile('^Name:\s*(?P\S+)'),
+-'software_version': re.compile('^Version:\s*(?P\S+)'),
+-'software_release': re.compile('^Release_date:\s*(?P\S+)'),
+-'nproc':re.compile('^Nbproc:\s*(?P\d+)'),
+-'procn':re.compile('^Process_num:\s*(?P\d+)'),
+-'pid': re.compile('^Pid:\s*(?P\d+)'),
+-'uptime': re.compile('^Uptime:\s*(?P[\S ]+)$'),
+-'maxconn': re.compile('^Maxconn:\s*(?P\d+)'),
+-'curconn': re.compile('^CurrConns:\s*(?P\d+)'),
+-'maxpipes': re.compile('^Maxpipes:\s*(?P\d+)'),
+-'curpipes': re.compile('^PipesUsed:\s*(?P\d+)'),
+-'tasks':re.compile('^Tasks:\s*(?P\d+)'),
+-'runqueue': re.compile('^Run_queue:\s*(?P\d+)'),
+-'node': re.compile('^node:\s*(?P\S+)'),
++'software_name':re.compile(r'^Name:\s*(?P\S+)'),
++'software_version': re.compile(r'^Version:\s*(?P\S+)'),
++'software_release': re.compile(r'^Release_date:\s*(?P\S+)'),
++'nproc':re.compile(r'^Nbproc:\s*(?P\d+)'),
++'procn':re.compile(r'^Process_num:\s*(?P\d+)'),
++'pid': re.compile(r'^Pid:\s*(?P\d+)'),
++'uptime': re.compile(r'^Uptime:\s*(?P[\S ]+)$'),
++'maxconn': re.compile(r'^Maxconn:\s*(?P\d+)'),
++'curconn': re.compile(r'^CurrConns:\s*(?P\d+)'),
++'maxpipes': re.compile(r'^Maxpipes:\s*(?P\d+)'),
++'curpipes': re.compile(r'^PipesUsed:\s*(?P\d+)'),
++'tasks':re.compile(r'^Tasks:\s*(?P\d+)'),
++'runqueue': re.compile(r'^Run_queue:\s*(?P\d+)'),
++'node': re.compile(r'^node:\s*(?P\S+)'),
+ }
+
+ HAPROXY_STAT_MAX_SERVICES = 1000
+@@ -236,9 +236,9 @@ Warning: You have reached the stat parser limit! (%d)
+ Use --filter to parse specific service stats only.
+ ''' % HAPROXY_STAT_MAX_SERVICES
+ HAPROXY_STAT_FILTER_RE = re.compile(
+-'^(?P-?\d+)\s+(?P-?\d+)\s+(?P-?\d+)$')
++r'^(?P-?\d+)\s+(?P-?\d+)\s+(?P-?\d+)$')
+ HAPROXY_STAT_PROXY_FILTER_RE = re.compile(
+-'^(?P[a-zA-Z0-9_:\.\-]+)$')
++r'^(?P[a-zA-Z0-9_:\.\-]+)$')
+ HAPROXY_STAT_COMMENT = '#'
+ HAPROXY_STAT_SEP = ','
+ HAPROXY_STAT_CSV = [
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild
b/net-proxy/hatop/hatop-0.8.2.ebuild
index e79b4979df73..a0a1364cd6bb 100644
--- a/net-proxy/hatop/hatop-0.8.2.ebuild
+++ b/net-proxy/hatop/hatop-0.8.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
PYTHON_REQ_USE="ncurses"
inherit python-r1
@@ -22,6 +22,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
+PATCHES=("${FILESDIR}/hatop-0.8.2-python312.patch")
+
src_install() {
python_foreach_impl python_doscript bin/hatop
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 3638de72599c6a612e735e4d94a00b90eedbce5e
Author: Christian Ruppert gentoo org>
AuthorDate: Mon Apr 15 07:48:55 2024 +
Commit: Christian Ruppert gentoo org>
CommitDate: Mon Apr 15 07:49:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3638de72
net-proxy/hatop: Drop old version
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/Manifest | 1 -
net-proxy/hatop/hatop-0.8.1.ebuild | 31 ---
2 files changed, 32 deletions(-)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index 4805ecabf813..545e28f8d5e3 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1,2 +1 @@
-DIST hatop-0.8.1.tar.gz 136760 BLAKE2B
3692e9dd307d5f098bd3a66a3a75be5184e17d246dc94b3581d2742c9629d558dc4768baaef1c1e290825e57a651dccc926f22b4ecc98074cc8309fdda4b4b57
SHA512
25026ddd62ef43f02cfb3ef41a815adf232c8a4b3053e925dcea69696c207ffbf22966ce1177ef460071e683f5a4ec8d011d2bb2b0aa06f4a9b3e5932aae93b6
DIST hatop-0.8.2.tar.gz 138013 BLAKE2B
c4a86952bf892ad989c6a28aa4bec503b24cbd11ec78cc9fb89625e30f7b1d39c0f8929018df03e7c8906d1b478f31be1003b0c37be0d09916787e1825780a60
SHA512
5e772394d72962bdd014f93ee94ea59814cee33e17c1864af5b3ec97a19c2c33a6ad13f24d0cf0baf78335d9a82cee28b60a03754430b0aa9132c1dd92753cdb
diff --git a/net-proxy/hatop/hatop-0.8.1.ebuild
b/net-proxy/hatop/hatop-0.8.1.ebuild
deleted file mode 100644
index 9dc0452c3aa8..
--- a/net-proxy/hatop/hatop-0.8.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
-HOMEPAGE="https://github.com/jhunt/hatop";
-SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-src_install() {
- python_foreach_impl python_doscript bin/hatop
-
- doman man/hatop.1
-
- dodoc CHANGES.rst KEYBINDS README.rst
-}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 73595240115d1b46d227aab6d2a7fd00acd5df6d
Author: Christian Ruppert gentoo org>
AuthorDate: Wed May 3 07:04:31 2023 +
Commit: Christian Ruppert gentoo org>
CommitDate: Wed May 3 07:04:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73595240
net-proxy/hatop: Python 3.11 support
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/hatop-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild
b/net-proxy/hatop/hatop-0.8.2.ebuild
index 9dc0452c3aa8..e79b4979df73 100644
--- a/net-proxy/hatop/hatop-0.8.2.ebuild
+++ b/net-proxy/hatop/hatop-0.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ncurses"
inherit python-r1
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: ae837648e967c9c23b2bf63116da6a5898a34a51
Author: Christian Ruppert gentoo org>
AuthorDate: Fri Aug 5 13:31:57 2022 +
Commit: Christian Ruppert gentoo org>
CommitDate: Fri Aug 5 13:32:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae837648
net-proxy/hatop: Bump to 0.8.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/Manifest | 1 +
net-proxy/hatop/hatop-0.8.2.ebuild | 31 +++
2 files changed, 32 insertions(+)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index a9cfc9193b75..4805ecabf813 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1 +1,2 @@
DIST hatop-0.8.1.tar.gz 136760 BLAKE2B
3692e9dd307d5f098bd3a66a3a75be5184e17d246dc94b3581d2742c9629d558dc4768baaef1c1e290825e57a651dccc926f22b4ecc98074cc8309fdda4b4b57
SHA512
25026ddd62ef43f02cfb3ef41a815adf232c8a4b3053e925dcea69696c207ffbf22966ce1177ef460071e683f5a4ec8d011d2bb2b0aa06f4a9b3e5932aae93b6
+DIST hatop-0.8.2.tar.gz 138013 BLAKE2B
c4a86952bf892ad989c6a28aa4bec503b24cbd11ec78cc9fb89625e30f7b1d39c0f8929018df03e7c8906d1b478f31be1003b0c37be0d09916787e1825780a60
SHA512
5e772394d72962bdd014f93ee94ea59814cee33e17c1864af5b3ec97a19c2c33a6ad13f24d0cf0baf78335d9a82cee28b60a03754430b0aa9132c1dd92753cdb
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild
b/net-proxy/hatop/hatop-0.8.2.ebuild
new file mode 100644
index ..15c530c52d75
--- /dev/null
+++ b/net-proxy/hatop/hatop-0.8.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
+HOMEPAGE="https://github.com/jhunt/hatop";
+SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ python_foreach_impl python_doscript bin/hatop
+
+ doman man/hatop.1
+
+ dodoc CHANGES.rst KEYBINDS README.rst
+}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 2044ed519519f25d337b6688b91e361e411f6386
Author: Christian Ruppert gentoo org>
AuthorDate: Thu May 19 19:38:22 2022 +
Commit: Christian Ruppert gentoo org>
CommitDate: Thu May 19 19:38:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2044ed51
net-proxy/hatop: Python 3.10 support, bug 846173
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/Manifest | 1 -
net-proxy/hatop/hatop-0.8.0.ebuild | 31 ---
net-proxy/hatop/hatop-0.8.1.ebuild | 4 ++--
3 files changed, 2 insertions(+), 34 deletions(-)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index f11c21b3b15e..a9cfc9193b75 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1,2 +1 @@
-DIST hatop-0.8.0.tar.gz 134737 BLAKE2B
bc5b1f878dc3ff388c788b6f4a07d9a3076ca3c2c11de15ec6d1ad17d5b2295162568791e4dc9e3edf091a08c80662ceb4d5a6d276e69dd3c96132cb78d007ee
SHA512
1776da58a12835434d7b8f59582bad44fb3bf9479f05fedb45f84bc73792b331dda63f989c8b202436801a30600283ec782380e16aa75abf7643ffa5da029718
DIST hatop-0.8.1.tar.gz 136760 BLAKE2B
3692e9dd307d5f098bd3a66a3a75be5184e17d246dc94b3581d2742c9629d558dc4768baaef1c1e290825e57a651dccc926f22b4ecc98074cc8309fdda4b4b57
SHA512
25026ddd62ef43f02cfb3ef41a815adf232c8a4b3053e925dcea69696c207ffbf22966ce1177ef460071e683f5a4ec8d011d2bb2b0aa06f4a9b3e5932aae93b6
diff --git a/net-proxy/hatop/hatop-0.8.0.ebuild
b/net-proxy/hatop/hatop-0.8.0.ebuild
deleted file mode 100644
index 2b54555e554b..
--- a/net-proxy/hatop/hatop-0.8.0.ebuild
+++ /dev/null
@@ -1,31 +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} )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
-HOMEPAGE="https://github.com/jhunt/hatop";
-SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-src_install() {
- python_foreach_impl python_doscript bin/hatop
-
- doman man/hatop.1
-
- dodoc CHANGES.rst KEYBINDS README.rst
-}
diff --git a/net-proxy/hatop/hatop-0.8.1.ebuild
b/net-proxy/hatop/hatop-0.8.1.ebuild
index 9b40160d20ed..15c530c52d75 100644
--- a/net-proxy/hatop/hatop-0.8.1.ebuild
+++ b/net-proxy/hatop/hatop-0.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="ncurses"
inherit python-r1
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: b9c29dad43b3a1269482edfcf69b1426f99149f3
Author: Christian Ruppert gentoo org>
AuthorDate: Thu Nov 25 10:29:25 2021 +
Commit: Christian Ruppert gentoo org>
CommitDate: Thu Nov 25 10:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c29dad
net-proxy/hatop: Bump to 0.8.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/Manifest | 1 +
net-proxy/hatop/hatop-0.8.1.ebuild | 31 +++
2 files changed, 32 insertions(+)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index 487b2ec9edaa..f11c21b3b15e 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1 +1,2 @@
DIST hatop-0.8.0.tar.gz 134737 BLAKE2B
bc5b1f878dc3ff388c788b6f4a07d9a3076ca3c2c11de15ec6d1ad17d5b2295162568791e4dc9e3edf091a08c80662ceb4d5a6d276e69dd3c96132cb78d007ee
SHA512
1776da58a12835434d7b8f59582bad44fb3bf9479f05fedb45f84bc73792b331dda63f989c8b202436801a30600283ec782380e16aa75abf7643ffa5da029718
+DIST hatop-0.8.1.tar.gz 136760 BLAKE2B
3692e9dd307d5f098bd3a66a3a75be5184e17d246dc94b3581d2742c9629d558dc4768baaef1c1e290825e57a651dccc926f22b4ecc98074cc8309fdda4b4b57
SHA512
25026ddd62ef43f02cfb3ef41a815adf232c8a4b3053e925dcea69696c207ffbf22966ce1177ef460071e683f5a4ec8d011d2bb2b0aa06f4a9b3e5932aae93b6
diff --git a/net-proxy/hatop/hatop-0.8.1.ebuild
b/net-proxy/hatop/hatop-0.8.1.ebuild
new file mode 100644
index ..9b40160d20ed
--- /dev/null
+++ b/net-proxy/hatop/hatop-0.8.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
+HOMEPAGE="https://github.com/jhunt/hatop";
+SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ python_foreach_impl python_doscript bin/hatop
+
+ doman man/hatop.1
+
+ dodoc CHANGES.rst KEYBINDS README.rst
+}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: a4d58a96193c8a8eaf1d64b25113e9ef180f565b
Author: Christian Ruppert gentoo org>
AuthorDate: Wed Nov 4 11:38:27 2020 +
Commit: Christian Ruppert gentoo org>
CommitDate: Wed Nov 4 11:39:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d58a96
net-proxy/hatop: Remove haproxy dependency, re bug 753002
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Christian Ruppert gentoo.org>
net-proxy/hatop/hatop-0.8.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-proxy/hatop/hatop-0.8.0.ebuild
b/net-proxy/hatop/hatop-0.8.0.ebuild
index 2c3f9331958..d0d52230960 100644
--- a/net-proxy/hatop/hatop-0.8.0.ebuild
+++ b/net-proxy/hatop/hatop-0.8.0.ebuild
@@ -20,8 +20,7 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- net-proxy/haproxy"
+RDEPEND="${DEPEND}"
src_install() {
python_foreach_impl python_doscript bin/hatop
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 7bc6e065f536e035f539dedd09005c1a807cfe18
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 19 11:36:09 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 19 12:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc6e065
net-proxy/hatop: Remove old
Signed-off-by: Michał Górny gentoo.org>
net-proxy/hatop/Manifest | 1 -
net-proxy/hatop/hatop-0.7.7.ebuild | 31 ---
2 files changed, 32 deletions(-)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index e61d05cd4f6..487b2ec9eda 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1,2 +1 @@
-DIST hatop-0.7.7.tar.gz 134143 BLAKE2B
549290a67463a7c6ef58e1e0a45666dded7973e679183dee0be7aaa97491c5d0e36da98e2fc62e4097fa4811ad1e620078f32019abfd83472139c43b2805be47
SHA512
879de0e13af1d1c4e86be034066fb4bbc5c1700a30abebbfb1e1d524fb50cec0fa90fe160a7b7d00bf6aedd49ab7bb8fa1447f751fae95200e850ff506feb074
DIST hatop-0.8.0.tar.gz 134737 BLAKE2B
bc5b1f878dc3ff388c788b6f4a07d9a3076ca3c2c11de15ec6d1ad17d5b2295162568791e4dc9e3edf091a08c80662ceb4d5a6d276e69dd3c96132cb78d007ee
SHA512
1776da58a12835434d7b8f59582bad44fb3bf9479f05fedb45f84bc73792b331dda63f989c8b202436801a30600283ec782380e16aa75abf7643ffa5da029718
diff --git a/net-proxy/hatop/hatop-0.7.7.ebuild
b/net-proxy/hatop/hatop-0.7.7.ebuild
deleted file mode 100644
index f1114a42e99..000
--- a/net-proxy/hatop/hatop-0.7.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses"
-
-inherit python-r1
-
-DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
-HOMEPAGE="http://feurix.org/projects/hatop/";
-SRC_URI="https://hatop.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- net-proxy/haproxy"
-
-src_install() {
- python_foreach_impl python_doscript bin/hatop
-
- doman man/hatop.1
-
- dodoc CHANGES KEYBINDS README
-}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 2ec3a523cbcd8d8a41cd963a4da72d68fb10c1d3
Author: Tomáš Mózes gmail com>
AuthorDate: Thu Jul 30 12:55:22 2020 +
Commit: Thomas Deutschmann gentoo org>
CommitDate: Thu Jul 30 18:16:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec3a523
net-proxy/hatop: bump to 0.8.0 with py3 support
Closes: https://bugs.gentoo.org/645986
Signed-off-by: Tomáš Mózes gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16901
Signed-off-by: Thomas Deutschmann gentoo.org>
net-proxy/hatop/Manifest | 1 +
net-proxy/hatop/hatop-0.8.0.ebuild | 32
2 files changed, 33 insertions(+)
diff --git a/net-proxy/hatop/Manifest b/net-proxy/hatop/Manifest
index 3e1a8c7e048..e61d05cd4f6 100644
--- a/net-proxy/hatop/Manifest
+++ b/net-proxy/hatop/Manifest
@@ -1 +1,2 @@
DIST hatop-0.7.7.tar.gz 134143 BLAKE2B
549290a67463a7c6ef58e1e0a45666dded7973e679183dee0be7aaa97491c5d0e36da98e2fc62e4097fa4811ad1e620078f32019abfd83472139c43b2805be47
SHA512
879de0e13af1d1c4e86be034066fb4bbc5c1700a30abebbfb1e1d524fb50cec0fa90fe160a7b7d00bf6aedd49ab7bb8fa1447f751fae95200e850ff506feb074
+DIST hatop-0.8.0.tar.gz 134737 BLAKE2B
bc5b1f878dc3ff388c788b6f4a07d9a3076ca3c2c11de15ec6d1ad17d5b2295162568791e4dc9e3edf091a08c80662ceb4d5a6d276e69dd3c96132cb78d007ee
SHA512
1776da58a12835434d7b8f59582bad44fb3bf9479f05fedb45f84bc73792b331dda63f989c8b202436801a30600283ec782380e16aa75abf7643ffa5da029718
diff --git a/net-proxy/hatop/hatop-0.8.0.ebuild
b/net-proxy/hatop/hatop-0.8.0.ebuild
new file mode 100644
index 000..2c3f9331958
--- /dev/null
+++ b/net-proxy/hatop/hatop-0.8.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="ncurses"
+
+inherit python-r1
+
+DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
+HOMEPAGE="https://github.com/jhunt/hatop";
+SRC_URI="https://github.com/jhunt/hatop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ net-proxy/haproxy"
+
+src_install() {
+ python_foreach_impl python_doscript bin/hatop
+
+ doman man/hatop.1
+
+ dodoc CHANGES.rst KEYBINDS README.rst
+}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: 2af4fa7d4d036d0ab365cc9343d8e4f10c5a4120
Author: David Seifert gentoo org>
AuthorDate: Fri May 26 22:09:33 2017 +
Commit: David Seifert gentoo org>
CommitDate: Fri May 26 22:53:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af4fa7d
net-proxy/hatop: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-proxy/hatop/hatop-0.7.7.ebuild | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-proxy/hatop/hatop-0.7.7.ebuild
b/net-proxy/hatop/hatop-0.7.7.ebuild
index 5f8d6f02ca5..f1114a42e99 100644
--- a/net-proxy/hatop/hatop-0.7.7.ebuild
+++ b/net-proxy/hatop/hatop-0.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,8 +8,7 @@ PYTHON_REQ_USE="ncurses"
inherit python-r1
-DESCRIPTION="interactive ncurses client and real-time monitoring,
-statistics displaying tool for the HAProxy"
+DESCRIPTION="Ncurses client and real-time monitoring and displaying of HAProxy
status"
HOMEPAGE="http://feurix.org/projects/hatop/";
SRC_URI="https://hatop.googlecode.com/files/${P}.tar.gz";
@@ -17,8 +16,9 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
net-proxy/haproxy"
[gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/
commit: d82bda9f1adf753a062bc6ddd40f140bbe440a8d Author: Brian Evans gentoo org> AuthorDate: Sun Nov 8 03:12:22 2015 + Commit: Brian Evans gentoo org> CommitDate: Sun Nov 8 03:12:22 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82bda9f net-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 net-proxy/hatop/hatop-0.7.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/hatop/hatop-0.7.7.ebuild b/net-proxy/hatop/hatop-0.7.7.ebuild index 67be8be..e82a801 100644 --- a/net-proxy/hatop/hatop-0.7.7.ebuild +++ b/net-proxy/hatop/hatop-0.7.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT="python2_7" +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ncurses" inherit python-r1
