* [bug#47697] add guile-fslib
@ 2021-04-10 20:35 Zelphir Kaltstahl
2021-05-10 10:11 ` bug#47697: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Zelphir Kaltstahl @ 2021-04-10 20:35 UTC (permalink / raw)
To: 47697
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
Hello GNU Guix Team,
this patch should add guile-fslib to GNU Guix.
Best regards,
Zelphir
--
repositories: https://notabug.org/ZelphirKaltstahl
[-- Attachment #2: 0001-add-guile-fslib.patch --]
[-- Type: text/x-patch, Size: 2829 bytes --]
From c3ac8b0ebda8f34a4d1f8cc9411f586c9dcdc3b8 Mon Sep 17 00:00:00 2001
From: Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
Date: Sat, 10 Apr 2021 22:13:13 +0200
Subject: [PATCH] add guile-fslib
Q: What changes affected a particular source file?
A: Adding guile-fslib adds a public definition to guile-xyz.scm.
Q: Was a particular source file renamed or moved, and if so, as part of what change?
A: No such change.
Q: What changes affected a given function or macro or definition of a data structure?
A: No such change.
Q: Was a function (or a macro or the definition of a data structure) renamed or moved from another file, and if so, as part of which change?
A: No such change.
Q: What changes deleted a function (or macro or data structure)?
A: No such change.
Q: What was the rationale for a given change, and what were its main ideas?
A: The addition of guile-fslib aims to provide helper functions for working with locations in the file system from GNU Guile.
Q: Is there any additional information regarding the change, and if so, where can it be found?
A: The repository of the added library is: https://notabug.org/ZelphirKaltstahl/guile-fslib
---
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 b2cbf3e898..043b4f8dba 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -36,6 +36,7 @@
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Leo Le Bouter <lle-bout@zaclys.net>
+;;; Copyright © 2021 Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4671,3 +4672,27 @@ properties inspired by ghc-quickcheck. You can use it to express properties,
which functions should satisfy, as Scheme code and then check whether they hold
in a large number of randomly generated test cases.")
(license license:gpl3+)))
+
+(define-public guile-fslib
+ (package
+ (name "guile-fslib")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://notabug.org/ZelphirKaltstahl/guile-fslib/")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "118d84p443w7hrslv8hjyhgws631ia08mggiyklkmk0b9plfdsvz"))))
+ (build-system guile-build-system)
+ (inputs
+ `(("guile" ,guile-3.0)))
+ (home-page "https://notabug.org/ZelphirKaltstahl/guile-fslib")
+ (synopsis "helper functions for working with location in file systems")
+ (description
+ "This package contains helper functions for working with file system locations.")
+ (license license:agpl3+)))
+
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47697: add guile-fslib
2021-04-10 20:35 [bug#47697] add guile-fslib Zelphir Kaltstahl
@ 2021-05-10 10:11 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2021-05-10 10:11 UTC (permalink / raw)
To: 47697-done
Hi Zelphir,
sorry for the delay. I changed the commit message and made a few
minor whitespace changes, and the pushed commit 767c3df815.
Thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-10 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 20:35 [bug#47697] add guile-fslib Zelphir Kaltstahl
2021-05-10 10:11 ` bug#47697: " Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).