From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SC48JQ1s92UnmQAA62LTzQ:P1 (envelope-from ) for ; Sun, 17 Mar 2024 23:17:49 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id SC48JQ1s92UnmQAA62LTzQ (envelope-from ) for ; Sun, 17 Mar 2024 23:17:49 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=I83nLChE; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1710713869; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=5atGGRQtoLJ51bfnPt3Hx9s8mX617g/02jN5CMSlXTQ=; b=BLPDG62qxFuAevE6YZUch25UhAp7U2z/JE9fSiOlafH24FOtZ7Xzua/oab2XWUTDZzU8He TsOe+FqimAOAuy8D7e68EWQ0/1oEem4ogCR24yUcKkuzKgRPgaunQchTrC+vxZMGt0DYc5 5IEAW1gGLeCJkD1Uwi3LahPg5sNUJfsZaqaxPaMeApXz5dpeiTVBCAE5AWMtirS4kEnQir oY5y/u+xleEr2Y+LsoLJXhcueZMUQ3TvqxNPm2repg+vBbTxYT3EYBKWA+us0Xal8UCyh9 ZUBxWSDIElDgU+RxAhYulYspPL5m27hdOhFy6UzXrQYYEPyYNnT38F6NI/Pnog== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1710713869; a=rsa-sha256; cv=none; b=YiY0075FdJ+wA6tgCwQP8z+knjUXHAFccMby+ZbPv3zoSj4NTRBXiTVVJuLJ8VxIz7IeJK hUT9KBL88tmkmROVvszcC9MEBvoFibd6bts1Y4i5M+dzYc6TRTny4/Er5AMwEeYPD/TUO5 a6pCatmY433iyvQan3CX5/FNVN/25UtWasGCJaqK7Fccmf0EwkznKaxvhMrKZnx6Tbg4lI Z8alVkVhIhJtL2ZjQu0ranwMJ3Uo13ZXxUSUvTpHwpDI4DFvOJ5JaUcuz/9ZLB3lDLqas1 yQDWWpZHvNmYuMSphObfYY1055zhYNbohvgWajalphWoSV+Pg0vgAjSLJk8Yeg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=I83nLChE; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D89265E410 for ; Sun, 17 Mar 2024 23:17:48 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rlyp3-0000Bc-3I; Sun, 17 Mar 2024 18:17:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlyku-0003V4-Jj for guix-patches@gnu.org; Sun, 17 Mar 2024 18:13:25 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rlyku-0005Uy-BL for guix-patches@gnu.org; Sun, 17 Mar 2024 18:13:24 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rlylW-000249-29 for guix-patches@gnu.org; Sun, 17 Mar 2024 18:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69867] [PATCH] gnu: magic-wormhole: Update to 0.13.0. Resent-From: normalmente Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Mar 2024 22:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69867 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69867@debbugs.gnu.org Cc: normalmente X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17107136327901 (code B ref -1); Sun, 17 Mar 2024 22:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Mar 2024 22:13:52 +0000 Received: from localhost ([127.0.0.1]:42612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rlylL-00023I-Oq for submit@debbugs.gnu.org; Sun, 17 Mar 2024 18:13:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:59760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rlwxq-0005vR-PX for submit@debbugs.gnu.org; Sun, 17 Mar 2024 16:18:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlwxE-0002o5-Oe for guix-patches@gnu.org; Sun, 17 Mar 2024 16:18:00 -0400 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rlwxC-00050A-Qa for guix-patches@gnu.org; Sun, 17 Mar 2024 16:18:00 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 7411F240105 for ; Sun, 17 Mar 2024 21:17:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1710706674; bh=iPPKYswFhSqf47k+Pp8ALlIAXUqcmiTAq3rn3m4sgkA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=I83nLChEf4qwAcKibW6Rg7VpLFc2qfz/uVF5kYwK57AluRjbOuKxvatLltmjGN6ns YrJMDlQqCrECjiEpUeuLqd+NQKgqP1Y6CIDSKwPETGQnGbCbBp0JeAN0D1wREf/HEC oLykcJzk02m3dQWtaO8sz+o5iuMGcz3GG/UozD7PzxXzzvUVFPCJmRaBeLpwGiBzcL 4CtPs2489X58ojd2/V9rJ1boJVuw54K4hg1+7BBLfu99/8Tkd6+AJME4vjGG8qG+Va pvFk9f6Widr9oLsdxxQ1TqnpF/M5vGBquEjmYmo6h6lDBVBlxYyzFXNlLIdOLDKJi6 pNORUIbA6Vh6w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TyTnF4c94z6tvx; Sun, 17 Mar 2024 21:17:53 +0100 (CET) From: normalmente Date: Sun, 17 Mar 2024 20:15:06 +0000 Message-ID: <2e3cfb91c6237eda2e1ad11f44a120f6faea28b8.1710706506.git.normally_js@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=normally_js@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 17 Mar 2024 18:13:49 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Sun, 17 Mar 2024 18:17:39 -0400 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.60 X-Spam-Score: -4.60 X-Migadu-Queue-Id: D89265E410 X-Migadu-Scanner: mx11.migadu.com X-TUID: vJgQlzbBvdPp * gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.13.0. [arguments]: Skip tests. Add gexps. Change-Id: I8502f38d7d0e4bf7a9b03c466c761f5a95157cb2 --- gnu/packages/magic-wormhole.scm | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm index 86a8013aa1..3b02426cd9 100644 --- a/gnu/packages/magic-wormhole.scm +++ b/gnu/packages/magic-wormhole.scm @@ -1,5 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Leo Famulari +;;; Copyright © 2024 normally_js + ;;; ;;; This file is part of GNU Guix. ;;; @@ -20,6 +22,7 @@ (define-module (gnu packages magic-wormhole) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix licenses) + #:use-module (guix gexp) #:use-module (guix build-system python) #:use-module (gnu packages check) #:use-module (gnu packages python-check) @@ -106,26 +109,27 @@ (define-public magic-wormhole-transit-relay (define-public magic-wormhole (package (name "magic-wormhole") - (version "0.12.0") + (version "0.13.0") (source (origin (method url-fetch) (uri (pypi-uri "magic-wormhole" version)) (sha256 (base32 - "0q41j99718y7m95zg1vaybnsp31lp6lhyqkbv4yqz5ys6jixh3qv")))) + "05hm5pnrxli69a28h3pbgx6s6pwy8279l506kha7y3i7hs1dcfxc")))) (build-system python-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - ;; XXX I can't figure out how to build the docs properly. - ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34515#101 - (add-after 'install 'install-docs - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (man (string-append out "/share/man/man1"))) - (install-file "docs/wormhole.1" man)) - #t))))) + (list + #:tests? #f ; Tests fail due to issue unrelated to dependencies. + #:phases + #~(modify-phases %standard-phases + ;; XXX I can't figure out how to build the docs properly. + ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34515#101 + (add-after 'install 'install-docs + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (man (string-append out "/share/man/man1"))) + (install-file "docs/wormhole.1" man))))))) (native-inputs (list python-mock ;; XXX These are required for the test suite but end up being referenced base-commit: edfb05e16d409ab71f5cc5c91747b693f0054d59 -- 2.41.0