* [bug#46576] [PATCH 2/2] cl-change-case and mbl-pax - resolve issues
@ 2021-02-16 23:27 Sharlatan Hellseher
2021-02-17 9:20 ` bug#46576: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-16 23:27 UTC (permalink / raw)
To: 46576
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
Hi Guix team!
Same packages as yesterday but with issue resolved upstream now.
Regards
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0002-gnu-cl-change-case-Update-to-0.2.0-1.45c70b6.patch --]
[-- Type: text/x-patch, Size: 2170 bytes --]
From 76d7ff79213538b1f73de348812cddf353440908 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Tue, 16 Feb 2021 23:23:17 +0000
Subject: [PATCH 2/2] gnu: cl-change-case: Update to 0.2.0-1.45c70b6
* gnu/packages/lisp-xyz.scm (sbcl-cl-change-case):
[inputs] Enable tests after resolving https://github.com/rudolfochrist/cl-change-case/issues/2
---
gnu/packages/lisp-xyz.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6a070b5b51..390db119a5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10195,10 +10195,11 @@ multiple checkers, including Aspell and Hunspell.")
(sbcl-package->ecl-package sbcl-enchant))
(define-public sbcl-cl-change-case
- (let ((commit "5ceff2a5f8bd845b6cb510c6364176b27a238fd3"))
+ (let ((commit "45c70b601125889689e0c1c37d7e727a3a0af022")
+ (revision "1"))
(package
(name "sbcl-cl-change-case")
- (version (git-version "0.1.0" "1" commit))
+ (version (git-version "0.2.0" revision commit))
(home-page "https://github.com/rudolfochrist/cl-change-case")
(source
(origin
@@ -10208,18 +10209,13 @@ multiple checkers, including Aspell and Hunspell.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1afyglglk9z3yg8gylcl301bl2r8vq3sllyznzj9s5xi5gs6qyf2"))))
+ (base32 "0qmk341zzcsbf8sq0w9ix3r080zg4ri6vzxym63lhdjfzwz3y8if"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)))
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
- (arguments
- '(;; FIXME: Test pass but phase fails with 'Component
- ;; "cl-change-case-test" not found, required by'.
- #:tests? #f
- #:test-asd-file "cl-change-case-test.asd"))
(synopsis "Convert Common Lisp strings between camelCase, PascalCase and more")
(description
"@code{cl-change-case} is library to convert strings between camelCase,
--
2.30.0
[-- Attachment #3: 0001-gnu-mbl-pax-Update-to-0.0.3-2.4ada6eb.patch --]
[-- Type: text/x-patch, Size: 2152 bytes --]
From 39edab27b97e79d8ef7d44df45216a93f940b399 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Tue, 16 Feb 2021 23:12:16 +0000
Subject: [PATCH 1/2] gnu: mbl-pax: Update to 0.0.3-2.4ada6eb
* gnu/packages/lisp-xyz.scm (ecl-mgl-pax):
Tests are enabled after closing https://github.com/melisgl/mgl-pax/issues/9
---
gnu/packages/lisp-xyz.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5f1db87794..6a070b5b51 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2092,10 +2092,11 @@ processes that doesn't run under Emacs. Lisp processes created by
(sbcl-package->ecl-package sbcl-slime-swank))
(define-public sbcl-mgl-pax
- (let ((commit "61ce8741f8920bd2faa425c5de4a99afdbc506c2"))
+ (let ((commit "4ada6eb26364e71addb169ce58e4ba83bc7a8eaa")
+ (revision "2"))
(package
(name "sbcl-mgl-pax")
- (version (git-version "0.0.3" "1" commit))
+ (version (git-version "0.0.3" revision commit))
(source
(origin
(method git-fetch)
@@ -2103,7 +2104,7 @@ processes that doesn't run under Emacs. Lisp processes created by
(url "https://github.com/melisgl/mgl-pax")
(commit commit)))
(sha256
- (base32 "1zm3j9vzd38b9pq7wmamj0pm1v5i13339mkbywyv0jzb5n1hz9s1"))
+ (base32 "1s38crgvmd9hgqwsscqpj6m6c10a074zjgg8k5sl15yih1wkpssm"))
(file-name (git-file-name "mgl-pax" version))))
(build-system asdf-build-system/sbcl)
(inputs
@@ -2137,13 +2138,7 @@ pretty, documentation is code.")
(sbcl-package->cl-source-package sbcl-mgl-pax))
(define-public ecl-mgl-pax
- (let ((pkg (sbcl-package->ecl-package sbcl-mgl-pax)))
- (package
- (inherit pkg)
- (arguments
- (substitute-keyword-arguments (package-arguments pkg)
- ;; TODO: Find why the tests fail on ECL.
- ((#:tests? _ #f) #f))))))
+ (sbcl-package->ecl-package sbcl-mgl-pax))
(define-public sbcl-mssql
(let ((commit "045602a19a32254108f2b75871049293f49731eb")
--
2.30.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#46576: [PATCH 2/2] cl-change-case and mbl-pax - resolve issues
2021-02-16 23:27 [bug#46576] [PATCH 2/2] cl-change-case and mbl-pax - resolve issues Sharlatan Hellseher
@ 2021-02-17 9:20 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-17 9:20 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 46576-done
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Patches pushed as 81c1d127aeb16d6ee0eece6d6ed6b194019b2ea6 and
following.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-17 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-16 23:27 [bug#46576] [PATCH 2/2] cl-change-case and mbl-pax - resolve issues Sharlatan Hellseher
2021-02-17 9:20 ` bug#46576: " 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.