GNU bug report logs - #42647
add sbcl-qbase64

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Sat, 1 Aug 2020 09:25:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42647 in the body.
You can then email your comments to 42647 AT debbugs.gnu.org in the normal way.

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#42647; Package guix-patches. (Sat, 01 Aug 2020 09:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Aug 2020 09:25:02 GMT) Full text and rfc822 format available.

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

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: add sbcl-qbase64
Date: Sat, 1 Aug 2020 11:24:24 +0200 (CEST)
(define-public sbcl-qbase64
  (let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
    (revision "1"))
    (package
      (name "sbcl-qbase64")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/chaitanyagupta/qbase64")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
      (build-system asdf-build-system/sbcl)
      (inputs
       `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
     ("metabang-bind" ,sbcl-metabang-bind)))
      (native-inputs
       `(("fiveam" ,sbcl-fiveam)))
      (home-page "https://github.com/chaitanyagupta/qbase64")
      (synopsis "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
      (description "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
      (license license:bsd-3))))




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sun, 02 Aug 2020 07:34:01 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Sun, 02 Aug 2020 07:34:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 42647-done <at> debbugs.gnu.org
Subject: Re: [bug#42647] add sbcl-qbase64
Date: Sun, 02 Aug 2020 09:32:48 +0200
[Message part 1 (text/plain, inline)]
Adam Kandur via Guix-patches via <guix-patches <at> gnu.org> skribis:

> (define-public sbcl-qbase64
>   (let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
>     (revision "1"))
>     (package
>       (name "sbcl-qbase64")
>       (version (git-version "0.0.0" revision commit))
>       (source
>        (origin
>          (method git-fetch)
>          (uri (git-reference
>                (url "https://github.com/chaitanyagupta/qbase64")
>                (commit commit)))
>          (file-name (git-file-name name version))
>          (sha256
>           (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
>       (build-system asdf-build-system/sbcl)
>       (inputs
>        `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
>      ("metabang-bind" ,sbcl-metabang-bind)))
>       (native-inputs
>        `(("fiveam" ,sbcl-fiveam)))
>       (home-page "https://github.com/chaitanyagupta/qbase64")
>       (synopsis "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
>       (description "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
>       (license license:bsd-3))))

Patch pushed as a05edef2ac692be8bf3033fe008b7c1b29f83123 with a few
modifications (version, indentation, etc...). Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 30 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 240 days ago.

Previous Next


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