From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.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 8PilGyoAp2WnRQEAqHPOHw:P1 (envelope-from ) for ; Tue, 16 Jan 2024 23:16:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id 8PilGyoAp2WnRQEAqHPOHw (envelope-from ) for ; Tue, 16 Jan 2024 23:16:10 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=n7gClz2k; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705443370; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=6/OASVsNPmoBH5/GFoskYK5YLnQ/xOxa7g030uqCt9E=; b=f5VcykT0Y7dlKFvCw80uszucD/nuhiEul7FIZzwVpSnKs0CvFAZFJ9veUmsHdoYgbuOjZo ueQP3Tcx0c4aTDxJBA/N7tSIyt4dX+9FhJU2v8RWbaRhqAIaW12YPs+ou2fWNAnZXnQvlv 8wnlvLK2R5tTeyyWW99z+f0XjVtz2/EAmvpDZcUCmE3ZBiRe/IPLzyqOP3ZLNU3bXpEnD/ k9LbnYnCiCu0m0wvTaMiA37tLgVnQO9OOH+moSdbzRLsnzwJG6s7pCDTIJFJDU++ywV90q N5BCAGKwVavabwgYIPr37r38l3ra90uiIqJgpYkUceRg6I0dHv8V25NCFOrg6A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=n7gClz2k; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705443370; a=rsa-sha256; cv=none; b=moUimMYvVTak1Hw2Ye96jsIfOcDTZBwJMFB2C1FlWm6li+XrwbLWU+G+DyQ5062ALcRJnO wdHHGWMCLdyIS2kkgztyP2V2hZaU9CH4QU4MsTsFc7fqZukYotxhhpjApJjqMqqOQT0/y/ VF1x4c/40vuVSs3AQWW/PHspijepkd4w3StitkNHrvkuuhbrYaiEHwKdlG40YL9CxMcCZW wFy5cnemWk5nfaauUelolMx2sqbCBR93emC6I6V7x8tvllBLfkC7J58pAbk83x7Ob48JsD CZrjmksTaKrVbre56/YpFhwj69Hvn4jyHwNH1+XksX0yNQjdlyB7oZfmpVz2yQ== 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 5956C6E194 for ; Tue, 16 Jan 2024 23:16:10 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPriY-00085y-Uy; Tue, 16 Jan 2024 17:15:34 -0500 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 1rPriF-0007sO-J2 for guix-patches@gnu.org; Tue, 16 Jan 2024 17:15:17 -0500 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 1rPriC-0004Hf-KH for guix-patches@gnu.org; Tue, 16 Jan 2024 17:15:13 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rPriD-0001CA-2o for guix-patches@gnu.org; Tue, 16 Jan 2024 17:15:13 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67963] [PATCH v2 19/37] gnu: Add perl-xml-parser-lite. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jan 2024 22:15:13 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67963@debbugs.gnu.org Cc: Felix Lechner Received: via spool by 67963-submit@debbugs.gnu.org id=B67963.17054432903406 (code B ref 67963); Tue, 16 Jan 2024 22:15:13 +0000 Received: (at 67963) by debbugs.gnu.org; 16 Jan 2024 22:14:50 +0000 Received: from localhost ([127.0.0.1]:49982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPrhp-0000sk-J3 for submit@debbugs.gnu.org; Tue, 16 Jan 2024 17:14:49 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:33596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPrhC-0000o2-KF for 67963@debbugs.gnu.org; Tue, 16 Jan 2024 17:14:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=I7IvW12eureBpoh owyqjH6NgGAnxygmuA8hSJu68v1I=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=n7gClz2kJ7CcG0OoAorpQtTi7FDilgNeLbPqwo9V f0sBwZn4hgayBsLnq+Q3pLn5OViSpXrY0flk3g2LdFYE0KgpRl6Nx5xjRZudh4IvBeIXv1 Fs14l0qD6gk9FB7t6pch6MPwEQcn1R8qXNdII4c4Lt/mgOMD5nWqSXn+a9ifA= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 4ade9d2f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 16 Jan 2024 22:14:05 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0d566762; Tue, 16 Jan 2024 22:14:04 +0000 (UTC) Date: Tue, 16 Jan 2024 14:12:57 -0800 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches From: Felix Lechner via Guix-patches via 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: -6.68 X-Migadu-Queue-Id: 5956C6E194 X-Spam-Score: -6.68 X-Migadu-Scanner: mx11.migadu.com X-TUID: T7ZpwwR37lYb * gnu/packages/xml.scm (perl-xml-parser-lite): New variable. Change-Id: I274dfb9dcae3fad70e053ba853a5dc8dc64f0733 --- gnu/packages/xml.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 01e48fda57..e8253b5960 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -581,6 +581,27 @@ (define-public perl-xml-parser given at XML::Parser creation time.") (home-page "https://metacpan.org/release/XML-Parser"))) +(define-public perl-xml-parser-lite + (package + (name "perl-xml-parser-lite") + (version "0.722") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/P/PH/PHRED/XML-Parser-Lite-" version + ".tar.gz")) + (sha256 + (base32 "1vk3jwh1kfcsmc5kvxzqdnb1cllvf0yf27fg0ra0w6jkw4ks143g")))) + (build-system perl-build-system) + (native-inputs (list perl-test-requires)) + (home-page "https://metacpan.org/release/XML-Parser-Lite") + (synopsis "Lightweight pure-perl XML Parser (based on regexps)") + (description "This module implements an XML parser with a interface +similar to XML::Parser. Though not all callbacks are supported, you +should be able to use it in the same way you use XML::Parser.") + (license license:perl-license))) + (define-public perl-xml-tokeparser (package (name "perl-xml-tokeparser") -- 2.41.0