From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wEh9C1/1MWK4ZgAAgWs5BA (envelope-from ) for ; Wed, 16 Mar 2022 15:34:07 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gFVeCF/1MWKRqwAAauVa8A (envelope-from ) for ; Wed, 16 Mar 2022 15:34:07 +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 C569C3800F for ; Wed, 16 Mar 2022 15:34:06 +0100 (CET) Received: from localhost ([::1]:34880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUUiz-0003hw-Pc for larch@yhetil.org; Wed, 16 Mar 2022 10:34:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUUcA-0001pj-3V for guix-patches@gnu.org; Wed, 16 Mar 2022 10:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58055) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nUUc9-0006ss-Pm for guix-patches@gnu.org; Wed, 16 Mar 2022 10:27:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nUUc9-0006qq-NU for guix-patches@gnu.org; Wed, 16 Mar 2022 10:27:01 -0400 Subject: bug#54186: [PATCH] gnu: Add python-mathlibtools. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 16 Mar 2022 14:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54186 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pradana Adrinusa AUMARS Cc: 54186-done@debbugs.gnu.org Mail-Followup-To: 54186@debbugs.gnu.org, ludo@gnu.org, paumars@courrier.dev Received: via spool by 54186-done@debbugs.gnu.org id=D54186.164744078126277 (code D ref 54186); Wed, 16 Mar 2022 14:27:01 +0000 Received: (at 54186-done) by debbugs.gnu.org; 16 Mar 2022 14:26:21 +0000 Received: from localhost ([127.0.0.1]:51951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUUbU-0006pk-SM for submit@debbugs.gnu.org; Wed, 16 Mar 2022 10:26:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUUbT-0006pZ-QF for 54186-done@debbugs.gnu.org; Wed, 16 Mar 2022 10:26:20 -0400 Received: from [2001:470:142:3::e] (port=60972 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 1nUUbN-0006nt-PG; Wed, 16 Mar 2022 10:26:13 -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=bap7n8v3LQLQtkbn9gUCSiARzRKdHLa4o8dZsrZR6lk=; b=ert1u4n/heTEjF213R3V NL08R+vo2V4o2lneFSFuuRKM0kZBBxlvxYPpBmWL1YbbKYqTETMbZGsNjP4QYktxTar+zD/ZFcDCx tLlLoheRCOl7hApSsp+9R5kPLpd3MZaHKpf5fFo2fp2+6vFitBKMHFdypip1vJz5O0ARz+F1yD4GE Y0N4iJ7Ie/yU1gtiAchGmLbNU/4Qg0SB9XsTKTCl1mQlKP6qxRxD178KzRqLWo3PpLKhpnZF0mRhJ AL1UVk/yt1sOZH/FzAZrBGg6T60HSn9mICQ2bpqtse2CwD/HN1w0nk14h9mlpDkeuuMZMUkWUtGv6 KtBOAQaXSTr1kw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52907 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUUbN-0003Wf-AV; Wed, 16 Mar 2022 10:26:13 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <9f0d87a873eb4abdf541a7800c08418ec770416d.camel@courrier.dev> Date: Wed, 16 Mar 2022 15:26:11 +0100 In-Reply-To: <9f0d87a873eb4abdf541a7800c08418ec770416d.camel@courrier.dev> (Pradana Adrinusa AUMARS's message of "Sun, 27 Feb 2022 16:44:13 +0100") Message-ID: <87czimdldo.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 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=1647441246; 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=bap7n8v3LQLQtkbn9gUCSiARzRKdHLa4o8dZsrZR6lk=; b=LhOxoSZeTwom2pcHPd2zEG4Ph/b7wIGnjMNSg+nvqskFRI1JOl0DHbG/unCfKcYf61ryQj lFajBYIrAYGn41V/TfM7xzN9VowD0B1WuB/QJSgb+LZWaw8ESyffWtvkCYnZtM2HCNVzpl /tfEzO++5zaNwRloo6CKN9mI3Bu+6Gi3hk1WTgygj6jdtMDTUKlsC/cc7+dMO2ZS2IBx6C b2mEykt4xrBNQkhV5S71rABSZk9XhAQiTojVo31xdumKzi9sT8WTLXDGomv5A0N6fFJizp UOW2q5IZYmH/FXUuCHOeaoSeNGwANHoEMxFtZlFZN1xcNf9lv4VzIAP8QtzQ9A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647441246; a=rsa-sha256; cv=none; b=ac7XhY3+e68Em0epAAKBLYP1jnywFxxyUtFL67VHOimZh9mfbe0pQLjJ3XbhxRh4J1iqPR l0U/AAkLwLfsq0KGtkGyScaLqwmx1RSMtebqQf8Ua/WIU1i1ageCLm3qClnX4GnoDeised KaTr1rEVRVUG8kAxLHnKR4vjgnq5yFCGK351Fw/Ah2NomGWoSgAD+ZevePlR26aEM1MTQX SKmFeQlaHXfObk1qruVME11p6+vhIBO7n+WtxBqgQ+igvu94ZBYTUfkYKq+tQ3oNYvTT/2 HlAsUBVIebeUAmuAzdwxQN9l+CauuiuQJJHNx7UBJfibCYnjnDiX0iRc9skbuQ== 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="ert1u4n/"; 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.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="ert1u4n/"; 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: C569C3800F X-Spam-Score: -4.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: ngy5UQJvcUvR Hi, Pradana Adrinusa AUMARS skribis: >>>From da48bcdbc08c795fff77c1aed9b6d64192a699e3 Mon Sep 17 00:00:00 2001 > From: Pradana AUMARS > Date: Sun, 27 Feb 2022 16:41:58 +0100 > Subject: [PATCH] gnu: Add python-mathlibtools. > > * gnu/packages/lean.scm (python-mathlibtools): New variable. Applied. I passed it through =E2=80=98guix style=E2=80=99 and expounded th= e description a little bit. > + (lambda _ > + (setenv "HOME" > "/tmp")))))) BTW, the message got mangled on its way (most likely the email client split long lines, as in the example above). Please use =E2=80=98git send-e= mail=E2=80=99 or send them as attachment in the future: https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html Thanks you! Ludo=E2=80=99.