* [bug#59025] [PATCH 0/1] gnu: cl-xmls: Update to 3.2.0
@ 2022-11-04 20:34 Sharlatan Hellseher
2022-11-04 23:04 ` [bug#59025] [PATCH 1/1] " Sharlatan Hellseher
0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2022-11-04 20:34 UTC (permalink / raw)
To: 59025; +Cc: Sharlatan Hellseher
Hi Guix team,
This patch includes updated version of Common Lisp xmls package. I uses the
latest tag and enables ECL tests.
> ./pre-inst-env guix build sbcl-xmls ecl-xmls cl-xmls --rounds=2
> /gnu/store/wi91acqhkghfissc3q28s53s9mijznad-cl-xmls-3.2.0
> /gnu/store/9s8fn4hb0g5aq7xa94h4iknlmj33gf72-ecl-xmls-3.2.0
> /gnu/store/gvg43p3ia80d8vq19yydw1i8812lg8fc-sbcl-xmls-3.2.0
Sharlatan Hellseher (1):
gnu: cl-xmls: Update to 3.2.0
gnu/packages/lisp-xyz.scm | 48 ++++++++++++++++-----------------------
1 file changed, 20 insertions(+), 28 deletions(-)
base-commit: 3a227cff367e5b5415624adcb15eed124ac7768d
--
2.38.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#59025] [PATCH 1/1] gnu: cl-xmls: Update to 3.2.0
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
2022-11-05 12:08 ` bug#59025: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2022-11-04 23:04 UTC (permalink / raw)
To: 59025; +Cc: Sharlatan Hellseher
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#59025: [PATCH 1/1] gnu: cl-xmls: Update to 3.2.0
2022-11-04 23:04 ` [bug#59025] [PATCH 1/1] " Sharlatan Hellseher
@ 2022-11-05 12:08 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-05 12:08 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 59025-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 2211f50ec1ebcf5f880454b4133ac40e41abac21.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-05 12:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#59025] [PATCH 1/1] " Sharlatan Hellseher
2022-11-05 12:08 ` bug#59025: " Guillaume Le Vaillant
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.