GNU bug report logs - #66960
[PATCH] gnu: Add guile-algorithms

Previous Next

Package: guix-patches;

Reported by: Filip Lajszczak <filip <at> lajszczak.dev>

Date: Sun, 5 Nov 2023 21:10:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66960: closed ([PATCH] gnu: Add guile-algorithms)
Date: Sun, 26 Nov 2023 13:38:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 Nov 2023 14:36:45 +0100
with message-id <87y1ekprf6.fsf <at> gnu.org>
and subject line Re: [bug#66960] [PATCH v2] gnu: Add guile-algorithms
has caused the debbugs.gnu.org bug report #66960,
regarding [PATCH] gnu: Add guile-algorithms
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
66960: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66960
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Filip Lajszczak <filip <at> lajszczak.dev>
To: guix-patches <at> gnu.org
Cc: Filip Lajszczak <filip <at> lajszczak.dev>
Subject: [PATCH] gnu: Add guile-algorithms
Date: Sun,  5 Nov 2023 21:07:47 +0000
Guile port of racket-algorithms

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

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 8f4ada7800..c408cdb71b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1373,6 +1373,31 @@ (define-public guile-aa-tree
 convenient nested tree operations.")
     (license license:gpl3+)))
 
+(define-public guile-algorithms
+  (package
+    (name "guile-algorithms")
+    (version "0.1")
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://git <at> git.sr.ht/~filiplajszczak/guile-algorithms")
+                 (commit (string-append "v" version))))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+             "0sqnica53kpxc8lmsf9aqzf3wcfjnxq4sxg0j9ka4fjh0id931qc"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake pkg-config texinfo))
+    (inputs (list guile-3.0))
+    (synopsis "Guile port of racket-algorithms")
+    (description
+     "Guile port of @url{https://docs.racket-lang.org/algorithms/index.html,
+racket-algorithms}, a package containing many useful algorithms borrowed from many
+other programming languages).")
+    (home-page "https://guile-algorithms.lajszczak.dev/")
+    (license license:gpl3+)))
+
 (define-public guile-aws
   (let ((commit "f32bea12333e1054b97ab50e58a72636edabb5b7")
         (revision "1"))
-- 
2.42.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Filip Lajszczak <filip <at> lajszczak.dev>
Cc: 66960-done <at> debbugs.gnu.org
Subject: Re: [bug#66960] [PATCH v2] gnu: Add guile-algorithms
Date: Sun, 26 Nov 2023 14:36:45 +0100
> * gnu/packages/guile-xyz.scm (guile-algorithms): New variable.

Applied, thanks for the v2,

Mathieu


This bug report was last modified 1 year and 179 days ago.

Previous Next


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