From patchwork Fri Apr 29 05:19:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Paul A. Patience" X-Patchwork-Id: 39024 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1B8BA27BBEA; Fri, 29 Apr 2022 06:22:34 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D1FA627BBE9 for ; Fri, 29 Apr 2022 06:22:33 +0100 (BST) Received: from localhost ([::1]:40476 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkJ5J-00036M-D0 for patchwork@mira.cbaines.net; Fri, 29 Apr 2022 01:22:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkJ31-0000kI-1C for guix-patches@gnu.org; Fri, 29 Apr 2022 01:20:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56815) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkJ30-0000yf-M1 for guix-patches@gnu.org; Fri, 29 Apr 2022 01:20:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkJ30-0007Iz-HJ for guix-patches@gnu.org; Fri, 29 Apr 2022 01:20:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55179] [WIP PATCH 29/30] gnu: perl6-test-mock: Update to 1.5-0.1130427. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 Apr 2022 05:20:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55179 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55179@debbugs.gnu.org Cc: "Paul A. Patience" Received: via spool by 55179-submit@debbugs.gnu.org id=B55179.165120959027983 (code B ref 55179); Fri, 29 Apr 2022 05:20:06 +0000 Received: (at 55179) by debbugs.gnu.org; 29 Apr 2022 05:19:50 +0000 Received: from localhost ([127.0.0.1]:50701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkJ2k-0007HC-0Q for submit@debbugs.gnu.org; Fri, 29 Apr 2022 01:19:50 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:28181) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkJ2h-0007Gm-TH for 55179@debbugs.gnu.org; Fri, 29 Apr 2022 01:19:48 -0400 Date: Fri, 29 Apr 2022 05:19:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1651209582; bh=65Pld4K9odjB4wkIuBWEK1HwTBtbmACBuezK2fnSLOM=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=Yj8XFZp/i7SI6AlnzBXhDmY6sGuutZrUUfafQpMcZ8GW0SM26R/DxFECFagZdUzwv jLFRiLBxGiwBsEtM1zF5CySLs2O15DU6Y+/qg4f8MFOvjVVEQH7ebVZ24FiqmINZ+B ZA/+/ggoXzYHxzhKXq1Rh0vz6Uu5fWRZhf/6FsuqToXibSvJymIK2zHVitb5l4G4OQ Xryzbd0X4K08qYob1D0/6beCUka/eVcwKViWbaoML2sV+cU6InteB5OvVdXP3pbk5E lCghwRbylfdh2IdoK4mL2cAfD8LiP4UOagGTxpOOH7oGvikI3p2H4ewBwAuFxl/u/s u5utfzvj3tYOA== From: "Paul A. Patience" Message-ID: <20220429051700.373076-29-paul@apatience.com> In-Reply-To: <20220429051700.373076-1-paul@apatience.com> References: <20220429051700.373076-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/perl6.scm (perl6-test-mock): Update to 1.5-0.1130427. [description]: Add missing @code{}. --- gnu/packages/perl6.scm | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) -- 2.36.0 diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm index 9e17bfc6a2..8fa376881f 100644 --- a/gnu/packages/perl6.scm +++ b/gnu/packages/perl6.scm @@ -763,31 +763,31 @@ (define-public perl6-test-meta (license license:artistic2.0))) (define-public perl6-test-mock - (package - (name "perl6-test-mock") - (version "1.5") - (source - (origin - (method git-fetch) - (uri (git-reference + (let ((commit "1130427f4d9f3866fa39e113251bb142d7fa5cc8") + (revision "0")) + (package + (name "perl6-test-mock") + (version (git-version "1.5" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference (url "https://github.com/jnthn/test-mock") - ;; The commit where 1.5 was "tagged" - (commit "6eddb42f73f40b9ac29c14badb41ce4a04d876f2"))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "07yr3qimc8fl29p23562ayj2j9h53madcnf9sgqvgf2kcprh0zd2")))) - (build-system rakudo-build-system) - (propagated-inputs - (list perl6-oo-monitors)) - (home-page "https://github.com/jnthn/test-mock") - (synopsis "Module for simply generating and checking mock objects") - (description "@code{Test::Mock} is a module that works alongside the + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "03qq6z9ilw0ak3dx9i24ygr4c21wf4xvli8px02hmshpkhavclj5")))) + (build-system rakudo-build-system) + (propagated-inputs + (list perl6-oo-monitors)) + (home-page "https://github.com/jnthn/test-mock") + (synopsis "Module for simply generating and checking mock objects") + (description "@code{Test::Mock} is a module that works alongside the standard Test module to help you write tests when you want to verify what methods are called on an object, while still having calls to undefined methods -die. You get started just as normal with the test file, but also add a use -statement for @code{Test::Mock}.") - (license license:artistic2.0))) +die. You get started just as normal with the test file, but also add a +@code{use} statement for @code{Test::Mock}.") + (license license:artistic2.0)))) (define-public perl6-uri ;; The commit where 0.3.5 was “tagged”.