From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cAWXET5is2ENggEAgWs5BA (envelope-from ) for ; Fri, 10 Dec 2021 15:20:46 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 6HhaDT5is2E+OwAAB5/wlQ (envelope-from ) for ; Fri, 10 Dec 2021 14:20:46 +0000 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 10F1E198A6 for ; Fri, 10 Dec 2021 15:20:46 +0100 (CET) Received: from localhost ([::1]:41548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mvglQ-0001DG-JL for larch@yhetil.org; Fri, 10 Dec 2021 09:20:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvgkn-0001BS-JE for guix-patches@gnu.org; Fri, 10 Dec 2021 09:20:10 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34451) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mvgkk-0001Io-9Z for guix-patches@gnu.org; Fri, 10 Dec 2021 09:20:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mvgkk-0000oD-5L for guix-patches@gnu.org; Fri, 10 Dec 2021 09:20:02 -0500 Subject: bug#51856: [PATCH 1/2] gnu: Add python-sphinx-prompt. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 10 Dec 2021 14:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51856 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego Cc: 51856-done@debbugs.gnu.org Mail-Followup-To: 51856@debbugs.gnu.org, ludo@gnu.org, monego@posteo.net Received: via spool by 51856-done@debbugs.gnu.org id=D51856.16391459553033 (code D ref 51856); Fri, 10 Dec 2021 14:20:01 +0000 Received: (at 51856-done) by debbugs.gnu.org; 10 Dec 2021 14:19:15 +0000 Received: from localhost ([127.0.0.1]:45996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvgjy-0000mq-Ay for submit@debbugs.gnu.org; Fri, 10 Dec 2021 09:19:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvgjo-0000m8-GF for 51856-done@debbugs.gnu.org; Fri, 10 Dec 2021 09:19:13 -0500 Received: from [2001:470:142:3::e] (port=53700 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvgji-0001Cv-N2; Fri, 10 Dec 2021 09:18:58 -0500 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=JK5S2Nhi8vgua6bAOM6ZMBwDsyzHLPQKPOZjaTggRf4=; b=ajj9yqAeV/ee+lEFMCjq kKFaYkscnEiRHCc+p4uYdZ6NkbrYxcsnO52HOHSydbLW+Dw4CPq345RG8IkNLMDNWyYHZNQbxMcMb R/7r5TECGNWnSdsPwIoK/ytDB4yTiaqP0e2YJcy1mgeerF0SnQL7u3ZD4+edxldXZjcMC2masC7ZQ n85QECJugvYMOFcOzeIu5QNeKkttSRGKVHTtxsKQANHIgpSoY4V9Tba7V2yE8MLfRvtfVr8iQA1gx w1ENyaaLLIn9zIs5DGViFMAomjlbVFstn7RCeVoUQD80RKhaOOJ5qDrnOzM62KXVIBnDhuQAwVQ1l l+TL8Wlc42ebAA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59349 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvgji-0005Ax-Ik; Fri, 10 Dec 2021 09:18:58 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211115043540.739242-1-monego@posteo.net> Date: Fri, 10 Dec 2021 15:18:56 +0100 In-Reply-To: <20211115043540.739242-1-monego@posteo.net> (Vinicius Monego's message of "Mon, 15 Nov 2021 04:35:40 +0000") Message-ID: <87bl1o8rvz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639146046; 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=JK5S2Nhi8vgua6bAOM6ZMBwDsyzHLPQKPOZjaTggRf4=; b=O//5CcIY3VaaUFrG8jIzil7VnUKwuAMiRgQkHTd0hwo4ZxsQHFZ8KF47wduFKlZrt8e+Um OHeE+ld1ordlqL12qHrv+6vJOslm17UGg1nLQ+mgxnhf8Wgr8VxP4YnvcKBkJvkYSST2iC uSOck7Pu9n/GFgznlbmkuXcG89qyb15uBvw0ZrczHQuI3cKw94IC0VPs7diX5BvB6XzKsE Vz+C0iYKARxYwYD5kaEYmxCPyElBlOMtJZqiut4HmrsG33cGbT2OAlieSHZVrk7qJJJ1WH +eB0UNrTKE8IByPR+SdZeZIvwfnEZkU6RN9VgAzVbK6hNfyDX+5OLR7gt7fedg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639146046; a=rsa-sha256; cv=none; b=LyMQW16+t2fJnocx5yW9che16fm9QyRwkfj5iNuZcipUv4aLU4VF1PvSs9nNhxgHvbyfuK j8evmePXyMX2QzMnkkhTjjW0E2YPltEcC3i4RzNJJ+WUFsO11VlH1niXRKetH0U1iWbisW V2r0xY2RLuyABnQl/HK3L8FHuMPpiMcv5CV1igegfQaq4a2vkUtJDuhKYKHvdoC5CWmWxy hceOErznYIqqCDNrp/Fv67VnCkk/092Sig1Blv94e29f55TqIS5ztZ9scyjOlqiz1io/ZR zu0yBrz1xkGM/xUeeRV8LSk2oIFjcYVbtBIdqR8ddryBdQnWjelyWIXHh/s2zA== 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=ajj9yqAe; 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: -3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ajj9yqAe; 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: 10F1E198A6 X-Spam-Score: -3.66 X-Migadu-Scanner: scn1.migadu.com X-TUID: kJKnKdwDcQ2H Hi, Vinicius Monego skribis: > * gnu/packages/sphinx.scm (python-sphinx-prompt): New variable. [...] > * gnu/packages/sphinx.scm (python-sphinxext-opengraph): New variable. Applied, thanks! Ludo=E2=80=99.