From unknown Mon Aug 18 04:38:05 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#70269 <70269@debbugs.gnu.org> To: bug#70269 <70269@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pybadges. Reply-To: bug#70269 <70269@debbugs.gnu.org> Date: Mon, 18 Aug 2025 11:38:05 +0000 retitle 70269 [PATCH] gnu: Add python-pybadges. reassign 70269 guix-patches submitter 70269 Giacomo Leidi severity 70269 normal tag 70269 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 07 18:13:39 2024 Received: (at submit) by debbugs.gnu.org; 7 Apr 2024 22:13:40 +0000 Received: from localhost ([127.0.0.1]:44932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtale-00035r-Js for submit@debbugs.gnu.org; Sun, 07 Apr 2024 18:13:39 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtalc-00034z-Jz for submit@debbugs.gnu.org; Sun, 07 Apr 2024 18:13:37 -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 1rtalP-00087e-Jo for guix-patches@gnu.org; Sun, 07 Apr 2024 18:13:23 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rtalN-0003Cb-2w for guix-patches@gnu.org; Sun, 07 Apr 2024 18:13:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1712527995; bh=SKwt1eH1ImEXO7glmZ+vdhIKpStyOHpqxsYwjnWxNz4=; h=From:To:Cc:Subject:Date:From; b=keLyggnWto5hlhFKyzOFnGRKYidUwS2URXGIySJQC5Fv6HHShFbeviSjh2KMV8gYq QOdBcwxJkrEOgWudGcpbDQP0TSjORXVwypmaZ7fK1Wq5LeHfu9eEZeVczayUGkZGza W7EblrwbPyJHFMqkgXutaD+SnCOYTPCLQ5XyoFrM= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4VCRLg72n6z117k; Sun, 7 Apr 2024 22:13:15 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4VCRLg5mCvz117c; Sun, 7 Apr 2024 22:13:15 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pybadges. Date: Mon, 8 Apr 2024 00:13:02 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi 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: -0.1 (/) * gnu/packages/python-web.scm (python-pybadges): New variable. Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e --- gnu/packages/python-web.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9ad081beb1..da4f019476 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9123,6 +9123,40 @@ (define-public python-whatthepatch "This package provides a library to parse and apply patches.") (license license:expat))) +(define-public python-pybadges + (package + (name "python-pybadges") + (version "3.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/google/pybadges") + (commit (string-append version)))) + (file-name (git-file-name name version)) + (sha256 + "1zgb9idz7m3mzf8wvik0gwmyrxp753axqjv2pab326cr5myj1s4b"))) + (build-system pyproject-build-system) + (arguments + (list + #:test-flags + #~'("-k" + ;; Disable network dependent tests. + "not test_changes and not test_not_image_url and not test_http_url"))) + (propagated-inputs (list python-jinja2 python-requests)) + (native-inputs (list python-flask + python-fonttools + python-nox + python-pillow + python-pytest + python-xmldiff)) + (home-page "https://github.com/google/pybadges") + (synopsis + "Libbrary and command-line tool for generating Github-style badges") + (description + "This package provides @code{python-pybadges}: a library and command-line +tool for generating Github-style badges.") + (license license:asl2.0))) + (define-public python-grid5000 (package (name "python-grid5000") base-commit: 69951a61a1d8f1f2135ea2dc836738be282b97bc -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 01:40:41 2024 Received: (at submit) by debbugs.gnu.org; 13 May 2024 05:40:41 +0000 Received: from localhost ([127.0.0.1]:58593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6OQT-0002Xu-C9 for submit@debbugs.gnu.org; Mon, 13 May 2024 01:40:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:34736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6OQN-0002Xm-Mk for submit@debbugs.gnu.org; Mon, 13 May 2024 01:40:39 -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 1s6OQL-0000QT-2u for guix-patches@gnu.org; Mon, 13 May 2024 01:40:34 -0400 Received: from 8.mo582.mail-out.ovh.net ([178.33.42.204]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6OQF-0002JD-IU for guix-patches@gnu.org; Mon, 13 May 2024 01:40:32 -0400 Received: from director10.ghost.mail-out.ovh.net (unknown [10.108.25.152]) by mo582.mail-out.ovh.net (Postfix) with ESMTP id 4Vd7cF0MKGz1FPm for ; Mon, 13 May 2024 05:40:13 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-g7jgs (unknown [10.110.168.153]) by director10.ghost.mail-out.ovh.net (Postfix) with ESMTPS id BBA611FDC1; Mon, 13 May 2024 05:40:11 +0000 (UTC) Received: from ngraves.fr ([37.59.142.108]) by ghost-submission-6684bf9d7b-g7jgs with ESMTPSA id kPKZKbunQWaERQMAgrZjHg (envelope-from ); Mon, 13 May 2024 05:40:11 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-108S0029787afdb-2dd9-4dc2-a234-8a3408a46b29, AFD3D7969371CC029319C969337B9752385513BA) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 81.67.146.208 From: Nicolas Graves To: Giacomo Leidi via Guix-patches via , 70269@debbugs.gnu.org Subject: Re: [bug#70269] [PATCH] gnu: Add python-pybadges. In-Reply-To: References: Date: Mon, 13 May 2024 07:40:10 +0200 Message-ID: <87bk5acls5.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain X-Ovh-Tracer-Id: 12086535500005696013 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvledrvdegfedgleejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvvefujghffffkgggtsehttdertddttddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhephfegtdejveetvdegleeiuefgteevtdelieeguefhvdejteejjeffuedviefftdffnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepuddvjedrtddrtddruddpkedurdeijedrudegiedrvddtkedpfeejrdehledrudegvddruddtkeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepghhuihigqdhprghttghhvghssehgnhhurdhorhhgpdfovfetjfhoshhtpehmohehkedvpdhmohguvgepshhmthhpohhuth Received-SPF: pass client-ip=178.33.42.204; envelope-from=ngraves@ngraves.fr; helo=8.mo582.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi , Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , jgart , Marius Bakke , Tanguy Le Carrour 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 (--) On 2024-04-08 00:13, Giacomo Leidi via Guix-patches via wrote: > * gnu/packages/python-web.scm (python-pybadges): New variable. > > Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e > --- > gnu/packages/python-web.scm | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm > index 9ad081beb1..da4f019476 100644 > --- a/gnu/packages/python-web.scm > +++ b/gnu/packages/python-web.scm > @@ -9123,6 +9123,40 @@ (define-public python-whatthepatch > "This package provides a library to parse and apply patches.") > (license license:expat))) > > +(define-public python-pybadges > + (package > + (name "python-pybadges") > + (version "3.0.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/google/pybadges") > + (commit (string-append version)))) (string-append with a single string is a bit odd ;) > + (file-name (git-file-name name version)) > + (sha256 > + "1zgb9idz7m3mzf8wvik0gwmyrxp753axqjv2pab326cr5myj1s4b"))) > + (build-system pyproject-build-system) > + (arguments > + (list > + #:test-flags > + #~'("-k" > + ;; Disable network dependent tests. > + "not test_changes and not test_not_image_url and not test_http_url"))) > + (propagated-inputs (list python-jinja2 python-requests)) > + (native-inputs (list python-flask > + python-fonttools > + python-nox > + python-pillow > + python-pytest > + python-xmldiff)) > + (home-page "https://github.com/google/pybadges") > + (synopsis > + "Libbrary and command-line tool for generating Github-style badges") ^ typo there > + (description > + "This package provides @code{python-pybadges}: a library and command-line > +tool for generating Github-style badges.") Maybe you can be a bit more descriptive: "as SVG images" in the Github description is informative. I often also like (but I'm not sure it's a norm) to write my synopsis as an action statement, such as "Generate Github-style badges on the command-line". > + (license license:asl2.0))) Otherwise LGTM. > + > (define-public python-grid5000 > (package > (name "python-grid5000") > > base-commit: 69951a61a1d8f1f2135ea2dc836738be282b97bc -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 13:07:54 2024 Received: (at 70269) by debbugs.gnu.org; 13 May 2024 17:07:54 +0000 Received: from localhost ([127.0.0.1]:33788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Z9W-0003vc-GY for submit@debbugs.gnu.org; Mon, 13 May 2024 13:07:54 -0400 Received: from confino.investici.org ([93.190.126.19]:35665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Z9T-0003vU-5G for 70269@debbugs.gnu.org; Mon, 13 May 2024 13:07:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1715620060; bh=O8i+f3Qn+3/xSjaP8Oq/V51HIG3DqrRcGaroTNNaUNI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lrdVHE5LnU1xtAxS7EAbUanidgKebDLAbPcJfDhxUVgmgl2oFNQIK8hpx6YhZ3WzP wm3JS5chnJL+Li66f45Qy8kte+DwSTnIomA1aLGYrHCZyfYSbBdZmlRUu7ED3uAw0O cUYbO2zhGLeOGeIFU+C31fiVrMh/syTDJcWEMnmk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4VdQsS6bFmz1117; Mon, 13 May 2024 17:07:40 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4VdQsS4Qnkz1101; Mon, 13 May 2024 17:07:40 +0000 (UTC) Message-ID: <422088ec-8c50-e8b8-9d59-b8e34c750482@autistici.org> Date: Mon, 13 May 2024 19:07:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [bug#70269] [PATCH] gnu: Add python-pybadges. To: Nicolas Graves , 70269@debbugs.gnu.org References: <87bk5acls5.fsf@ngraves.fr> Content-Language: en-US From: paul In-Reply-To: <87bk5acls5.fsf@ngraves.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: 70269 Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , jgart , Marius Bakke , Tanguy Le Carrour 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: -4.4 (----) Hi Nicolas, Thank you for your review: I'm sending an updated patch. giacomo From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 13:08:09 2024 Received: (at 70269) by debbugs.gnu.org; 13 May 2024 17:08:09 +0000 Received: from localhost ([127.0.0.1]:33793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Z9k-0003wE-Px for submit@debbugs.gnu.org; Mon, 13 May 2024 13:08:09 -0400 Received: from confino.investici.org ([93.190.126.19]:22375) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Z9j-0003w8-F4 for 70269@debbugs.gnu.org; Mon, 13 May 2024 13:08:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1715620086; bh=PxD7xnQyZ5eqTwfiBQOeeP12EpZE0Lrp4hiwis6fLOI=; h=From:To:Cc:Subject:Date:From; b=lPJPCQjVopKyG9aQdsbV1ua7l/thz0/DnMzchO7VyvuJfhfVtqdroNDW2wmftTUwb 4sLvjqzptimjIpSby4+cc8FvdEoPKge0KWe0a/40I+JpQ1zgWC8IcPlTlVkmk/a6NT 1OCOcc0Ku/eVrrkLXqi+8EQFW38I0jSvA+ADj9h4= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4VdQsy0yMxz1117; Mon, 13 May 2024 17:08:06 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4VdQsx23gZz1101; Mon, 13 May 2024 17:08:04 +0000 (UTC) From: Giacomo Leidi To: 70269@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-pybadges. Date: Mon, 13 May 2024 19:05:52 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70269 Cc: Giacomo Leidi 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: -1.0 (-) * gnu/packages/python-web.scm (python-pybadges): New variable. Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e --- gnu/packages/python-web.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index affa2f52f4..df19b30386 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9183,6 +9183,40 @@ (define-public python-whatthepatch "This package provides a library to parse and apply patches.") (license license:expat))) +(define-public python-pybadges + (package + (name "python-pybadges") + (version "3.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/google/pybadges") + (commit (string-append version)))) + (file-name (git-file-name name version)) + (sha256 + "1zgb9idz7m3mzf8wvik0gwmyrxp753axqjv2pab326cr5myj1s4b"))) + (build-system pyproject-build-system) + (arguments + (list + #:test-flags + #~'("-k" + ;; Disable network dependent tests. + "not test_changes and not test_not_image_url and not test_http_url"))) + (propagated-inputs (list python-jinja2 python-requests)) + (native-inputs (list python-flask + python-fonttools + python-nox + python-pillow + python-pytest + python-xmldiff)) + (home-page "https://github.com/google/pybadges") + (synopsis + "Generate Github-style badges on the command-line") + (description + "This package provides @code{python-pybadges}: a library and command-line +tool for generating Github-style badges as SVG images.") + (license license:asl2.0))) + (define-public python-grid5000 (package (name "python-grid5000") base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue May 14 16:10:56 2024 Received: (at 70269) by debbugs.gnu.org; 14 May 2024 20:10:56 +0000 Received: from localhost ([127.0.0.1]:41283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6yUC-0004eM-73 for submit@debbugs.gnu.org; Tue, 14 May 2024 16:10:56 -0400 Received: from 2.mo581.mail-out.ovh.net ([87.98.143.68]:49065) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6yU6-0004dt-Sm for 70269@debbugs.gnu.org; Tue, 14 May 2024 16:10:54 -0400 Received: from director10.ghost.mail-out.ovh.net (unknown [10.109.148.34]) by mo581.mail-out.ovh.net (Postfix) with ESMTP id 4Vf6tH5q8vz1CPW for <70269@debbugs.gnu.org>; Tue, 14 May 2024 20:10:47 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-hgvt2 (unknown [10.110.178.2]) by director10.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 8884C1FD5C; Tue, 14 May 2024 20:10:47 +0000 (UTC) Received: from ngraves.fr ([37.59.142.109]) by ghost-submission-6684bf9d7b-hgvt2 with ESMTPSA id hh7vHkfFQ2ZXYzMA68nOWA (envelope-from ); Tue, 14 May 2024 20:10:47 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-109S003ea4b3791-b390-4405-8fe2-ce4229cfb886, FB6FD368DB1A33EEB5BF94B3542A6D01FB5CDC61) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 81.67.146.208 From: Nicolas Graves To: control@debbugs.gnu.org,70269@debbugs.gnu.org Subject: QA review for 70269 Date: Tue, 14 May 2024 22:10:44 +0200 Message-ID: <877cfwp323.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain X-Ovh-Tracer-Id: 14215330751824126715 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvledrvdegiedgudeggecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvufffkfggtgesthdtredttddttdenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeeujeelieeljeffhfelteejtdeljeehveduffelvefgudefkeehgfdvvdevgeevfeenucfkphepuddvjedrtddrtddruddpkedurdeijedrudegiedrvddtkedpfeejrdehledrudegvddruddtleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepjedtvdeileesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheekuddpmhhouggvpehsmhhtphhouhht X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70269 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: -1.0 (-) user guix usertag 70269 + reviewed-looks-good thanks Guix QA review form submission: LGTM Items marked as checked: Lint warnings, Package builds, Commit messages, New package licenses, New package tests, New package synopsis and descriptions -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Wed May 15 09:58:57 2024 Received: (at 70269) by debbugs.gnu.org; 15 May 2024 13:58:57 +0000 Received: from localhost ([127.0.0.1]:42270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7F9l-0001ai-Cf for submit@debbugs.gnu.org; Wed, 15 May 2024 09:58:57 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:38038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7F9j-0001aP-W5 for 70269@debbugs.gnu.org; Wed, 15 May 2024 09:58:56 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 11C437C8; Wed, 15 May 2024 15:58:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NdXMgH-4765A; Wed, 15 May 2024 15:58:17 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:678:984:800:7aea:3b12:7efa:b1bc]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 5CFC5CC; Wed, 15 May 2024 15:58:17 +0200 (CEST) Date: Wed, 15 May 2024 15:58:13 +0200 From: Andreas Enge To: 70269@debbugs.gnu.org Subject: Comments Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70269 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: -1.0 (-) Hello, the lonely "string-append" is still there, and the description a bit short. I would not mind changing that myself, but since I am having trouble downloading the patch anyway (clicking on "download raw message" in issues.guix.gnu.org drops the attached commit), I will let you send in a third version. Thanks! Andreas From debbugs-submit-bounces@debbugs.gnu.org Fri May 31 06:03:11 2024 Received: (at 70269-done) by debbugs.gnu.org; 31 May 2024 10:03:11 +0000 Received: from localhost ([127.0.0.1]:53258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCz6N-0004TI-HT for submit@debbugs.gnu.org; Fri, 31 May 2024 06:03:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCz6L-0004T2-22 for 70269-done@debbugs.gnu.org; Fri, 31 May 2024 06:03:10 -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 1sCz5y-0005xx-3C; Fri, 31 May 2024 06:02:48 -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=wBVGur67dqhEYmS2yQO+NuhqWDpSF5pgOxhvQT9brzc=; b=KkXh4TDR4+5E/vEEQP/P eovMDSeF0KXPfxbwsGLCNhXqU/hmersfQqesg9CLVqAQrhCBFnSQ26gTQ3aGEoBn0L42RKBGZk5hX Kb8wGqK6Bbv1aHFbYCgSxiAAwlmxry1RnHY5ncRXz8ps7d9hsUVNPC3frOkMARDUW5GHzd+hSKL34 k2nsIFMJN5RxG5v40o3c5m5K/I/H0p4UefeYCOwC/OuRfeko/ZI8wStoe9TfVhxNVv7S4agfN7oum ghOAP8AK2vCifypVBwDNUWScT0fhOQzIdGbKtczdg8eff0lOZREe9Ox89NC946TuSd/suPYLIvUV4 ujEpetsJAn4Cag==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Giacomo Leidi Subject: Re: [bug#70269] [PATCH v2] gnu: Add python-pybadges. In-Reply-To: (Giacomo Leidi's message of "Mon, 13 May 2024 19:05:52 +0200") References: Date: Fri, 31 May 2024 12:02:40 +0200 Message-ID: <877cfauwn3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 70269-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , 70269-done@debbugs.gnu.org, Lars-Dominik Braun , jgart , Marius Bakke , Tanguy Le Carrour 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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Applied with the changes below, as suggested by Andreas. Thanks everyone! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4970366c93d..5ca50fa5a6c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9232,7 +9232,7 @@ (define-public python-pybadges (method git-fetch) (uri (git-reference (url "https://github.com/google/pybadges") - (commit (string-append version)))) + (commit version))) (file-name (git-file-name name version)) (sha256 "1zgb9idz7m3mzf8wvik0gwmyrxp753axqjv2pab326cr5myj1s4b"))) @@ -9251,8 +9251,7 @@ (define-public python-pybadges python-pytest python-xmldiff)) (home-page "https://github.com/google/pybadges") - (synopsis - "Generate Github-style badges on the command-line") + (synopsis "Generate Github-style badges on the command-line") (description "This package provides @code{python-pybadges}: a library and command-line tool for generating Github-style badges as SVG images.") --=-=-=-- From unknown Mon Aug 18 04:38:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Jun 2024 11:24:07 +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