all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48590] [PATCH 1/1]: gnu: cl-trivial-features: Update to 1.0
@ 2021-05-22 19:49 Sharlatan Hellseher
  2021-05-23 11:39 ` bug#48590: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-05-22 19:49 UTC (permalink / raw)
  To: 48590

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-cl-trivial-features-Update-to-1.0.patch --]
[-- Type: text/x-patch, Size: 3085 bytes --]

From afc1bd8b4b80962c4866c33a98fed601fe44f0a8 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sat, 22 May 2021 20:45:09 +0100
Subject: [PATCH] gnu: cl-trivial-features: Update to 1.0

* gnu/packages/lisp-xyz.scm (sbcl-trivial-features)
  [package]: Use upstream latest tag from <2021-02-28>
  [arguments]: Add comments of desabled tests reason
---
 gnu/packages/lisp-xyz.scm | 48 +++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 04a245befd..5355c21678 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1360,29 +1360,33 @@ utilities that make it even easier to manipulate text in Common Lisp.  It has
   (sbcl-package->ecl-package sbcl-cl-strings))
 
 (define-public sbcl-trivial-features
-  ;; No release since 2014.
-  (let ((commit "870d03de0ed44067963350936856e17ee725153e"))
-    (package
-      (name "sbcl-trivial-features")
-      (version (git-version "0.8" "1" commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/trivial-features/trivial-features")
-               (commit commit)))
-         (file-name (git-file-name "trivial-features" version))
-         (sha256
-          (base32 "14pcahr8r2j3idhyy216zyw8jnj1dnrx0qbkkbdqkvwzign1ah4j"))))
-      (build-system asdf-build-system/sbcl)
-      (arguments
-       '(#:asd-files '("trivial-features.asd")
-         #:tests? #f))
-      (home-page "https://cliki.net/trivial-features")
-      (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
-      (description "Trivial-features ensures that @code{*FEATURES*} is
+  (package
+    (name "sbcl-trivial-features")
+    (version "1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/trivial-features/trivial-features")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name "trivial-features" version))
+       (sha256
+        (base32 "0jsqah1znzqilxnw5vannb083ayk0d7phkackqzwwqkyg5hpn6pq"))))
+    (build-system asdf-build-system/sbcl)
+    (arguments
+     '(#:asd-files '("trivial-features.asd")
+       ;; FIXME: (Sharlatan-20210522T204148+0100): When testes are enabled
+       ;; they require `cffi', but it hangs after build phase for 4-8min then
+       ;; exit with error to increase HEAP space for Guile, it seams to me
+       ;; like a circular dependencies somewhere.
+       #:tests? #f))
+    ;; (native-inputs
+    ;;  `(("cffi" ,sbcl-cffi)))
+    (home-page "https://cliki.net/trivial-features")
+    (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
+    (description "Trivial-features ensures that @code{*FEATURES*} is
 consistent across multiple Common Lisp implementations.")
-      (license license:expat))))
+    (license license:expat)))
 
 (define-public cl-trivial-features
   (sbcl-package->cl-source-package sbcl-trivial-features))
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48590: [PATCH 1/1]: gnu: cl-trivial-features: Update to 1.0
  2021-05-22 19:49 [bug#48590] [PATCH 1/1]: gnu: cl-trivial-features: Update to 1.0 Sharlatan Hellseher
@ 2021-05-23 11:39 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-23 11:39 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 48590-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as d49402ab45486347cddfd000951a69f0c872cfda.
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-05-23 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 19:49 [bug#48590] [PATCH 1/1]: gnu: cl-trivial-features: Update to 1.0 Sharlatan Hellseher
2021-05-23 11:39 ` bug#48590: " 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.