GNU bug report logs - #27050
[PATCH 1/1] gnu: Add emacs-restclient.

Previous Next

Package: guix-patches;

Reported by: James Richardson <james <at> jamestechnotes.com>

Date: Wed, 24 May 2017 05:32:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27050 in the body.
You can then email your comments to 27050 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27050; Package guix-patches. (Wed, 24 May 2017 05:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to James Richardson <james <at> jamestechnotes.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 May 2017 05:32:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James Richardson <james <at> jamestechnotes.com>
To: guix-patches <at> gnu.org
Cc: James Richardson <james <at> jamestechnotes.com>
Subject: [PATCH 1/1] gnu: Add emacs-restclient.
Date: Wed, 24 May 2017 01:26:44 -0400
* gnu/packages/emacs.scm (emacs-restclient): 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 a59a4ca69..176df7105 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2017 Kei Kebreau <kei <at> openmailbox.org>
 ;;; Copyright © 2017 George Clemmer <myglc2 <at> gmail.com>
 ;;; Copyright © 2017 Feng Shu <tumashu <at> 163.com>
+;;; Copyright © 2017 James Richardson <james <at> jamestechnotes.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4836,3 +4837,30 @@ Emacs.")
 using ERT.  It assumes a certain test structure setup and can therefore make
 running tests easier.")
       (license license:gpl3+))))
+
+(define-public emacs-restclient
+  (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
+        (revision "1"))                 ;Guix package revision,
+                                        ;upstream doesn't have official releases
+    (package
+      (name "emacs-restclient")
+      (version (string-append revision "."
+                              (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/pashky/restclient.el.git")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-helm" ,emacs-helm)))
+      (home-page "https://github.com/pashky/restclient.el")
+      (synopsis "Explore and test HTTP REST webservices")
+      (description
+       "A tool that allows testing and exploration of HTTP REST webservices from
+within Emacs.  Restclient runs queries from a plan-text query sheet, displays
+results pretty-printed in XML or JSON with @code{restclient-mode}")
+      (license license:public-domain))))
-- 
2.13.0





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 28 May 2017 19:40:02 GMT) Full text and rfc822 format available.

Notification sent to James Richardson <james <at> jamestechnotes.com>:
bug acknowledged by developer. (Sun, 28 May 2017 19:40:02 GMT) Full text and rfc822 format available.

Message #10 received at 27050-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: James Richardson <james <at> jamestechnotes.com>
Cc: 27050-done <at> debbugs.gnu.org
Subject: Re: bug#27050: [PATCH 1/1] gnu: Add emacs-restclient.
Date: Sun, 28 May 2017 21:39:09 +0200
James Richardson <james <at> jamestechnotes.com> skribis:

> * gnu/packages/emacs.scm (emacs-restclient): New variable.

[...]

> +      (home-page "https://github.com/pashky/restclient.el")
> +      (synopsis "Explore and test HTTP REST webservices")
> +      (description
> +       "A tool that allows testing and exploration of HTTP REST webservices from
> +within Emacs.  Restclient runs queries from a plan-text query sheet, displays
> +results pretty-printed in XML or JSON with @code{restclient-mode}")

I turned this into a sentenced and committed.  Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Jun 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 299 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.