From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WJrKAXk1DmMfXQEAbAwnHQ (envelope-from ) for ; Tue, 30 Aug 2022 18:06:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yEbNAHk1DmM3iQAAG6o9tA (envelope-from ) for ; Tue, 30 Aug 2022 18:06:17 +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 C7C9E39E11 for ; Tue, 30 Aug 2022 18:06:16 +0200 (CEST) Received: from localhost ([::1]:42252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oT3kl-0005KE-Cs for larch@yhetil.org; Tue, 30 Aug 2022 12:06:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT3gn-0003tY-P5 for guix-patches@gnu.org; Tue, 30 Aug 2022 12:02:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47477) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oT3gg-0007cd-B9 for guix-patches@gnu.org; Tue, 30 Aug 2022 12:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oT3gg-0004k3-6a for guix-patches@gnu.org; Tue, 30 Aug 2022 12:02:02 -0400 Subject: bug#57419: [PATCH] gnu: add python-grid5000 Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 30 Aug 2022 16:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57419 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: matthieu.simonin@inria.fr, 57419-done@debbugs.gnu.org Cc: msimonin Mail-Followup-To: 57419@debbugs.gnu.org, marius@gnu.org, matthieu.simonin@inria.fr Received: via spool by 57419-done@debbugs.gnu.org id=D57419.166187526618124 (code D ref 57419); Tue, 30 Aug 2022 16:02:02 +0000 Received: (at 57419-done) by debbugs.gnu.org; 30 Aug 2022 16:01:06 +0000 Received: from localhost ([127.0.0.1]:37213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT3fm-0004iG-0Z for submit@debbugs.gnu.org; Tue, 30 Aug 2022 12:01:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT3fj-0004he-Lh for 57419-done@debbugs.gnu.org; Tue, 30 Aug 2022 12:01:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58576) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT3fd-0007Rq-Ib; Tue, 30 Aug 2022 12:00:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ioE6RxgaXz/62S/hbB8sWbcdNvZwawZoCusMqmc6Q5U=; b=EH6bIja26iivpb2tcKHs 6Gu/tccjSik5Cpulc1GFgMpuHS5hZcG0R+elXD5WcpL54H7X36Bu1da77gxZ7PXkTnXihYZOJGPsW qOsE6UStkoK/T2qxrDPNFgwLL6vws1/IjIYc86ulPluSQ7Bq6AKMqI2d6yPdo/Sjpi0epXpIH6gdK x8j72xwp7dR+7W6N9DLq/S1ibC4VT9S0HZrGOcV9pJRTBNmLENsjtOpMMP0wPHrrYtwjKRBWdLgYH vDuivv6KzyA0JGr3RO5i8Cfp1hAD6ZW5QOAlBB7Yb5TsOcibxKAQEz0s02qunxrVfG5cnLzmf5uN/ 1/XUR1zg+8KAVA==; Received: from [84.214.173.6] (port=54492 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT3fX-0005gH-K2; Tue, 30 Aug 2022 12:00:51 -0400 From: Marius Bakke In-Reply-To: <27a4e904215d537d4a0a6c7a0af0f46d61d61167.1661849735.git.matthieu.simonin@inria.fr> References: <27a4e904215d537d4a0a6c7a0af0f46d61d61167.1661849735.git.matthieu.simonin@inria.fr> Date: Tue, 30 Aug 2022 18:00:47 +0200 Message-ID: <87h71td8ls.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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=1661875576; 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: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=ioE6RxgaXz/62S/hbB8sWbcdNvZwawZoCusMqmc6Q5U=; b=HG9Anl1ap3MiMPLa1jAr2JodOUeW8FYWJNTtKHtlSl5LBhKLHiz7kezFXH+boh8BrwMRwL 2TuiqFbBPIDM3nTH1vltcpQ1awl06oLWZnsRPFTGEs8BMqfbUvhzCMd0B5zJtIWjkwVJ+b BSKSPBJLjqf2UIpGWgcrUzvT8IkcIDEJgPnLsqrfE/Ys+V+jUSs6WZ9AzMUT1H1TMh5w0x 5b/evnIVFk4U1NASTjQgRp10OLqQDw5Hwg+POl4Znz1e6C7E7zKocupADfVruj28peKa9g 3jC9iPJycwIxD68oCO+MQwEi1u3m0jhQXgZcRdPsiyH51a3p/vgRS7cP7DIbmg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661875576; a=rsa-sha256; cv=none; b=dsa/XtjxauUi9UVq0wC+Xw1iv0bs1JuHZxIXhWCfdpgUqYha4Lp2WRaR/E7duXPBlEbxvr x6kilMOrCOlpmOih2b0+W9/OpUF1VNAVJ0wUwz6es8pBDLy2kJ0BnJzotTo703ryvlwQW+ oo7tRv6/WHNY5hiXv0lVkKEGoDiP9LosMM9IKfYQVJaygSR4eMJYdN3oDx+o8uDaLHnVTJ vYkI43doeNOQh7VRgaV+eyVQDdwfOGog062IaR3Q40uZnNI7kNszUa1uIHBvet53/iMi/4 kWG76P61MnRyzgo5cJZPkSbT/5VE/jzqKQCn19mZrKwqGywchAPUzpR11tXphw== 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=EH6bIja2; 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.29 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=EH6bIja2; 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: C7C9E39E11 X-Spam-Score: -5.29 X-Migadu-Scanner: scn1.migadu.com X-TUID: MRuoJF6o7o1n --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable matthieu.simonin@inria.fr skriver: > Thanks Marius for the review, > > I'm sending the update.=20 > There are no suitable tests here, and I changed the licence to GPLv3 > everywhere. > > Let me know if anything else is needed. Thanks! I filled in the commit message (noting the new variable in python-web.scm), and also added a copyright line for you, hope that was okay. Pushed in c19a432652f2fb544eaf918fe287aa898748d76c. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYw40Lw8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHeG/QD+LpEvMjlZIDMU0E5THn9FEb9x85Fn55HKimc2 eMtJje8BAK5xRtxq9JerGCvedh2o629prayjzLLXXF5Vug37T8wN =VtnU -----END PGP SIGNATURE----- --=-=-=--