unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 45107@debbugs.gnu.org
Subject: [bug#45107] Add cl-abnf
Date: Mon, 7 Dec 2020 21:37:49 +0000	[thread overview]
Message-ID: <CAO+9K5oBMbQ3UKhV1tJP6zWygQ7+HCqqiY=QCqbP_acD_Ciu6A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3861 bytes --]

Hi,

Thank you for approving my previous patches.

One more package for pgloader.
Could anyone help me to find the best way to pack systems in pgloader and
Postmodern repositories (check the list). I also have difficulties to find
"list-of" and " command-line-arguments" Common Lisp systems.

- https://issues.guix.gnu.org/44993
- https://issues.guix.gnu.org/45025

- [-] pgloader [23/34] [67%]
  1. [-] abnf [75%]
     - [X] :packed <2020-12-05 Sat>
     - [X] :patch-sent <2020-12-07 Mon>
     - [ ] :patch-applied-upstream
     - [X] :depends-on [2/2]
       + [X] esrap
       + [X] cl-ppcre
  2. [X] alexandria
  3. [X] cl-base64
  4. [X] cl-csv
  5. [X] cl-fad
  6. [X] cl-log [100%]
     - [X] :packed <2020-12-02 Wed>
     - [X] :patch-sent <2020-12-02 Wed>
     - [X] :patch-applied-upstream <2020-12-05 Sat>
  7. [ ] cl-markdown [0%]
     - [ ] :packed
     - [ ] :patch-sent
     - [ ] :patch-applied-upstream
     - [ ] :depends-on []
  8. [ ] cl-mustache [0%]
     - [ ] :packed
     - [ ] :patch-sent
     - [ ] :patch-applied-upstream
  9. [X] closer-mop
  10. [-] cl-postgres [0%] - part of Postmodern
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
      - [-] :depends-on [3/4]
        - [X] md5
        - [X] split-sequence
        - [X] cl-base64
        - [-] uax-15 [25%]
          + [ ] :packed
          + [ ] :patch-sent
          + [ ] :patch-applied-upstream
          + [X] :depends-on [3/3]
            - [X] split-sequence
            - [X] cl-ppcre
            - [X] uiop - part of ASDF
  11. [X] cl-ppcre
  12. [ ] command-line-arguments [0%]
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
  13. [ ] db3 [0%] - part of pgloader
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
  14. [X] drakma
  15. [X] esrap
  16. [X] flexi-streams
  17. [ ] ixf [0%] - part of pgloader
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
  18. [X] local-time
  19. [X] lparallel
  20. [X] metabang-bind
  21. [ ] mssql [0%] - part of pgloader
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
  22. [X] postmodern
  23. [ ] py-configparser [0%]
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
      - [ ] :depends-on [0/1]
        + [ ] parse-number
  24. [-] qmynd [20%]
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
      - [-] :depends-on [5/6]
        - [X] babel
        - [X] flexi-streams
        - [X] ironclad
        - [ ] list-of - (Hellseher-201205210440) I'm not sure where to find
it
        - [X] trivial-gray-streams
        - [X] usocket
      - [X] :weakly-depends-on [3/3]
        - [X] chipz
        - [X] cl+ssl
        - [X] salza2
  25. [X] quri
  26. [ ] simple-date [0%] - part of Postmodern
      - [ ] :packed
      - [ ] :patch-sent
      - [ ] :patch-applied-upstream
  27. [X] split-sequence
  28. [X] sqlite
  29. [X] trivial-backtrace
  30. [X] uiop
  31. [X] usocket
  32. [X] uuid
  33. [X] yason
  34. [X] zs3 [100%]
      - [X] :packed <2020-12-03 Thu>
      - [X] :patch-sent <2020-12-03 Thu>
      - [X] :patch-applied-upstream <2020-12-05 Sat>
      - [X] :depends-on [6/6]
        + [X] drakma
        + [X] alexandria
        + [X] cxml
        + [X] ironclad
        + [X] puri
        + [X] cl-base64
---
… наш разум - превосходная объяснительная машина которая способна найти
смысл почти в чем угодно, истолковать любой феномен, но совершенно не в
состоянии принять мысль о непредсказуемости.

[-- Attachment #1.2: Type: text/html, Size: 4685 bytes --]

[-- Attachment #2: 0001-gnu-packages-lisp-xyz.scm-cl-abnf.patch --]
[-- Type: text/x-patch, Size: 2310 bytes --]

From ddd02e564b7fbf845433964cf620c6ff05a3d780 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=23R=CE=BBatan?= <sharlatanus@gmail.com>
Date: Mon, 7 Dec 2020 21:22:50 +0000
Subject: [PATCH] gnu/packages/lisp-xyz.scm cl-abnf Add cl-abnf

---
 gnu/packages/lisp-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6fd4ec5b2d..9ad5f20053 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -309,6 +309,45 @@ streams which are similar to string streams.")
 (define-public ecl-flexi-streams
   (sbcl-package->ecl-package sbcl-flexi-streams))
 
+(define-public sbcl-cl-abnf
+  ;; There are no releases
+  (let ((commit "ba1fbb104dedbdaddb1ef93d2e4da711bd96cd70")
+        (revision "1"))
+    (package
+     (name "sbcl-cl-abnf")
+     (version (git-version "0.0.0" revision commit))
+     (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/dimitri/cl-abnf")
+                    (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0f09nsndxa90acm71zd4qdnp40v705a4sqm04mnv9x76h6dlggmz"))))
+     (build-system asdf-build-system/sbcl)
+     (inputs
+      `(("esrap" ,sbcl-esrap)
+        ("cl-ppcre" ,sbcl-cl-ppcre)))
+     (arguments
+      `(#:asd-systems '("abnf")))
+     (home-page "https://github.com/dimitri/cl-abnf")
+     (synopsis "ABNF Parser Generator, per RFC2234")
+     (description "This Common Lisp librairie implements a parser generator for
+the ABNF grammar format as described in RFC2234. The generated parser is a
+regular expression scanner provided by the cl-ppcre lib, which means that we
+can't parse recursive grammar definition. One such definition is the ABNF
+definition as given by the RFC. Fortunately, as you have this lib, you most
+probably don't need to generate another parser to handle that particular ABNF
+grammar.")
+     (license license:expat))))
+
+(define-public ecl-cl-abnf
+  (sbcl-package->ecl-package sbcl-cl-abnf))
+
+(define-public cl-abnf
+  (sbcl-package->cl-source-package sbcl-cl-abnf))
+
 (define-public sbcl-cl-ppcre
   (package
     (name "sbcl-cl-ppcre")
-- 
2.26.2


             reply	other threads:[~2020-12-07 21:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07 21:37 Sharlatan Hellseher [this message]
2020-12-11 18:40 ` bug#45107: Add cl-abnf Guillaume Le Vaillant

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='CAO+9K5oBMbQ3UKhV1tJP6zWygQ7+HCqqiY=QCqbP_acD_Ciu6A@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=45107@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).