Path: csiph.com!weretis.net!feeder9.news.weretis.net!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Antoine Beaupre Newsgroups: linux.debian.bugs.dist,linux.debian.maint.python Subject: Bug#1088912: RFP: keyring-pass -- python3-keyring-pass Date: Mon, 02 Dec 2024 22:00:01 +0100 Message-ID: X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Mon Dec 2 20:51:09 2024 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -2.4 Reply-To: Antoine Beaupre , 1088912@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: debian-python@lists.debian.org, wnpp@debian.org X-Debian-Pr-Message: report 1088912 X-Debian-Pr-Package: wnpp Dmarc-Filter: OpenDMARC Filter v1.4.2 marcos.anarc.at 38DFA10E0AE Authentication-Results: marcos.anarc.at; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: marcos.anarc.at; spf=none smtp.mailfrom=debian.org Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailer: reportbug 12.0.0 X-Debian-Message: from BTS X-Mailing-List: archive/latest/1871261 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Mon, 02 Dec 2024 15:48:07 -0500 X-Original-Message-ID: <173317248788.955487.12745103056720098847.reportbug@angela.anarc.at> Xref: csiph.com linux.debian.bugs.dist:1222503 linux.debian.maint.python:16514 Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-python@lists.debian.org * Package name : keyring-pass Version : 0.9.3 Upstream Contact: https://github.com/nazarewk * URL : https://github.com/nazarewk/keyring_pass * License : MIT Programming Lang: Python Description : python3-keyring-pass password-store backend for the Python keyring module. ---- On my system, because I have a weird desktop and don't use any "official" keyring system, I sometimes get weird prompts for setting up kwallet (which happens to be installed, but that i don't use). I *finally* figured out i can fix this by disabling the keyring package with: python -m keyring --disable which effectively drops this blob in ~/.config/python_keyring/keyringrc.cfg: [backend] default-keyring=keyring.backends.null.Keyring but wouldn't it be great if the python keyring module would work with my password manager, which is pass? This is one of the backends suggested upstream: https://github.com/jaraco/keyring/#third-party-backends