[PATCH] Update puri

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5o_CCHENQ4Lm0C_AeCCNotgrEezEsk5oyMow+kUGG3SJg@mail.gmail.com
Hi Guix team!
When packed radiance I've noticed a lot of compiler warning
complaining on style of ASDF file for `puri` system. Latest upstream
commit has a fix for that.
By the way http://quickdocs.org/does not exist any more
Toggle quote (2 lines)
> Bye, Common Lispers 👋
> Quickdocs had been closed on Oct 16th, 2020. Thank you for using Quickdocs.
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From b785a5a5a0faa6a337de8da194fecbfa445a92e7 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sat, 30 Jan 2021 23:36:46 +0000
Subject: [PATCH] gnu: Upadate puri to the latest commit

* gnu/packages/lisp-xyz.scm (sbcl-puri)
[commmit] updated to the latest which has rafactoring for modern ASDF
[revision] 1 -> 2
---
gnu/packages/lisp-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 83a406c038..4bf4ea5b62 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2408,8 +2408,8 @@ tester module.")
(sbcl-package->ecl-package sbcl-ptester))
(define-public sbcl-puri
- (let ((commit "ef5afb9e5286c8e952d4344f019c1a636a717b97")
- (revision "1"))
+ (let ((commit "4bbab89d9ccbb26346899d1f496c97604fec567b")
+ (revision "2"))
(package
(name "sbcl-puri")
(version (git-version "1.5.7" revision commit))
@@ -2417,14 +2417,16 @@ tester module.")
(origin
(method git-fetch)
(uri (git-reference
+ ;; Mirror: https://gitlab.common-lisp.net/pmarek/puri
(url "http://git.kpe.io/puri.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vm25pdl92laj72p5vyd538kf3cjy2655z6bdc99h20ana2p231s"))))
+ (base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("ptester" ,sbcl-ptester)))
+ ;; Quickdocs is dead
(home-page "http://quickdocs.org/puri/")
(synopsis "Portable URI Library")
(description
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46198-done@debbugs.gnu.org)
87czxla1uh.fsf@yamatai
I fixed the home-page URL and pushed the patch as
e05a36a823261c5d779bf0818804ccdf30693590.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYBZ5Jg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+P7gD+IJawejOVet67jcfMXK51sZjyQ++RmnEbY8x/
bR4nTjoA/2+bNqlfglEqKcFsn7/6FgGQ9/OlUtFtwYVc3FMI71Gz
=o5h2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46198@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46198
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help