unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46198@debbugs.gnu.org
Subject: [bug#46198] [PATCH] Update puri
Date: Sat, 30 Jan 2021 23:43:34 +0000	[thread overview]
Message-ID: <CAO+9K5o_CCHENQ4Lm0C_AeCCNotgrEezEsk5oyMow+kUGG3SJg@mail.gmail.com> (raw)

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

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

> Bye, Common Lispers 👋
> Quickdocs had been closed on Oct 16th, 2020. Thank you for using Quickdocs.


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

[-- Attachment #2: 0001-gnu-Upadate-puri-to-the-latest-commit.patch --]
[-- Type: text/x-patch, Size: 1738 bytes --]

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(-)

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


             reply	other threads:[~2021-01-30 23:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 23:43 Sharlatan Hellseher [this message]
2021-01-31  9:32 ` bug#46198: [PATCH] Update puri 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+9K5o_CCHENQ4Lm0C_AeCCNotgrEezEsk5oyMow+kUGG3SJg@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=46198@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).