From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 30 21:25:58 2023 Received: (at submit) by debbugs.gnu.org; 31 Aug 2023 01:25:58 +0000 Received: from localhost ([127.0.0.1]:54360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbWRa-00045n-Bb for submit@debbugs.gnu.org; Wed, 30 Aug 2023 21:25:58 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbWRX-00045V-R6 for submit@debbugs.gnu.org; Wed, 30 Aug 2023 21:25:56 -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 1qbWRK-00067K-7H for guix-patches@gnu.org; Wed, 30 Aug 2023 21:25:42 -0400 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbWRH-0006K1-8D for guix-patches@gnu.org; Wed, 30 Aug 2023 21:25:42 -0400 Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4Rbk4P6BdfzDrfD for ; Thu, 31 Aug 2023 01:25:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1693445136; bh=tEKf8FQW04/iH926wtuJtQd8I/C3GZy2E73PPXXzhPI=; h=From:To:Cc:Subject:Date:From; b=LtMcdUiImc55KI8le+Op3NHtagXz1BdNEAy04OeA3fvDuXUTqVW34iKZ6HctkNVCS reLC1AYwmRUZKGgjt2NfWfW9ZJj1ZiSJ+AN4EtTu29lYrZlLya4+sXlifjca7a4aGJ T5ODI7SjOv5i3i6Li3Uc7i6JPleEqtjQmqUg1ZoM= X-Riseup-User-ID: 5F0D819F9967EC878ECB5C292326BCC620B4469B884C5554D1820D13A6F71B7B Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4Rbk4B19b4zJnsZ; Thu, 31 Aug 2023 01:25:13 +0000 (UTC) From: Distopico To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-flymake-guile. Date: Wed, 30 Aug 2023 20:24:07 -0500 Message-ID: <20230831012433.2668-1-distopico@riseup.net> MIME-Version: 1.0 X-Debbugs-Cc: andrew@trop.in, liliana.prikler@gmail.com X-Debbugs-Cc: ( , Christopher Baines , Ludovic Courtès , Mathieu Othacehe , Raghav Gururajan , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice , jgart Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=distopico@riseup.net; helo=mx1.riseup.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Distopico 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/emacs-xyz.scm (emacs-flymake-guile): New variable. --- * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3eaf215134..fb1940262b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -132,6 +132,7 @@ ;;; Copyright © 2023 Fabio Natali ;;; Copyright © 2023 Arnaud Lechevallier ;;; Copyright © 2023 Ahmad Draidi +;;; Copyright © 2023 Camilo Q.S. (Distopico) ;;; ;;; This file is part of GNU Guix. ;;; @@ -2497,6 +2498,30 @@ (define-public emacs-flymake-collection modes.") (license license:expat))) +(define-public emacs-flymake-guile + (package + (name "emacs-flymake-guile") + (version "0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url + "https://framagit.org/flymake-backends/flymake-guile.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "044k5rjc6bxpb1bsnlclc5n86vvj8gqkf974np9kcb3fgdrwvbqf")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-flymake-quickdef)) + (home-page "https://framagit.org/flymake-backends/flymake-guile") + (synopsis "GNU Guile support for Flymake") + (description + "This package provides a Flymake backend for GNU Guile using @code{guild +compile}.") + (license license:gpl3+))) + (define-public emacs-flymake-popon (package (name "emacs-flymake-popon") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 05 20:48:13 2023 Received: (at 65643) by debbugs.gnu.org; 6 Sep 2023 00:48:13 +0000 Received: from localhost ([127.0.0.1]:60087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdgiK-00044M-Iz for submit@debbugs.gnu.org; Tue, 05 Sep 2023 20:48:12 -0400 Received: from mx0.riseup.net ([198.252.153.6]:34218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdgiI-00043W-HW for 65643@debbugs.gnu.org; Tue, 05 Sep 2023 20:48:11 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4RgNyW4zYdz9sY4 for <65643@debbugs.gnu.org>; Wed, 6 Sep 2023 00:48:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1693961283; bh=+axQxKBaCiCkceagXIxNYpZGN5IoeqbELHjC+5EsC8M=; h=From:To:Cc:Subject:Date:From; b=eOerZWfyRDmVC2pe7X++CZUCpPh7O6Hp+z/pkTMK6EbkDKk7e2DSSAZm+LVPXAoAm klKfWu61k1UYn3JDWkA/9uu85+Xc7NIOQbkzyVdKX/WHHj16u/7O1o8SYQQ8/HpzRc WCUPPhSx0/K7qAXzyxu8q0ZeLt7uATvuG2Exh5Bo= X-Riseup-User-ID: 58FB6E1361377C949F8B79B38F6F7E11F05FF9901BC7F4EAD01A6E98AC8F4245 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4RgNyV6tP1zFpyg; Wed, 6 Sep 2023 00:48:02 +0000 (UTC) From: Distopico To: 65643@debbugs.gnu.org Subject: [PATCH v2] gnu: Add emacs-flymake-guile. Date: Tue, 5 Sep 2023 19:46:56 -0500 Message-ID: <20230906004729.2588-1-distopico@riseup.net> MIME-Version: 1.0 X-Debbugs-Cc: andrew@trop.in, liliana.prikler@gmail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 65643 Cc: Distopico 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.7 (-) >From v1 -> v2 remove flymake-quickdef dependency and update version. * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. --- * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3eaf215134..463cae82fe 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -132,6 +132,7 @@ ;;; Copyright © 2023 Fabio Natali ;;; Copyright © 2023 Arnaud Lechevallier ;;; Copyright © 2023 Ahmad Draidi +;;; Copyright © 2023 Camilo Q.S. (Distopico) ;;; ;;; This file is part of GNU Guix. ;;; @@ -2497,6 +2498,29 @@ (define-public emacs-flymake-collection modes.") (license license:expat))) +(define-public emacs-flymake-guile + (package + (name "emacs-flymake-guile") + (version "0.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url + "https://framagit.org/flymake-backends/flymake-guile.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cb2wcn34bzj93y7s1g2b2sxv79vqihb3a5n0rhxbrddfila95hh")))) + (build-system emacs-build-system) + (home-page "https://framagit.org/flymake-backends/flymake-guile") + (synopsis "GNU Guile support for Flymake") + (description + "This package provides a Flymake backend for GNU Guile using @code{guild +compile}.") + (license license:gpl3+))) + (define-public emacs-flymake-popon (package (name "emacs-flymake-popon") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 07 08:32:11 2023 Received: (at 65643-done) by debbugs.gnu.org; 7 Sep 2023 12:32:11 +0000 Received: from localhost ([127.0.0.1]:38785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeEB6-0002sS-B5 for submit@debbugs.gnu.org; Thu, 07 Sep 2023 08:32:11 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]:34549) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeEB1-0002ru-Dk for 65643-done@debbugs.gnu.org; Thu, 07 Sep 2023 08:32:07 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id C656260014; Thu, 7 Sep 2023 12:31:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1694089914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xgGJvSJaHTI/SH6CN+CBFRzPc4C6+S8czWhjyJO9kGI=; b=hSNpH064RIE59YSBX5wu/oNhNBK9JAc4kzzIGJtZ7cflxiLTj2mqJ8tn45LcnkeC2+8S6n skLZVDvUmha58FDMcA+PslDu5UKNGbcDcWYryF6biFXJ8rnycacTPUJfoae1THxLHzGMqg FTQCFaMO+tD1gg9Sw40480BKbUA2G/APxsBw0ESY7PdWOK23NphWq/lr4ban4Bm/22M3ps RoqTe9D3VN9pxIqW/IJdpkytcuuU6XwRhkfvbtDPOx9tN1xdj0qnabpdJ96N5U58SW7dZR NWXWGzlL1gUIPU3Jq3V4COEFrUuwCud734xv5usIGpLJxAT6rOa1yC9uZtRsGw== From: Andrew Tropin To: Distopico , 65643-done@debbugs.gnu.org Subject: Re: [bug#65643] [PATCH v2] gnu: Add emacs-flymake-guile. In-Reply-To: <20230906004729.2588-1-distopico@riseup.net> References: <20230831012433.2668-1-distopico@riseup.net> <20230906004729.2588-1-distopico@riseup.net> Date: Thu, 07 Sep 2023 16:31:49 +0400 Message-ID: <87y1hip3ka.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-GND-Sasl: andrew@trop.in X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 65643-done Cc: liliana.prikler@gmail.com, Distopico 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.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2023-09-05 19:46, Distopico wrote: Hi Camilo! > From v1 -> v2 remove flymake-quickdef dependency and update version. > > * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. > --- Under --- is a better place for reroll notes, text here doesn't go to commit message body. > > * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. > > gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 3eaf215134..463cae82fe 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -132,6 +132,7 @@ > ;;; Copyright =C2=A9 2023 Fabio Natali > ;;; Copyright =C2=A9 2023 Arnaud Lechevallier > ;;; Copyright =C2=A9 2023 Ahmad Draidi > +;;; Copyright =C2=A9 2023 Camilo Q.S. (Distopico) > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -2497,6 +2498,29 @@ (define-public emacs-flymake-collection > modes.") > (license license:expat))) >=20=20 > +(define-public emacs-flymake-guile > + (package > + (name "emacs-flymake-guile") > + (version "0.5") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url > + "https://framagit.org/flymake-backends/flymake-guile.git") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "0cb2wcn34bzj93y7s1g2b2sxv79vqihb3a5n0rhxbrddfila95hh")))) > + (build-system emacs-build-system) > + (home-page "https://framagit.org/flymake-backends/flymake-guile") > + (synopsis "GNU Guile support for Flymake") > + (description > + "This package provides a Flymake backend for GNU Guile using @code{= guild > +compile}.") > + (license license:gpl3+))) > + > (define-public emacs-flymake-popon > (package > (name "emacs-flymake-popon") Thank you for the package, applied, merged, updated commit message, pushed. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmT5wrUACgkQIgjSCVjB 3rD97A//a6N01NC+MvtmIQ4XX7YO78DOLr4kievNTOa8r6vqpG5sWRSUCnYrdGnB FrYya+ue6ra97RkaCFL1IgRUTDKXOu9NfN2l+/Ngxqfdbo3m11+mHU8AcOrT3w+x ZrKg4Gu+0NzjMCmC0sX0G7RXJLxPQQ5/cM6Iqbh9Km/k8c7EMaL+6sUY0C3yT7rL WJiTDUUikxDjKSy/XxISDCZj4TxwfUEbLWB1QeYpgbc1vebscCAIn491Ub9wwHHx 1g/4osiXfgRETyolE7ROi6z9hiqIBCii03pFDZq3O3zaTblWbIiDiwHXtOMqaaQh Z1l+Fk19Pe7rWC0AINDATxhZYSYSe1UEceDrSpLM/rZ1zOf3BTR5YNUjbnktXKhy wqTSZNAjQ93t9Rs2CqE6Nvm1Y9Wx2QQOypEecZcr5ZE0YB3vZpgpzdrLTXcO7rQo QDW3kcHtMaEwm7VjHnNfcb7wwAyp0Sw/cppjpgxnae/nCMalURWZucR0lszEIiXK Rd5oScRhibxIU6WO9jwCZBvybkiA9j3LwkHEIKhSnLoFDjK84P0/dOcmL9WvK9Zd WuE6NezfxZsmB02J6VxkgoLNp2Ff1zGs8JCfE6+pnHZ2OnTK9+eS2ryCWrwPdb3e weIkBfrQDuyi0MR3weNMg3EVaqv91pWyFUEuABKstV3ijyGkkFQ= =4BUH -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 23 20:18:38 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, 06 Oct 2023 11:24:10 +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