From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59025@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59025] [PATCH 1/1] gnu: cl-xmls: Update to 3.2.0
Date: Fri, 4 Nov 2022 23:04:44 +0000 [thread overview]
Message-ID: <20221104230444.12730-1-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221104203458.13870-1-sharlatanus@gmail.com>
* gnu/packages/lisp-xyz.scm (sbcl-xmls): Update to 3.2.0
[package]{version}: Use the latest upstream tag over commit.
* gnu/packages/lisp-xyz.scm (ecl-xmls): Enable tests. Issue is resolved
upstream which allows to enable tests for ECL implementation
https://github.com/rpgoldman/xmls/issues/3
---
gnu/packages/lisp-xyz.scm | 48 ++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 556ac41afc..7894b13dc5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13427,41 +13427,33 @@ (define-public ecl-lambda-fiddle
(sbcl-package->ecl-package sbcl-lambda-fiddle))
(define-public sbcl-xmls
- (let ((commit "18546f0850b1338e03997ffd1696add1cb1800d1") ;; no tagged branch
- (revision "1"))
- (package
- (name "sbcl-xmls")
- (version (git-version "3.0.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/rpgoldman/xmls")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1lmvfml2ldbb1wkhm25jqqk2bhwsz52hhcgljbnzj1xr8xhc3anp"))))
- (native-inputs
- (list sbcl-fiveam))
- (build-system asdf-build-system/sbcl)
- (home-page "https://github.com/rpgoldman/xmls")
- (synopsis "Non-validating XML parser for Common Lisp")
- (description "Xmls is a self-contained, easily embedded parser that
+ (package
+ (name "sbcl-xmls")
+ (version "3.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rpgoldman/xmls")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10406sgap9kdaip7blxldnv6kabiczd6890jgic4pacsrfx6jypk"))))
+ (native-inputs
+ (list sbcl-fiveam))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/rpgoldman/xmls")
+ (synopsis "Non-validating XML parser for Common Lisp")
+ (description "Xmls is a self-contained, easily embedded parser that
recognizes a useful subset of the XML spec. It provides a simple mapping from
XML to Lisp structures or s-expressions and back.")
- (license license:bsd-2))))
+ (license license:bsd-2)))
(define-public cl-xmls
(sbcl-package->cl-source-package sbcl-xmls))
(define-public ecl-xmls
- (let ((pkg (sbcl-package->ecl-package sbcl-xmls)))
- (package
- (inherit pkg)
- (arguments
- (substitute-keyword-arguments (package-arguments pkg)
- ;; Upstream doesn't have a test suite adapted for ECL.
- ((#:tests? _ #f) #f))))))
+ (sbcl-package->ecl-package sbcl-xmls))
(define-public sbcl-geco
(let ((commit "db13c9384491092975f46f6a837ccdc04681a93a")
--
2.38.0
next prev parent reply other threads:[~2022-11-04 23:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 20:34 [bug#59025] [PATCH 0/1] gnu: cl-xmls: Update to 3.2.0 Sharlatan Hellseher
2022-11-04 23:04 ` Sharlatan Hellseher [this message]
2022-11-05 12:08 ` bug#59025: [PATCH 1/1] " 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=20221104230444.12730-1-sharlatanus@gmail.com \
--to=sharlatanus@gmail.com \
--cc=59025@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).