From unknown Tue Aug 19 05:09:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57419 <57419@debbugs.gnu.org> To: bug#57419 <57419@debbugs.gnu.org> Subject: Status: [PATCH] gnu: add python-grid5000 Reply-To: bug#57419 <57419@debbugs.gnu.org> Date: Tue, 19 Aug 2025 12:09:17 +0000 retitle 57419 [PATCH] gnu: add python-grid5000 reassign 57419 guix-patches submitter 57419 matthieu.simonin@inria.fr severity 57419 normal tag 57419 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 25 16:50:26 2022 Received: (at submit) by debbugs.gnu.org; 25 Aug 2022 20:50:26 +0000 Received: from localhost ([127.0.0.1]:51437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRJo1-0003aq-Mr for submit@debbugs.gnu.org; Thu, 25 Aug 2022 16:50:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:37324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRJWH-00036X-UP for submit@debbugs.gnu.org; Thu, 25 Aug 2022 16:32:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRJW5-0002es-Iy for guix-patches@gnu.org; Thu, 25 Aug 2022 16:31:58 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:11771) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRJVn-0003V1-PT for guix-patches@gnu.org; Thu, 25 Aug 2022 16:31:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QwnuXL36E1Z5BeCjebwIkmBxHHAPgznif2Zi3jJBMEk=; b=M5bmfMfUDY9BlO3k5ma40LuY8lGcbdH/FHD5ngeaOXdObxMbCB2ht7nH mFeV0/qySo0wXxJP2LKL/Fa3Rh37w2t9iKZiBd4/kNT2Ppu+cP2z1FgIm lQ+WXxA3Iid09SgntZzSRk3kQYQM4mQU/i6PkQJ5UXk8QWu+fHcBVeQ+7 g=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=matthieu.simonin@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.93,264,1654552800"; d="scan'208";a="50017648" Received: from 82-64-92-6.subs.proxad.net (HELO localhost.localdomain) ([82.64.92.6]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2022 22:31:30 +0200 From: matthieu.simonin@inria.fr To: guix-patches@gnu.org Subject: [PATCH] gnu: add python-grid5000 Date: Thu, 25 Aug 2022 22:30:55 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=matthieu.simonin@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 25 Aug 2022 16:50:23 -0400 Cc: msimonin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: msimonin --- gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d060d5b27c..2fea8cfcb0 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7786,3 +7786,28 @@ (define-public python-whatthepatch (description "This package provides a library to parse and apply patches.") (license license:expat))) + +(define-public python-grid5000 + (package + (name "python-grid5000") + (version "1.2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.inria.fr/msimonin/python-grid5000") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + "097pm8b68ihk29xz9zv29b1x0bhgjb4lfj8zxk2grbsh7wr9dipg"))) + (build-system python-build-system) + (native-inputs (list python-wheel)) + (propagated-inputs (list python-requests python-ipython python-pyyaml)) + (arguments + (list #:tests? #f)) + (home-page "https://pypi.org/project/python-grid5000/") + (synopsis "Grid5000 python client") + (description + "python-grid5000 is a python package wrapping the Grid5000 REST API. + You can use it as a library in your python project or you can + explore the Grid5000 resources interactively using the embedded shell.") + (license license:gpl3))) base-commit: 26ff8a4b733c06b4f38aa1fb1ec6705bf30eae4a -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 29 12:09:43 2022 Received: (at 57419) by debbugs.gnu.org; 29 Aug 2022 16:09:43 +0000 Received: from localhost ([127.0.0.1]:33602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oShKZ-00079w-7s for submit@debbugs.gnu.org; Mon, 29 Aug 2022 12:09:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oShKX-00079k-Jf for 57419@debbugs.gnu.org; Mon, 29 Aug 2022 12:09:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oShKR-0000cA-BT; Mon, 29 Aug 2022 12:09:35 -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=R37qXJNS0RscN93PHRkiaaFrclClL+zBuq/6zRd8P2o=; b=V5SViuY+DYdkW76IXYtC WS9lP1kd90KRf+P4fkmNubJjiEY1+PZ0sUmBOuJZpEN8pATNVckDgLpVdfuNlRsJqIINE8IszkcSe MrVlKvAu1cKi+b+vOfCc6i12D9e+MJFUZ6PJSOuKc1KnN1m67jeEplH4q/xW+7+D6TZvE2SkS1MFT Pw/SNEhYZTCHYt5CL19z4WR6G9yuWRB51E2Ovf9oFIkpzP12YE+MyyaIl4QdtPLeGuxMti8kXDsKu WWT5YTNi8K/xNbEl4MhR4njrQTMOVQBhcJ3X7m/zEjX+lVqs19T1HpR0JNkS0c1tdKclVdaknhPY2 Spcy9YKY3QZeOA==; Received: from [84.214.173.6] (port=49466 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oShKQ-0005Dh-TQ; Mon, 29 Aug 2022 12:09:35 -0400 From: Marius Bakke To: matthieu.simonin@inria.fr, 57419@debbugs.gnu.org Subject: Re: [bug#57419] [PATCH] gnu: add python-grid5000 In-Reply-To: References: Date: Mon, 29 Aug 2022 18:09:30 +0200 Message-ID: <87y1v7c9qd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57419 Cc: msimonin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi Matthieu, Welcome to Guix! The patch looks good overall, a few minor questions: > +(define-public python-grid5000 > + (package > + (name "python-grid5000") > + (version "1.2.3") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://gitlab.inria.fr/msimonin/python-grid5000") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > + (sha256 > + "097pm8b68ihk29xz9zv29b1x0bhgjb4lfj8zxk2grbsh7wr9dipg"))) > + (build-system python-build-system) > + (native-inputs (list python-wheel)) > + (propagated-inputs (list python-requests python-ipython python-pyyaml)) > + (arguments > + (list #:tests? #f)) Can you add a comment stating why tests are disabled? > + (home-page "https://pypi.org/project/python-grid5000/") > + (synopsis "Grid5000 python client") > + (description > + "python-grid5000 is a python package wrapping the Grid5000 REST API. > + You can use it as a library in your python project or you can > + explore the Grid5000 resources interactively using the embedded shell.") > + (license license:gpl3))) The LICENSE.txt file says LGPL3, setup.cfg says GPL3. Which is correct? :-) Also, unless otherwise noted in the source code (e.g. "version 3 only"), it should be "gpl3+", i.e. "and any later version". Can you send an updated patch? Thanks in advance! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYwzkuw8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHdC9AD/auBOOOYqjXcf8Zp6GGK7cPOGJaF9AKmRGAMY FOyuCekA+gODPaTb1/+V2e+5PFhFw7PQudq7VBnBcZKaf+AMb3YB =zdW4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 05:01:02 2022 Received: (at 57419) by debbugs.gnu.org; 30 Aug 2022 09:01:02 +0000 Received: from localhost ([127.0.0.1]:34737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSx7F-0007bH-Vz for submit@debbugs.gnu.org; Tue, 30 Aug 2022 05:01:02 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:49289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSx7D-0007ak-Rt for 57419@debbugs.gnu.org; Tue, 30 Aug 2022 05:01:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0LShQp9/FYJYudvR1ciwxQcEfZA8LfFKrrFCIf5JPzQ=; b=BXSU6R/vDuDumO/NyOKfH6Y52+6EpchEqvuA79fdyP5ej5omOM+hX37/ 7QNiXDf6NB+1GJAftJhKshLLvIIKKSCEdTptOQbATM06VkoEdcnWKcaz8 MHhOVVvIObNBpA50sR6jx7ZZaWfRdNS6Busmk0r/cy8WEO0EC/uM+Rchm Q=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=matthieu.simonin@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.93,274,1654552800"; d="scan'208";a="22395886" Received: from talouette.irisa.fr ([131.254.18.234]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2022 11:00:44 +0200 From: matthieu.simonin@inria.fr To: 57419@debbugs.gnu.org Subject: [PATCH] gnu: add python-grid5000 Date: Tue, 30 Aug 2022 11:00:19 +0200 Message-Id: <27a4e904215d537d4a0a6c7a0af0f46d61d61167.1661849735.git.matthieu.simonin@inria.fr> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57419 Cc: msimonin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) From: msimonin --- gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index df63602236..170e440338 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7786,3 +7786,28 @@ (define-public python-whatthepatch (description "This package provides a library to parse and apply patches.") (license license:expat))) + +(define-public python-grid5000 + (package + (name "python-grid5000") + (version "1.2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.inria.fr/msimonin/python-grid5000") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + "097pm8b68ihk29xz9zv29b1x0bhgjb4lfj8zxk2grbsh7wr9dipg"))) + (build-system python-build-system) + (native-inputs (list python-wheel)) + (propagated-inputs (list python-requests python-ipython python-pyyaml)) + (arguments + (list #:tests? #f)) ; No tests. + (home-page "https://pypi.org/project/python-grid5000/") + (synopsis "Grid5000 python client") + (description + "python-grid5000 is a python package wrapping the Grid5000 REST API. + You can use it as a library in your python project or you can + explore the Grid5000 resources interactively using the embedded shell.") + (license license:gpl3+))) base-commit: 6beadc82df204f315d06ea35f2e232bb32f8e440 -- 2.30.2 Thanks Marius for the review, I'm sending the update. There are no suitable tests here, and I changed the licence to GPLv3 everywhere. Let me know if anything else is needed. Best, Matt From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 12:01:06 2022 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 To: matthieu.simonin@inria.fr, 57419-done@debbugs.gnu.org Subject: Re: [bug#57419] [PATCH] gnu: add python-grid5000 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57419-done Cc: msimonin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= 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----- --=-=-=-- From unknown Tue Aug 19 05:09:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 Sep 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator