From patchwork Thu Jul 6 06:42:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 14646 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 B8C0227BBEA; Thu, 6 Jul 2023 07:46:03 +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.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,TVD_SPACE_RATIO,URIBL_BLOCKED autolearn=ham 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 463AF27BBE2 for ; Thu, 6 Jul 2023 07:46:03 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qHIj7-0000mF-GZ; Thu, 06 Jul 2023 02:44:29 -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 1qHIio-0000bR-DT for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qHIio-0005IL-54 for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qHIio-0002tX-0k for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64486] [PATCH 17/22] gnu: Add perl-test-regexp-pattern. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Jul 2023 06:44:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64486 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64486@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 64486-submit@debbugs.gnu.org id=B64486.168862584010932 (code B ref 64486); Thu, 06 Jul 2023 06:44:09 +0000 Received: (at 64486) by debbugs.gnu.org; 6 Jul 2023 06:44:00 +0000 Received: from localhost ([127.0.0.1]:39377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHIid-0002qF-MP for submit@debbugs.gnu.org; Thu, 06 Jul 2023 02:43:59 -0400 Received: from smtpm5.myservices.hosting ([185.26.105.236]:58072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHIic-0002q8-D8 for 64486@debbugs.gnu.org; Thu, 06 Jul 2023 02:43:58 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm5.myservices.hosting (Postfix) with ESMTP id 6DC1120D06 for <64486@debbugs.gnu.org>; Thu, 6 Jul 2023 08:43:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id E8932800A3; Thu, 6 Jul 2023 08:43:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2Jnc6AZ2OpRP; Thu, 6 Jul 2023 08:43:20 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 5FD708009F; Thu, 6 Jul 2023 08:43:20 +0200 (CEST) From: Bruno Victal Date: Thu, 6 Jul 2023 07:42:48 +0100 Message-Id: <0c8a2411f33eb36a074dfa42958e8b4027b4db89.1688625769.git.mirai@makinata.eu> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/perl-check.scm (perl-test-regexp-pattern): New variable. --- gnu/packages/perl-check.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index c4fa87fa24..cbf067cc17 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -1176,6 +1176,26 @@ (define-public perl-test-portability-files to execute.") (license perl-license))) +(define-public perl-test-regexp-pattern + (package + (name "perl-test-regexp-pattern") + (version "0.010") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/P/PE/PERLANCAR/Test-Regexp-Pattern-" + version ".tar.gz")) + (sha256 + (base32 + "11lmwa5y41lhvk0sikn35b4l678jc2y9ybw0rfxv844cjcas0cm4")))) + (build-system perl-build-system) + (propagated-inputs (list perl-hash-defhash perl-regexp-pattern)) + (home-page "https://metacpan.org/release/Test-Regexp-Pattern") + (synopsis "Test Regexp::Pattern patterns") + (description "This module performs various checks on a module's +@code{Regexp::Pattern} patterns.") + (license perl-license))) + (define-public perl-test-requires (package (name "perl-test-requires")