From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 29 10:11:42 2018 Received: (at submit) by debbugs.gnu.org; 29 Dec 2018 15:11:42 +0000 Received: from localhost ([127.0.0.1]:41586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gdGH7-0001fe-Nr for submit@debbugs.gnu.org; Sat, 29 Dec 2018 10:11:41 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gdGH6-0001f5-6j for submit@debbugs.gnu.org; Sat, 29 Dec 2018 10:11:40 -0500 Received: from lists.gnu.org ([208.118.235.17]:48020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gdGH0-0006qc-RF for submit@debbugs.gnu.org; Sat, 29 Dec 2018 10:11:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdGGz-0001CB-RZ for guix-patches@gnu.org; Sat, 29 Dec 2018 10:11:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdG8z-00058N-VQ for guix-patches@gnu.org; Sat, 29 Dec 2018 10:03:18 -0500 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]:56532) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gdG8z-00057q-KY for guix-patches@gnu.org; Sat, 29 Dec 2018 10:03:17 -0500 From: Jelle Licht To: guix-patches@gnu.org Subject: [PATCH 4/7] gnu: Add emacs-graphql. Date: Sat, 29 Dec 2018 16:02:58 +0100 Message-Id: <20181229150301.30567-5-jlicht@fsfe.org> In-Reply-To: <20181229150301.30567-1-jlicht@fsfe.org> References: <20181229150301.30567-1-jlicht@fsfe.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:aa8:ffed:f5f3::151 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Jelle Licht 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: -6.0 (------) * gnu/packages/emacs.scm (emacs-graphql): New variable. --- gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2e441d41a..7181d05a3 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -649,6 +649,34 @@ process, passing on the arguments as command line ar= guments.") clojure.walk and clojure.zip respectively.") (license license:gpl3+))) =20 +(define-public emacs-graphql + (package + (name "emacs-graphql") + (version "0.1.1") + (source (origin + (modules '((guix build utils))) + ;; Remove examples file with references to external package= s as + ;; they do not exist at compilation time. + (snippet + '(begin (delete-file "examples.el") + #t)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/vermiculus/graphql.el.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))= )) + (build-system emacs-build-system) + (home-page + "https://github.com/vermiculus/graphql.el") + (synopsis "GraphQL utilities") + (description + "GraphQL.el provides a generally-applicable domain-specific language= for +creating and executing GraphQL queries against your favorite web service= s.") + (license license:gpl3+))) + (define-public emacs-ghub (package (name "emacs-ghub") --=20 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 10:45:04 2019 Received: (at 33903) by debbugs.gnu.org; 9 Jan 2019 15:45:04 +0000 Received: from localhost ([127.0.0.1]:52401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghG2R-0000V7-Q6 for submit@debbugs.gnu.org; Wed, 09 Jan 2019 10:45:04 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghG2Q-0000V0-Gr for 33903@debbugs.gnu.org; Wed, 09 Jan 2019 10:45:02 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E7F561159; Wed, 9 Jan 2019 16:45:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at 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 WWk7wd9WAboA; Wed, 9 Jan 2019 16:45:01 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0ACA2935; Wed, 9 Jan 2019 16:45:00 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jelle Licht Subject: Re: [bug#33903] [PATCH 4/7] gnu: Add emacs-graphql. References: <20181229150301.30567-1-jlicht@fsfe.org> <20181229150301.30567-5-jlicht@fsfe.org> Date: Wed, 09 Jan 2019 16:45:00 +0100 In-Reply-To: <20181229150301.30567-5-jlicht@fsfe.org> (Jelle Licht's message of "Sat, 29 Dec 2018 16:02:58 +0100") Message-ID: <87imyx6dj7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 33903 Cc: 33903@debbugs.gnu.org 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.0 (/) Jelle Licht skribis: > * gnu/packages/emacs.scm (emacs-graphql): New variable. LGTM! > + (home-page > + "https://github.com/vermiculus/graphql.el") > + (synopsis "GraphQL utilities") > + (description > + "GraphQL.el provides a generally-applicable domain-specific language= for > +creating and executing GraphQL queries against your favorite web service= s.") Bonus points if you add a few words that give a hint about what GraphQL is. :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 17:13:41 2019 Received: (at control) by debbugs.gnu.org; 9 Jan 2019 22:13:41 +0000 Received: from localhost ([127.0.0.1]:52686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghM6X-000535-FS for submit@debbugs.gnu.org; Wed, 09 Jan 2019 17:13:41 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:55208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghM6U-00052w-8V for control@debbugs.gnu.org; Wed, 09 Jan 2019 17:13:38 -0500 Date: Wed, 09 Jan 2019 23:13:36 +0100 Message-Id: <8736q1fpin.fsf@fsfe.org> To: control@debbugs.gnu.org From: Jelle Licht Subject: control message for bug #33903 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -6.0 (------) tags 33903 fixed close 33903 From unknown Sun Jun 22 11:39:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Feb 2019 12:24:04 +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