From unknown Tue Jun 17 01:43:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57794] [PATCH 0/1] gnu: Add cpass. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Sep 2022 06:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57794 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57794@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166313807312757 (code B ref -1); Wed, 14 Sep 2022 06:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Sep 2022 06:47:53 +0000 Received: from localhost ([127.0.0.1]:53500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMBd-0003Jf-Hg for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:47:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:47906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMBb-0003JP-MW for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:47:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYMBV-0003ld-6U for guix-patches@gnu.org; Wed, 14 Sep 2022 02:47:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYMBP-0007PV-J7 for guix-patches@gnu.org; Wed, 14 Sep 2022 02:47:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A3A3540056; Wed, 14 Sep 2022 08:47:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l5es6PUQzr83; Wed, 14 Sep 2022 08:47:30 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663138049; bh=bOzXa1KE9fx3b0d5uiGv1mS7a+Q+6ckfnko67V5VV1c=; h=From:To:Cc:Subject:Date; b=Gg7AXO3k2J7k//DDlYYe7kX6eq3f38Xx/K2Wgf+9eUUI2hGqixUo5jl0EDRk72VIz RfQ0opQyaoyvS0wy5nwC+XBKDJJAkwlM+nKtCE9dmWBnkcVRq6FDydPR+EZ/mQOg7y bgf6y1I2iksxpaloKhBqI4QY86aQdCUh1BwlTiAtU1dMXhAxkGwgXeYDY/+9WXO8pH nuIYTvsijckKWr7dNtA0v8ZrepMmvnMOepXF+bYjUnpQ7efsTrnrZ8KtsUjTmQi+OF krs6W5BWA8etbWFnz6IFYX9ffGhgTeV27Djb70VCuemgBAllX7a7RG7sv3yR2afF7D 2knBRx0/UrjWw== Date: Wed, 14 Sep 2022 07:47:24 +0100 Message-Id: <20220914064724.2589-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 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_ONE_CHAR=0.685, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.4 (/) 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.4 (-) This patch adds ``cpass'', a TUI interface for the ``pass'' password manager. ( (1): gnu: Add cpass. gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) -- 2.37.3 From unknown Tue Jun 17 01:43:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57794] [PATCH 1/1] gnu: Add cpass. References: <20220914064724.2589-1-paren@disroot.org> In-Reply-To: <20220914064724.2589-1-paren@disroot.org> Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Sep 2022 06:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57794 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57794@debbugs.gnu.org Cc: "\(" Received: via spool by 57794-submit@debbugs.gnu.org id=B57794.166313811912903 (code B ref 57794); Wed, 14 Sep 2022 06:49:01 +0000 Received: (at 57794) by debbugs.gnu.org; 14 Sep 2022 06:48:39 +0000 Received: from localhost ([127.0.0.1]:53505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMCM-0003M3-Rp for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:48:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:55918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMCK-0003Lt-EU for 57794@debbugs.gnu.org; Wed, 14 Sep 2022 02:48:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C3DF249FEB; Wed, 14 Sep 2022 08:48:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2roPJaz90k7I; Wed, 14 Sep 2022 08:48:34 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663138114; bh=lmCON3rjpIcXaxPvGpWY1HC4xX0ZntNd/u+tsiLfPFU=; h=From:To:Cc:Subject:Date; b=UqsMnHIPl4K3v1/gGT3ksDHc7jJirFMyacUCgLD51nSMYz86+fDb1LbwgILT8YDes mGtWUIkl9Es1DB8ofIayjyGli5TASMGMs65JnmnRdYZ2EYAwapurxWPcnlZhCrY7ea jfMzQ56RkkjrsnTubeANBLmVXpNsxv/wABfuGT61pZb14BSzxxak2CGJF3Z4I2WUSz RXkA7a/f4gj9++2nueWiQi4R2aTPl1akjyh7yXbRKJT/1FrzuG+sO2ij9xGEBYgJyV XZy7bFJh19qERJtYpmkc7er6lOLjsbcOFO7CXqIqa0EJYQb8vbSUvEHfRcjTlieUBu Z2hmBuvRsvwXQ== Date: Wed, 14 Sep 2022 07:48:32 +0100 Message-Id: <20220914064832.2688-1-paren@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) 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: -0.0 (/) * gnu/packages/password-utils.scm (cpass): New variable. --- gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 003e346305..bcc1d9421d 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -36,6 +36,7 @@ ;;; Copyright © 2021 David Dashyan ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Maxime Devos +;;; Copyright © 2022 ( ;;; ;;; This file is part of GNU Guix. ;;; @@ -58,6 +59,7 @@ (define-module (gnu packages password-utils) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system go) + #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (guix download) #:use-module (guix gexp) @@ -109,8 +111,7 @@ (define-module (gnu packages password-utils) #:use-module (gnu packages wxwidgets) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xorg) - #:use-module (gnu packages xml) - #:use-module (guix build-system python)) + #:use-module (gnu packages xml)) (define-public pwgen (package @@ -1315,3 +1316,36 @@ (define-public pass-tomb therefore you don't need to manage more key or secret. Moreover, you can ask pass-tomb to automatically close your store after a given time.") (license license:gpl3+))) + +(define-public cpass + (package + (name "cpass") + (version "0.9.4") + (source (origin + (method url-fetch) + (uri (pypi-uri "cpass" version)) + (sha256 + (base32 + "1zp3a8mgqxn916fzj1v2yhgnl7v6s0vnd0qcghqs3qq648qmlwr5")))) + (build-system python-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-pass-refs + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "cpass.py" + (("'pass'") + (string-append "'" + (search-input-file inputs + "bin/pass") + "'")) + (("\\.password_store") + ".password-store"))))))) + (inputs (list password-store)) + (propagated-inputs (list python-urwid)) + (home-page "https://github.com/OliverLew/cpass") + (synopsis "Textual interface for @command{pass}") + (description + "@command{cpass} is a terminal user interface for @command{pass}. +It supports both vim-like keybindings and the mouse.") + (license license:expat))) -- 2.37.3 From unknown Tue Jun 17 01:43:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "(" Subject: bug#57794: closed (Re: [bug#57794] [PATCH 0/1] gnu: Add cpass.) Message-ID: References: <87tu4h2g01.fsf@cbaines.net> <20220914064724.2589-1-paren@disroot.org> X-Gnu-PR-Message: they-closed 57794 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57794@debbugs.gnu.org Date: Thu, 06 Oct 2022 14:18:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665065882-27476-1" This is a multi-part message in MIME format... ------------=_1665065882-27476-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57794: [PATCH 0/1] gnu: Add cpass. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57794@debbugs.gnu.org. --=20 57794: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57794 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665065882-27476-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57794-done) by debbugs.gnu.org; 6 Oct 2022 14:17:37 +0000 Received: from localhost ([127.0.0.1]:33034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogRgv-00078X-H8 for submit@debbugs.gnu.org; Thu, 06 Oct 2022 10:17:37 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogRgt-00078P-IN for 57794-done@debbugs.gnu.org; Thu, 06 Oct 2022 10:17:35 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id 1FA6627BBE9; Thu, 6 Oct 2022 15:17:35 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id a83b3b8b; Thu, 6 Oct 2022 14:17:34 +0000 (UTC) References: <20220914064724.2589-1-paren@disroot.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: "(" Subject: Re: [bug#57794] [PATCH 0/1] gnu: Add cpass. Date: Thu, 06 Oct 2022 15:17:18 +0100 In-reply-to: <20220914064724.2589-1-paren@disroot.org> Message-ID: <87tu4h2g01.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57794-done Cc: 57794-done@debbugs.gnu.org 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.0 (-) --=-=-= Content-Type: text/plain "( via Guix-patches" via writes: > This patch adds ``cpass'', a TUI interface for the ``pass'' password > manager. > > ( (1): > gnu: Add cpass. > > gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++-- > 1 file changed, 36 insertions(+), 2 deletions(-) Thanks, pushed to master as 5b42b64ea89564c58325d16d3d0f4a0a03ebae0f. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmM+435fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe83w//Y4K+rYWeHPyKI0sAB/VucSixIreu5hBE f/idM+w6sbOCGR5XCtmq5gJkSnAxN/+7xCh47IgwuFM47dmo2oF9T+ugzNnLerBn rI+kTcxsWLX2sv4nHsD8iJqTpa8S+/meo7IfQPzip+Srogh5d+NFMbVAvtiLq0n4 DOEDVERjsJ7Y/FnoMTNwqbEPrBgWEKuJrsiGtU71TEOc0L9aTZtto3jrQmuoNv2Y uaQz3KeKKsSfT7hk3Wb+U1V1iAWSCQUJHGaR21WE4euMjz4aTsZR/Hlz4hBi689l ysPekcI4orIEAYTov8SQ8GVKXBcW7clBMK8nDEeyIr0Wy8hkIVuxL2+tbQTU+iEF /vp21PL8dHC9Y0fVLdQ/AFIlT+at2mMA1lQilgeAjHrB0WaWOt75v9rUG7WKGT/O kf/NGcn3890DxeySJuQq70YSVigHi6EkySAZuMJaVYioQJRjLamaAfdo3LEAoY0a 0GtOFFxJAlH5dEWX9iRw8yx9/LtPvbr58wx84i7FN84ccNIktmqF09h3xZwkXkU5 1GkdS2fQ8LQB2Q/QklnYGv0MOXw5zh4kjoqcODInVIpNeOjRSWlKMIGhYMnnPWHk /QcGIEbqmQIIoU1wdBZSCLhb7pYi2oOtFVcXt1zg2zTvsITehCS8sTxdsPLFVO8W eQ4FlYj7G84= =6n4V -----END PGP SIGNATURE----- --=-=-=-- ------------=_1665065882-27476-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Sep 2022 06:47:53 +0000 Received: from localhost ([127.0.0.1]:53500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMBd-0003Jf-Hg for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:47:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:47906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYMBb-0003JP-MW for submit@debbugs.gnu.org; Wed, 14 Sep 2022 02:47:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYMBV-0003ld-6U for guix-patches@gnu.org; Wed, 14 Sep 2022 02:47:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYMBP-0007PV-J7 for guix-patches@gnu.org; Wed, 14 Sep 2022 02:47:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A3A3540056; Wed, 14 Sep 2022 08:47:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l5es6PUQzr83; Wed, 14 Sep 2022 08:47:30 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1663138049; bh=bOzXa1KE9fx3b0d5uiGv1mS7a+Q+6ckfnko67V5VV1c=; h=From:To:Cc:Subject:Date; b=Gg7AXO3k2J7k//DDlYYe7kX6eq3f38Xx/K2Wgf+9eUUI2hGqixUo5jl0EDRk72VIz RfQ0opQyaoyvS0wy5nwC+XBKDJJAkwlM+nKtCE9dmWBnkcVRq6FDydPR+EZ/mQOg7y bgf6y1I2iksxpaloKhBqI4QY86aQdCUh1BwlTiAtU1dMXhAxkGwgXeYDY/+9WXO8pH nuIYTvsijckKWr7dNtA0v8ZrepMmvnMOepXF+bYjUnpQ7efsTrnrZ8KtsUjTmQi+OF krs6W5BWA8etbWFnz6IFYX9ffGhgTeV27Djb70VCuemgBAllX7a7RG7sv3yR2afF7D 2knBRx0/UrjWw== To: guix-patches@gnu.org Subject: [PATCH 0/1] gnu: Add cpass. Date: Wed, 14 Sep 2022 07:47:24 +0100 Message-Id: <20220914064724.2589-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 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_ONE_CHAR=0.685, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: submit Cc: "\(" 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.4 (-) This patch adds ``cpass'', a TUI interface for the ``pass'' password manager. ( (1): gnu: Add cpass. gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) -- 2.37.3 ------------=_1665065882-27476-1--