* [bug#46251] [PATCH] Update parse-float to 0.0.0-2.3074765
@ 2021-02-02 0:41 Sharlatan Hellseher
2021-02-02 9:43 ` bug#46251: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-02 0:41 UTC (permalink / raw)
To: 46251
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-parse-float-Update-to-0.0.0-2.3074765.patch --]
[-- Type: text/x-patch, Size: 2495 bytes --]
From 4c0105c8be7f635e547fbadd93a8367086b5461d Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Tue, 2 Feb 2021 00:37:36 +0000
Subject: [PATCH] gnu: parse-float: Update to 0.0.0-2.3074765
* gnu/packages/listp-xyz.scm (sbcl-parse-float)
[native-inputs] prove -> lisp-unit
[arguments] enable tests
---
gnu/packages/lisp-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7cfd4b2a6b..fdcfa0fe4e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2323,10 +2323,11 @@ pattern-matching-like, but a char-by-char procedural parser.")
(sbcl-package->ecl-package sbcl-proc-parse))
(define-public sbcl-parse-float
- (let ((commit "2aae569f2a4b2eb3bfb5401a959425dcf151b09c"))
+ (let ((commit "3074765101e41222b6b624a66aaf1e6416379f9c")
+ (revision "2"))
(package
(name "sbcl-parse-float")
- (version (git-version "0.0.0" "1" commit))
+ (version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
@@ -2334,23 +2335,22 @@ pattern-matching-like, but a char-by-char procedural parser.")
(url "https://github.com/soemraws/parse-float")
(commit commit)))
(sha256
- (base32
- "08xw8cchhmqcc0byng69m3f5a2izc9y2290jzz2k0qrbibp1fdk7"))
+ (base32 "0jd2spawc3v8vzqf8ky4cngl45jm65fhkrdf20mf6dcbn3mzpkmr"))
(file-name (git-file-name "proc-parse" version))))
(build-system asdf-build-system/sbcl)
+ (arguments
+ ;; FIXME: https://github.com/soemraws/parse-float/issues/12
+ `(#:asd-systems '("parse-float" "parse-float-tests")))
+ (native-inputs
+ `(("lisp-unit" ,sbcl-lisp-unit)))
(inputs
`(("alexandria" ,sbcl-alexandria)
("babel" ,sbcl-babel)))
- (native-inputs
- `(("prove" ,sbcl-prove)))
- (arguments
- ;; TODO: Tests don't find "proc-parse-test", why?
- `(#:tests? #f))
+ (home-page "https://github.com/soemraws/parse-float")
(synopsis "Parse a floating point value from a string in Common Lisp")
(description
"This package exports the following function to parse floating-point
values from a string in Common Lisp.")
- (home-page "https://github.com/soemraws/parse-float")
(license license:public-domain))))
(define-public cl-parse-float
--
2.30.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#46251: [PATCH] Update parse-float to 0.0.0-2.3074765
2021-02-02 0:41 [bug#46251] [PATCH] Update parse-float to 0.0.0-2.3074765 Sharlatan Hellseher
@ 2021-02-02 9:43 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-02 9:43 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 46251-done
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
I removed the babel input which was not used anymore and pushed the
patch as 65454c1caa60c8f07833aa920648188ab6bbca85.
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-02 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-02 0:41 [bug#46251] [PATCH] Update parse-float to 0.0.0-2.3074765 Sharlatan Hellseher
2021-02-02 9:43 ` bug#46251: " 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.