From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qFGdCbp7GWTSngAASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 10:41:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sJKLCbp7GWTVDgAAauVa8A (envelope-from ) for ; Tue, 21 Mar 2023 10:41:14 +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 A5896463C for ; Tue, 21 Mar 2023 10:41:13 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=c8IlDaAD; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679391674; 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=p0PTCbYpELwEr2G9zDDN1OgT0lu7dIY7lV8icEXmQjk=; b=gBouu/+s23hcqOn8H+46wfJRw8lwhzrZFafiuj3RG/wq5YnHqJC7RynQJqx4d08XivECnh TPPqrchStJ8+gv5kr9Xkv28Fi8T2T7Bo0iH/nyl2/rV/7+bI/17NpDcA6ysZmHhCKp8TGZ b7hb77aeE+3Hz+gJ2CKRkt0SC2Qei498n/49GiGvw1GJlrMaVnPS5dEngzVkxKVMuJOcwG PllD0VkOuES4SB3fYhu9XsYnLecXiopvdtRz6mEwo1QZi0GGRMmBZiPbPAjp+MrXA/lmcL htK6wpftQs8bH8wcwHsLyk5W3fYs23rM8hAF6S7EaUjsxmF9zLNH+UI8l6re/A== 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=c8IlDaAD; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679391674; a=rsa-sha256; cv=none; b=YKV9c7mFPkUvbqxaFgO+Aqk3aSkOtPWkMWVYsvo8jwBWxwWzO8Q/qxWncWZZyb20wCqSu9 KxrAiC5/EgMEEOqtfRwJ4swD8Ppe82KbNLetNrcFrDpdZc2EaGCYTnjUOtfM+sP0DfKpHU i33EUcw/uS5NJxshrWegao9mjvO5vz7umsAMVsjNhkcx4lOPbfPYNaJGz/wffPXsnA9PqN hw0JVPiamLCJuaHlIndfBgBvf9bsJoMqfYNjHe+bxLUF4VF6XvR72tXTQLmKVay2VCX19X TRYSu2S8uLQh5xMFaomjHNifXDQ93i4lnNLV2J9DjsC0KMs8nJmMXXfvzsYpeQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peYUJ-0007ZX-42; Tue, 21 Mar 2023 05:41:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peYUI-0007ZF-A4 for guix-patches@gnu.org; Tue, 21 Mar 2023 05:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peYUI-0000yX-1a for guix-patches@gnu.org; Tue, 21 Mar 2023 05:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peYUH-00039K-UA for guix-patches@gnu.org; Tue, 21 Mar 2023 05:41:01 -0400 Subject: bug#41971: [WIP PATCH 0/5] Add SageMath Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 09:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41971 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maja =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: andreas@enge.fr, 41971-done@debbugs.gnu.org, Nicolas Goaziou Mail-Followup-To: 41971@debbugs.gnu.org, ludo@gnu.org, kuba@kadziolka.net Received: via spool by 41971-done@debbugs.gnu.org id=D41971.167939164112068 (code D ref 41971); Tue, 21 Mar 2023 09:41:01 +0000 Received: (at 41971-done) by debbugs.gnu.org; 21 Mar 2023 09:40:41 +0000 Received: from localhost ([127.0.0.1]:57690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peYTx-00038a-Dk for submit@debbugs.gnu.org; Tue, 21 Mar 2023 05:40:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peYTw-00038L-2T for 41971-done@debbugs.gnu.org; Tue, 21 Mar 2023 05:40:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peYTp-0000tB-KY; Tue, 21 Mar 2023 05:40:33 -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=p0PTCbYpELwEr2G9zDDN1OgT0lu7dIY7lV8icEXmQjk=; b=c8IlDaADTmly3cbOS015 eS+wn4r+nrp0bP50xIZKjazgcYm/gQZG0hSlekfEZerKoRVCXbUlHGVqCc+KrvOLbem4YwAyr5Ki0 7O1jePjEqyiGbi60YjR9qAjuUgyp4CK2/zyGMADCjh5I91bsv4IiT1ZqTPp5PmH2PNyKD/1t1Se2g 0aFTkZwKfjd1ZIz/9tGUfnveXuQDOt4eeDpRyNPHmEWI3TV0C8fBkX5Aro2aOJESjC3BSlYi6KhEp rwvo9bQ0Pk8gYl14TsIBjLO43FaEQQhFakvI+Fk+r213omv3G0TKKa7VKaiVw6x2euKLlQzocOOLX WFcTUdORI822ow==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peYTp-0002wq-80; Tue, 21 Mar 2023 05:40:33 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200620212802.31906-1-kuba@kadziolka.net> <87v9iz5w67.fsf@nicolasgoaziou.fr> <87cz53mry3.fsf_-_@gnu.org> <4d3555d2-0a58-caea-d683-e8d49d7f7b68@kadziolka.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Primidi 1 Germinal an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la =?UTF-8?Q?Primev=C3=A8re?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 21 Mar 2023 10:40:30 +0100 In-Reply-To: <4d3555d2-0a58-caea-d683-e8d49d7f7b68@kadziolka.net> ("Maja =?UTF-8?Q?K=C4=85dzio=C5=82ka?="'s message of "Mon, 20 Mar 2023 19:13:49 +0100") Message-ID: <87ttyesar5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: X-Migadu-Queue-Id: A5896463C X-Spam-Score: -4.95 X-Migadu-Spam-Score: -4.95 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: u8UfIaDrBTrc Hi, Maja K=C4=85dzio=C5=82ka skribis: > FWIW, they did get pushed to master when you first suggested it, at > commit db7f74d2eb4878c0a9ed8bb33853090752277370 and friends. Ooooh, right! My bad. Closing, thanks! Ludo=E2=80=99.