From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id OIyIJj528mILggAAbAwnHQ (envelope-from ) for ; Tue, 09 Aug 2022 16:59:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AH9pJj528mIkEQEA9RJhRA (envelope-from ) for ; Tue, 09 Aug 2022 16:59:10 +0200 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 78BAC17DCF for ; Tue, 9 Aug 2022 16:59:10 +0200 (CEST) Received: from localhost ([::1]:45554 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLQhJ-0007hj-N7 for larch@yhetil.org; Tue, 09 Aug 2022 10:59:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLQhC-0007g8-Ul for guix-patches@gnu.org; Tue, 09 Aug 2022 10:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLQhC-0006V8-Lb for guix-patches@gnu.org; Tue, 09 Aug 2022 10:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLQhC-0003JY-Hp for guix-patches@gnu.org; Tue, 09 Aug 2022 10:59:02 -0400 Subject: bug#56769: [PATCH] gnu: wrap-python3: Clarify relationship with wrapped package. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 09 Aug 2022 14:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56769 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Philip McGrath Cc: 56769-done@debbugs.gnu.org Mail-Followup-To: 56769@debbugs.gnu.org, ludo@gnu.org, philip@philipmcgrath.com Received: via spool by 56769-done@debbugs.gnu.org id=D56769.166005711912702 (code D ref 56769); Tue, 09 Aug 2022 14:59:02 +0000 Received: (at 56769-done) by debbugs.gnu.org; 9 Aug 2022 14:58:39 +0000 Received: from localhost ([127.0.0.1]:44466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLQgo-0003Io-Kl for submit@debbugs.gnu.org; Tue, 09 Aug 2022 10:58:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLQgn-0003Ic-Bz for 56769-done@debbugs.gnu.org; Tue, 09 Aug 2022 10:58:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39842) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLQgi-0006OO-1o; Tue, 09 Aug 2022 10:58:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=SKlA2NHhYy/og9eD0isuHoZAWcsnPlRie7R9FXT5OxI=; b=HM3zFGMJSS+/vYFiu1ip s4l5sOnrZSBbZRzMg+9YQFit9534dNTPxnc1wrVoivd0DOuMhIdoHuKNzSbpGAcWmn79HGlgWN5MN +SlSuOArHrZkpOV+viRCfge7hCuJj8Ibh2avT6CZSsINEjd/Z80G24cWao3DRt8Gkt0xpSY7+WkEa xWtgd42vB22UHhoIR6jWO8qJbIiEmpcUZa/2oWcz3i8Kjsh0piQZLyJjQfvb7NJnMuSDFOswdbOgn PJ8Sr3H2olvW7PgvmU40/MLBjhGRPKmaG51ejlb5kyEGVrhNwQMu5BsBI6ss8hK8TP4hbmhGgmkUy zwwtsj7OKmVu6w==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=41792 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLQgh-0005IO-L7; Tue, 09 Aug 2022 10:58:31 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <61a803dbf366b7ab4365b91d23663a8620b64c7f.1658779495.git.philip@philipmcgrath.com> Date: Tue, 09 Aug 2022 16:58:30 +0200 In-Reply-To: <61a803dbf366b7ab4365b91d23663a8620b64c7f.1658779495.git.philip@philipmcgrath.com> (Philip McGrath's message of "Mon, 25 Jul 2022 16:05:10 -0400") Message-ID: <871qtp79bd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660057150; h=from:from:sender:sender: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-to: 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=SKlA2NHhYy/og9eD0isuHoZAWcsnPlRie7R9FXT5OxI=; b=PSeSn8KoqlDUFM6bUWrHWlgusOHGTEhlOucYQyNylbFCczIM4fWfSmlHHFw9XJMOUBPg/u h21S3lkjetsfBX2DBNCx5yABYVv411eQ/3z8yv9RtJDb1yjJsROXWjqzoJCqSDLIss+JGF Yp3eQxLHQlQJdIv1e85rsJeyY0sOmsvZLvPOwvQbNbSqhdWNFk7GwGHDC/8m57bkvn5EXC qNaJc5o5zAa/zIhIqWU49q8PsrrRdAEHOhwENrAQST9jIpVWFdHQU7g98Q9fEemMsM9WKr CB0z0j5ptcAKtSOoCSdYJc8R6Z/7tqtZZto2mnAnQGmHhJHI9puyE2XzroyZxA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660057150; a=rsa-sha256; cv=none; b=Gb3JAyHTccrAoHTkwDEGP07mi8Cifnc6JQDHs2uV6VZOhGS4PdT/GpORU/uk2JmhmjQIh+ 3r+LMyxZt6cfYeJJeHXfV76Rg38cVsKnaHwdJQjvl7r1bHEqiJTN/9sUlvzaNC3snja3c1 MhAhyE9KzBHOz+v3O63EQ3mldBL/ShylU23RBGinwpi4pTn3OC3zj38Ws8VEjysTdeZjzg rdJQIQRc7bDccrM7FvDiG6ejMRvv0AyiNgCpkcXnskg6gIJbE7GBIuuklkBr+QyaDyIYMo kC7qbWhnAb/Zt43VDCvaCYZ9QXcd/HrKjG0lw3/by6xVu9c9tsckb8+zOhCruA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HM3zFGMJ; 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: -5.19 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HM3zFGMJ; 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: 78BAC17DCF X-Spam-Score: -5.19 X-Migadu-Scanner: scn0.migadu.com X-TUID: IpAMQdlamA3m Hi, Philip McGrath skribis: > The previous description could give the impression that the user faced a > choice between `python` and `python3`, but could not have both at once. > In fact, the packages `python-wrapper` and `python-minimal-wrapper` > already provide both sets of names. > > * gnu/packages/python.scm (wrap-python3)[description]: Tweak. Applied! > +@command{python} package: this package uses the @command{python} package= as a > +propagated input, so installing this package already makes both the vers= ioned > +and the unversioned commands available."))) Change @command to @code above. Thanks, Ludo=E2=80=99.