all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31527] [PATCH] gnu: Add guile-sparql.
@ 2018-05-19 14:58 Roel Janssen
  2018-05-19 20:47 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2018-05-19 14:58 UTC (permalink / raw)
  To: 31527

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Dear Guix,

I'd like to add ‘guile-sparql’.

Kind regards,
Roel Janssen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-guile-sparql.patch --]
[-- Type: text/x-patch, Size: 1614 bytes --]

From a0d6909eb6ddfaa0c0fefc3f17ded13e2f86aeee Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Sat, 19 May 2018 16:46:34 +0200
Subject: [PATCH] gnu: Add guile-sparql.

* gnu/packages/guile.scm (guile-sparql): New variable.
---
 gnu/packages/guile.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 84f46d1cc..8c704bebc 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -2336,4 +2336,28 @@ allows users to interact with the Guile REPL through Jupyter.")
       (home-page "https://github.com/jerry40/guile-kernel")
       (license license:gpl3+))))
 
+(define-public guile-sparql
+  (package
+   (name "guile-sparql")
+   (version "0.0.7")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append
+                  "https://github.com/roelj/guile-sparql/releases/download/"
+                  version "/guile-sparql-" version ".tar.gz"))
+            (sha256
+             (base32 "1drnvhsgl0gc5crmb16yyw1j98nkhwwcgssv9vgm36ng43nnzffd"))))
+   (build-system gnu-build-system)
+   (arguments `(#:tests? #f)) ; There are no tests.
+   (native-inputs
+    `(("pkg-config" ,pkg-config)))
+   (inputs
+    `(("guile" ,guile-2.2)))
+   (home-page "https://github.com/roelj/guile-sparql")
+   (synopsis "SPARQL module for Guile")
+   (description "This package provides the functionality to query a SPARQL
+endpoint.  Additionally, it provides an interface to write SPARQL queries
+using S-expressions.")
+   (license license:gpl3+)))
+
 ;;; guile.scm ends here
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#31527] [PATCH] gnu: Add guile-sparql.
  2018-05-19 14:58 [bug#31527] [PATCH] gnu: Add guile-sparql Roel Janssen
@ 2018-05-19 20:47 ` Ludovic Courtès
  2018-05-19 22:48   ` bug#31527: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-05-19 20:47 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 31527

Howdy,

Roel Janssen <roel@gnu.org> skribis:

> From a0d6909eb6ddfaa0c0fefc3f17ded13e2f86aeee Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Sat, 19 May 2018 16:46:34 +0200
> Subject: [PATCH] gnu: Add guile-sparql.
>
> * gnu/packages/guile.scm (guile-sparql): New variable.

Nice, LGTM!

Thanks,
Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31527: [PATCH] gnu: Add guile-sparql.
  2018-05-19 20:47 ` Ludovic Courtès
@ 2018-05-19 22:48   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2018-05-19 22:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 31527-done


Ludovic Courtès <ludo@gnu.org> writes:

> Howdy,
>
> Roel Janssen <roel@gnu.org> skribis:
>
>> From a0d6909eb6ddfaa0c0fefc3f17ded13e2f86aeee Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Sat, 19 May 2018 16:46:34 +0200
>> Subject: [PATCH] gnu: Add guile-sparql.
>>
>> * gnu/packages/guile.scm (guile-sparql): New variable.
>
> Nice, LGTM!

Pushed in 89f8c2ac3.  Thanks!

Kind regards,
Roel Janssen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-19 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-19 14:58 [bug#31527] [PATCH] gnu: Add guile-sparql Roel Janssen
2018-05-19 20:47 ` Ludovic Courtès
2018-05-19 22:48   ` bug#31527: " Roel Janssen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.