From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48550@debbugs.gnu.org
Subject: [bug#48550] [PATCH 2/2]: gnu: sbcl-cl-html5-parser: Update to 0.0.0-2.74a92eb
Date: Thu, 20 May 2021 22:05:31 +0000 [thread overview]
Message-ID: <CAO+9K5pvUjPmXxjHfpRRPhgw5f8OFO+p11ZWzMeR0CXHQ0Onow@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0002-gnu-sbcl-cl-html5-parser-Update-to-0.0.0-2.74a92eb.patch --]
[-- Type: text/x-patch, Size: 1491 bytes --]
From f74321dd73bb305dd835c456f4c84b4cbaad20c3 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 20 May 2021 23:00:35 +0100
Subject: [PATCH 2/2] gnu: sbcl-cl-html5-parser: Update to 0.0.0-2.74a92eb
* gnu/packages/lisp-xyz.scm: (sbcl-cl-html5-parser)
[arguments]: Enable tests, clean up not required #:asd-systems
[native-inputs]: Add json-streams, split-sequence and stefil
---
gnu/packages/lisp-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 64394821db..689be8c4ae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15370,7 +15370,7 @@ Lisp.")
(define-public sbcl-cl-html5-parser
(let ((commit "74a92eb3a183a0afd089ea33350e816e6b9aeefa")
- (revision "1"))
+ (revision "2"))
(package
(name "sbcl-cl-html5-parser")
(version (git-version "0.0.0" revision commit))
@@ -15384,9 +15384,10 @@ Lisp.")
(sha256
(base32 "04if61wigylsmn996rbfl8ylsd0d9hzdmg7p2wiglncibjzcl5k9"))))
(build-system asdf-build-system/sbcl)
- (arguments
- '(#:tests? #f
- #:asd-systems '("cl-html5-parser")))
+ (native-inputs
+ `(("json-streams" ,sbcl-json-streams)
+ ("split-sequence" ,sbcl-split-sequence)
+ ("stefil" ,sbcl-stefil)))
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("flexi-stream" ,sbcl-flexi-streams)
--
2.31.1
next reply other threads:[~2021-05-20 22:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 22:05 Sharlatan Hellseher [this message]
2021-05-20 22:08 ` [bug#48550] [PATCH 1/2]: gnu: Add json-streams Sharlatan Hellseher
2021-05-21 9:23 ` bug#48550: [PATCH 2/2]: gnu: sbcl-cl-html5-parser: Update to 0.0.0-2.74a92eb 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAO+9K5pvUjPmXxjHfpRRPhgw5f8OFO+p11ZWzMeR0CXHQ0Onow@mail.gmail.com \
--to=sharlatanus@gmail.com \
--cc=48550@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.