GNU bug report logs - #76340
[PATCH] gnu: Add guile-oauth.

Previous Next

Package: guix-patches;

Reported by: Skylar Hill <stellarskylark <at> posteo.net>

Date: Sun, 16 Feb 2025 15:16:02 UTC

Severity: normal

Tags: patch

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

To reply to this bug, email your comments to 76340 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#76340; Package guix-patches. (Sun, 16 Feb 2025 15:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Skylar Hill <stellarskylark <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 16 Feb 2025 15:16:02 GMT) Full text and rfc822 format available.

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

From: Skylar Hill <stellarskylark <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Skylar Hill <stellarskylark <at> posteo.net>
Subject: [PATCH] gnu: Add guile-oauth.
Date: Sun, 16 Feb 2025 15:13:22 +0000
* gnu/packages/guile-xyz.scm (guile-oauth): New variable.

Change-Id: Ie5e8e15a35e2e71171ef6b8ea2e4b86e339152d3
---
 gnu/packages/guile-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 295f69d2de..ad43a129a8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -319,6 +319,29 @@ (define-public guilescript
 currently does not do much, but it might in the future.")
     (license license:gpl3+)))
 
+(define-public guile-oauth
+  (package
+    (name "guile-oauth")
+    (version "1.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/aconchillo/guile-oauth")
+             (commit version)))
+       (file-name (string-append name "-" version "-checkout"))
+       (sha256
+        (base32 "002hgs4xfrrz0rqa6n1078cn7vz5f70azw1kpljvb4dmv228gfxq"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake pkg-config))
+    (inputs (list guile-3.0 gnutls guile-gcrypt guile-gnutls guile-json-4))
+    (home-page "https://github.com/aconchillo/guile-oauth")
+    (synopsis "OAuth module for Guile")
+    (description
+     "This package provides Guile modules to interface with the OAuth and
+OAuth2 protocols.")
+    (license license:gpl3+)))
+
 (define-public guile-openai
   (let ((commit "751cd5db5f8bb7c00e60042a7ec86100930b0f02")
         (revision "1"))

base-commit: 6dde0ee30e5e030c2535514e9e39aa50518a5d20
prerequisite-patch-id: cc459efaf23197e58e97a6f0ad62058f71178746
-- 
2.48.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 25 Mar 2025 10:15:03 GMT) Full text and rfc822 format available.

Notification sent to Skylar Hill <stellarskylark <at> posteo.net>:
bug acknowledged by developer. (Tue, 25 Mar 2025 10:15:03 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Skylar Hill <stellarskylark <at> posteo.net>
Cc: 76340-done <at> debbugs.gnu.org
Subject: Re: [bug#76340] [PATCH] gnu: Add guile-oauth.
Date: Tue, 25 Mar 2025 11:14:42 +0100
Skylar Hill <stellarskylark <at> posteo.net> skribis:

> * gnu/packages/guile-xyz.scm (guile-oauth): New variable.
>
> Change-Id: Ie5e8e15a35e2e71171ef6b8ea2e4b86e339152d3

Applied, thanks!




This bug report was last modified 10 days ago.

Previous Next


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