From unknown Sun Jun 15 08:08:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62532 <62532@debbugs.gnu.org> To: bug#62532 <62532@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add dool. Reply-To: bug#62532 <62532@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:08:45 +0000 retitle 62532 [PATCH] gnu: Add dool. reassign 62532 guix-patches submitter 62532 Yovan Naumovski severity 62532 normal tag 62532 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 29 14:33:29 2023 Received: (at submit) by debbugs.gnu.org; 29 Mar 2023 18:33:29 +0000 Received: from localhost ([127.0.0.1]:54945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phabx-000071-1A for submit@debbugs.gnu.org; Wed, 29 Mar 2023 14:33:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:59862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phabv-00006q-HU for submit@debbugs.gnu.org; Wed, 29 Mar 2023 14:33:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phabv-0004pp-43 for guix-patches@gnu.org; Wed, 29 Mar 2023 14:33:27 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phabs-000644-TC for guix-patches@gnu.org; Wed, 29 Mar 2023 14:33:26 -0400 Received: (Authenticated sender: yovan@gorski.stream) by mail.gandi.net (Postfix) with ESMTPSA id 14B8640003; Wed, 29 Mar 2023 18:33:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gorski.stream; s=gm1; t=1680114799; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0v7uXc54t398Nnbj3APsbvtWzAVBfJoxowQW1xhgU8A=; b=kcQnIA6SNorhy4OjSy3BwyfHtoFO+B3aRkkJkgvsnNeTXNR6hOEA9aMjjyfWGiNLngEjo5 wKYtTAGZMR+KQt4mdG2oM0oRaHz3kXJn6hrQulabl2irqfhAVVhCmG0ZBW/HWJKn/ynKPf pNpqMx+RkvEdQckBKtXALLiwHFa+HaAEBS0kwKapLJHGNORYQLVFPypzeydascce+uGHQW TaHkvDpSLGHTo6FVtzNcf+eTlZ6PblrbvDq6h1ij3/rIV3Iw3aUTzk5gSebt6tJXuaC2IZ /DbYx4A4kW3nzD89KEOj/VXgVbHz3qK2e3h13IU+gx33XTDgVGOUt2U191MAOA== From: Yovan Naumovski To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dool. Date: Wed, 29 Mar 2023 21:33:13 +0300 Message-Id: <20230329183313.24453-1-yovan@gorski.stream> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::222; envelope-from=yovan@gorski.stream; helo=relay2-d.mail.gandi.net X-Spam_score_int: -2 X-Spam_score: -0.3 X-Spam_bar: / X-Spam_report: (-0.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.999, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: submit Cc: Yovan Naumovski X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * gnu/packages/admin.scm (dool): New variable. --- gnu/packages/admin.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f48362c203..1f189f224c 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3448,6 +3448,47 @@ (define-public dstat (home-page "http://dag.wiee.rs/home-made/dstat/") (license license:gpl2+))) +(define-public dool + (package + (name "dool") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/scottchiefbaker/dool") + (commit (string-append "v" version)))) + (file-name (git-file-name "dool" version)) + (sha256 + (base32 "13qq52lq7z3pl2mgrhwqh8c69p9x5rkyjqjswszd6vdbzm7zk7yq")))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'remove-symlinks-and-snap-packaging + ;; remove symlinks that make 'ensure-no-mtimes-pre-1980 fail + (lambda _ + (delete-file "examples/dstat.py") + (delete-file-recursively "packaging/snap"))) + (replace 'build + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (out-share (string-append out "/share")) + (out-share-man (string-append out-share "/man"))) + (substitute* "install.py" + (("homedir = os.path.expanduser(.*)$") + (string-append "homedir = \"" out "\""))) + (invoke "python" "install.py") + (install-file "docs/dool.1" (string-append out-share-man "/man1/"))))) + (delete 'install) + (delete 'check)))) + (build-system python-build-system) + (synopsis "Command line system resource monitoring tool") + (description "Dool is a command line tool to monitor many aspects of your +system: CPU, Memory, Network, Load Average, etc. It also includes a robust +plug-in architecture to allow monitoring other system metrics.") + (home-page "https://github.com/scottchiefbaker/dool") + (license license:gpl2+))) + (define-public thefuck (package (name "thefuck") -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 31 12:25:57 2023 Received: (at 62532) by debbugs.gnu.org; 31 Mar 2023 16:25:57 +0000 Received: from localhost ([127.0.0.1]:34355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1piHZd-0000Xk-1V for submit@debbugs.gnu.org; Fri, 31 Mar 2023 12:25:57 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:40145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1piHZa-0000XU-9Q for 62532@debbugs.gnu.org; Fri, 31 Mar 2023 12:25:55 -0400 Received: (Authenticated sender: yovan@gorski.stream) by mail.gandi.net (Postfix) with ESMTPSA id 51D1124000A; Fri, 31 Mar 2023 16:25:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gorski.stream; s=gm1; t=1680279947; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YgsQUGHr5gF6759K8V1Bli9IOdEh5azEDsada5JGV7Q=; b=OrsUqY+j48k6oy7vEnR2voWQ9dmk3gklsG+hNZdLmFfJ0yWSXaqzwZqPflRkeqGntn1LQo 9mskt/IC4simIwGBf0iEFqfr7OyL8m5wK5wfbTYB++nlqnNBa0wHCWGSW8JQlQbr6RTJg/ pqk5DXXa7r7ZTsIiEg9BMtTD7JN/rZUUOA+iPvUNsYcQw4ruiWGyWlx3hPamp48HSjHdIc dXqwBqQY4zLBV8vsobvqk2J0gbuxR409W2Jq/rbasFUng1RKkBFL/1ZaO6tu7Y2N9RLtKH +zDJsLiQkdXdnZiFi74UvC3Hpoq204Ir7g7W3xCyWKxPD60o8pvncpT2BDLarQ== From: Yovan Naumovski To: 62532@debbugs.gnu.org Subject: [PATCH v2] gnu: Add dool. Date: Fri, 31 Mar 2023 19:25:30 +0300 Message-Id: <20230331162530.27770-1-yovan@gorski.stream> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/admin.scm (dool): New variable. --- gnu/packages/admin.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f48362c203..48a16ea69d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3448,6 +3448,46 @@ (define-public dstat ( [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 T_PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: gorski.stream (stream)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 62532 Cc: Yovan Naumovski X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/admin.scm (dool): New variable. --- gnu/packages/admin.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f48362c203..48a16ea69d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3448,6 +3448,46 @@ (define-public dstat (home-page "http://dag.wiee.rs/home-made/dstat/") (license license:gpl2+))) +(define-public dool + (package + (name "dool") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/scottchiefbaker/dool") + (commit (string-append "v" version)))) + (file-name (git-file-name "dool" version)) + (sha256 + (base32 "13qq52lq7z3pl2mgrhwqh8c69p9x5rkyjqjswszd6vdbzm7zk7yq")))) + (build-system python-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'remove-symlinks-and-snap-packaging + ;; remove symlinks that make 'ensure-no-mtimes-pre-1980 fail + (lambda _ + (delete-file "examples/dstat.py") + (delete-file-recursively "packaging/snap"))) + (replace 'build + (lambda _ + (let ((share-man (string-append #$output "/share/man"))) + (substitute* "install.py" + (("homedir = os.path.expanduser(.*)$") + (string-append "homedir = \"" #$output "\""))) + (invoke "python" "install.py") + (install-file "docs/dool.1" (string-append share-man "/man1/"))))) + (delete 'install) + (delete 'check)))) + (synopsis "Command line system resource monitoring tool") + (description "Dool is a command line tool to monitor many aspects of your +system: CPU, Memory, Network, Load Average, etc. It also includes a robust +plug-in architecture to allow monitoring other system metrics.") + (home-page "https://github.com/scottchiefbaker/dool") + (license license:gpl2+))) + (define-public thefuck (package (name "thefuck") -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 03 07:14:32 2023 Received: (at submit) by debbugs.gnu.org; 3 Apr 2023 11:14:32 +0000 Received: from localhost ([127.0.0.1]:43471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjI8u-0002hm-5k for submit@debbugs.gnu.org; Mon, 03 Apr 2023 07:14:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:46426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjI8r-0002hW-SS for submit@debbugs.gnu.org; Mon, 03 Apr 2023 07:14:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pjI8q-0006E0-Pu for guix-patches@gnu.org; Mon, 03 Apr 2023 07:14:28 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pjI8o-0005g2-Sl for guix-patches@gnu.org; Mon, 03 Apr 2023 07:14:28 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id B46ECC000D; Mon, 3 Apr 2023 11:14:22 +0000 (UTC) From: Nicolas Goaziou To: Yovan Naumovski via Guix-patches via Subject: Re: [bug#62532] [PATCH v2] gnu: Add dool. References: <20230329183313.24453-1-yovan@gorski.stream> <20230331162530.27770-1-yovan@gorski.stream> Date: Mon, 03 Apr 2023 13:14:21 +0200 In-Reply-To: <20230331162530.27770-1-yovan@gorski.stream> (Yovan Naumovski via Guix-patches via's message of "Fri, 31 Mar 2023 19:25:30 +0300") Message-ID: <87zg7pgquq.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::226; envelope-from=mail@nicolasgoaziou.fr; helo=relay6-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 62532-done@debbugs.gnu.org, Yovan Naumovski X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, Yovan Naumovski via Guix-patches via writes: > * gnu/packages/admin.scm (dool): New variable. Thank you! I fixed installation directories and added smoke tests. Applied! Regards, -- Nicolas Goaziou From unknown Sun Jun 15 08:08:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 May 2023 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator