From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46251@debbugs.gnu.org
Subject: [bug#46251] [PATCH] Update parse-float to 0.0.0-2.3074765
Date: Tue, 2 Feb 2021 00:41:44 +0000 [thread overview]
Message-ID: <CAO+9K5rQugq3jc1AvEdaB30r9fny-7t3xD0W1mtrwoEY8k1TUQ@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2021-02-02 0:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 0:41 Sharlatan Hellseher [this message]
2021-02-02 9:43 ` bug#46251: [PATCH] Update parse-float to 0.0.0-2.3074765 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAO+9K5rQugq3jc1AvEdaB30r9fny-7t3xD0W1mtrwoEY8k1TUQ@mail.gmail.com \
--to=sharlatanus@gmail.com \
--cc=46251@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 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.