From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4LzQCqoxCGL9SQEAgWs5BA (envelope-from ) for ; Sat, 12 Feb 2022 23:16:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id dLiSA6oxCGJ1xAAAG6o9tA (envelope-from ) for ; Sat, 12 Feb 2022 23:16:10 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BB2703BF58 for ; Sat, 12 Feb 2022 23:16:09 +0100 (CET) Received: from localhost ([::1]:59390 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJ0ga-0005cY-Um for larch@yhetil.org; Sat, 12 Feb 2022 17:16:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJ0gU-0005cO-DP for guix-patches@gnu.org; Sat, 12 Feb 2022 17:16:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJ0gU-00046X-1Z for guix-patches@gnu.org; Sat, 12 Feb 2022 17:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nJ0gT-0002GP-UR for guix-patches@gnu.org; Sat, 12 Feb 2022 17:16:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53929] [PATCH] gnu: Add python-onlykey Resent-From: =?UTF-8?Q?P=C4=81ladhammika?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Feb 2022 22:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53929 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 53929@debbugs.gnu.org Received: via spool by 53929-submit@debbugs.gnu.org id=B53929.16447041358660 (code B ref 53929); Sat, 12 Feb 2022 22:16:01 +0000 Received: (at 53929) by debbugs.gnu.org; 12 Feb 2022 22:15:35 +0000 Received: from localhost ([127.0.0.1]:35865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJ0fx-0002FV-Na for submit@debbugs.gnu.org; Sat, 12 Feb 2022 17:15:35 -0500 Received: from mail-4027.protonmail.ch ([185.70.40.27]:33679) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJ0fv-0002FH-WA for 53929@debbugs.gnu.org; Sat, 12 Feb 2022 17:15:28 -0500 Date: Sat, 12 Feb 2022 22:15:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1644704121; bh=K8G0tp3esdGdKnGziMGv14EitnW9ZstI1KJqk77AbV0=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=GfdHHhbxghLBKv8d/JeN6PlL2dYQs73l7i7pFywQ2fQZ+KIzJbCOkGb9WkoJHRSDq TTTfPnron4IzIHPoeLcjpIWnVvTeAiKsYHlwecSbja5MZzAarZO/9XW8IocOHUvWoh vHRhOvY9TTwZp9t9rRwXUTJKLS1nsCtAanSi5Z3kNxSOcqI22Iu/PivTxeqWklz3Mz QrfLe+9Ogv7GJo/3MyMHngcgAjRc9JGxt6CDszn1X70IHk7cNsEkY6ypFTAnQTJUAQ w+cPK2dWw+EmOs6BwakLOxFGRRLT9hQ/BAo37+Gw3BqWK5tl0wR77ycTjAWdAK64QU Zq2kqAbRkfr8w== Message-ID: In-Reply-To: <087add2ce88b652930582d187ac9fb6b7328df92.camel@telenet.be> References: <087add2ce88b652930582d187ac9fb6b7328df92.camel@telenet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: =?UTF-8?Q?P=C4=81ladhammika?= X-ACL-Warn: , =?utf-8?q?P=C4=81ladhammika_via_Guix-patches?= From: =?utf-8?q?P=C4=81ladhammika_via_Guix-patches?= via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1644704169; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=K8G0tp3esdGdKnGziMGv14EitnW9ZstI1KJqk77AbV0=; b=o8x3Y1hBw3jECB+c4FXpZG9DnP2SOpl/WiISnhELMuX9yMGZS9CzyDLGG0mwyVeHlVjBVe IKZoiulIIn1u+IjS1/1NGZN5O2GQv6gVBfBxBGwhFR+5fIoCCThb29NrA4DjchVeFIagDJ +g8M91b9Vy0zzuLeOR5B8L5wTjFHzMYU65MBQbZ4Pj638i5hIvlWR7gccFY1+/EecW63nO GHiifu8ouSP/oYlcexWnHad3D7B9CqV4LrXrQHZMx/czHsuuzFJkx0VTi1Z5Pju5Z4efBD z0c+4PA/W/PFsctzRjn8y6S6REFah+IXGSEfPx9udA8uKfr5b0MdGo5bSgYMCg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644704169; a=rsa-sha256; cv=none; b=TOgIvyn+e7DYE0fzNkLjDA/jOCXuKqjN95DIeA2b7JrlCxBiUw8ush+bWmsfAjyAVQ/yfS rqZKrS32rvJ8xvaJZoUfdeohe/hic21HtHHYy51/jp3edlB3/42ZNodiUpbKuZCOsVckd2 pVKSn+jLrUBNtqLMKLqpPUCws2QqvvyvzISrlbU0Soh8coywPyqIcNLJC321fBBZxDCzPn VMbiJkxWcUAcmXAh4wIIT70sNqDorX8S6UFwizq49Eg6o491aeNhspUTW3+HQmUs5egZHr qivjomb5zKtdIM+tSPTis2iz2iIdvUEq2XlfvDswiNxwgkOHx/DyDrM23EygbA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=GfdHHhbx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=GfdHHhbx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: BB2703BF58 X-Spam-Score: -4.93 X-Migadu-Scanner: scn0.migadu.com X-TUID: cUcKHuNIEJuk Taken from the horses mouth: "A command line interface to the OnlyKey (Simi= lar functionality to OnlyKey App) that can be used for configuration, scrip= ting, and testing." -- Is this considered sufficient? All the best, P=C4=81ladhammika ------- Original Message ------- On Saturday, February 12th, 2022 at 5:53 PM, Maxime Devos wrote: > P=C4=81ladhammika via Guix-patches via schreef op do 10-02-2022 om 21:30 > > [+0000]: > > > +=C2=A0=C2=A0 (synopsis "OnlyKey client and command-line tool") > > > > +=C2=A0=C2=A0 (description "@code{OnlyKey Python Command-Line Utility} = is a > > > > command line tool > > > > +targeted towards more advanced users.=C2=A0 This can be used for > > > > configuration and testing.") > > This tells me that 'OnlyKey Python Command-Line Utility=E2=80=99 is a CLI > > tool with some configuration and testing, and it makes a distinction > > between =E2=80=98advanced users=E2=80=99 and ... =E2=80=98not-advanced us= ers=E2=80=99? > > Making a judgement about user's =E2=80=98advancedness=E2=80=99 doesn't se= em nice, > > can the description be factual and descriptive, so potential users > > can decide for theirselves whether this package is suitable for them? > > Also, this description doesn't tell me anything what this package is > > useful for. If I replace =E2=80=98Onlykey ... Utility=E2=80=99 by = =E2=80=98shepherd=E2=80=99, then > > this might as well be a description for the 'shepherd' package. > > Greetings, > > Maxime.