unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
To: 47697@debbugs.gnu.org
Subject: [bug#47697] add guile-fslib
Date: Sat, 10 Apr 2021 22:35:10 +0200	[thread overview]
Message-ID: <e6085331-adc5-e7b4-f6f5-93db107e9f49@posteo.de> (raw)

[-- 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


             reply	other threads:[~2021-04-10 22:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10 20:35 Zelphir Kaltstahl [this message]
2021-05-10 10:11 ` bug#47697: add guile-fslib Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6085331-adc5-e7b4-f6f5-93db107e9f49@posteo.de \
    --to=zelphirkaltstahl@posteo.de \
    --cc=47697@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).