unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46576@debbugs.gnu.org
Subject: [bug#46576] [PATCH 2/2] cl-change-case and mbl-pax - resolve issues
Date: Tue, 16 Feb 2021 23:27:17 +0000	[thread overview]
Message-ID: <CAO+9K5q1w6JGjE0A1R=eWUX9nyJ+chOthnNHzoyvfz1H22Gh-Q@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2021-02-16 23:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 23:27 Sharlatan Hellseher [this message]
2021-02-17  9:20 ` bug#46576: [PATCH 2/2] cl-change-case and mbl-pax - resolve issues 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+9K5q1w6JGjE0A1R=eWUX9nyJ+chOthnNHzoyvfz1H22Gh-Q@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=46576@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).