From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sC+TALCXGGR4cwEASxT56A (envelope-from ) for ; Mon, 20 Mar 2023 18:28:16 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id AP+RALCXGGRgFQAAauVa8A (envelope-from ) for ; Mon, 20 Mar 2023 18:28:16 +0100 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 aspmx2.migadu.com (Postfix) with ESMTPS id C71D8364F3 for ; Mon, 20 Mar 2023 18:28:15 +0100 (CET) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=EaR0Lr5H; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679333295; h=from:from:sender:sender: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=tt+tOUIWhwOuiWEV+n00xAmqXV/TVFZD/0Bor8YZmNc=; b=BhR3kO7tOYH9YjTbidFbedHfl0XBgPAziabScmE35UBba3M9TP1xlxpJGJKuOT5lKc6Cg7 JVVDT6L+oG+xNW2mYeTxsUigFLd5qJOb7vTNvC66wikFaeVutMUznDz2nMAPRyNJCtmgPk xKd8Sr+Gg85aPJ9aUyWjoAixEub4m/ohCyK6qEfRLnsKLKnie8TsYRIxKB58IiruvY2iwt XajNHxh7We+s52E0cxGqJaJ8eXZk8Nzw8Ck0bW+ScyEoZ9IuHBKqiT22nLBevduIac/bUE C1K/omNrxbRKnSJgSejV/Sxuf+HAPSDH446t0zH4to0azqjl4y4PvAMiKoTiZg== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=EaR0Lr5H; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679333295; a=rsa-sha256; cv=none; b=doP/Td7opWUZxgamcW3xhnIavF3a+b4od4JtoFzl0tAaPghtVl2lsuIYgP2LtLn9PsLDmF iUFVeZABBoTrheNoDRkf7MVmfoRnQ/OCpDe6AHFBAAfBrc17Lz9GE8shfpeaJ59XXJyWpn aHMFP3UMQqMnTHOLqgiwCDeosl/qeajjfY8Re2ZJ+q8a0CdConA7febSM6AY9sJifebQMh Y9rF1nNYcd5emfLH+A1ElbRzXljDIPdXT9oH6VNx55iuWariMitr+U+TBPuhxUbesubnbp /LTVeV+0pW+JRnOTGKofWYPA8udCC5G1SfL2dA32KrQbk8RzVzNGk4Oe5SwlYQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peJGv-0004NH-VX; Mon, 20 Mar 2023 13:26:13 -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 1peJGs-0004JW-Iu for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:10 -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 1peJGq-0005OB-OU for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peJGq-0003yV-I5 for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62196] [PATCH 068/223] gnu: Add ruby-xpath. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2023 17:26:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62196 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62196@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 62196-submit@debbugs.gnu.org id=B62196.167933312014552 (code B ref 62196); Mon, 20 Mar 2023 17:26:08 +0000 Received: (at 62196) by debbugs.gnu.org; 20 Mar 2023 17:25:20 +0000 Received: from localhost ([127.0.0.1]:56046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJG3-0003mS-T3 for submit@debbugs.gnu.org; Mon, 20 Mar 2023 13:25:20 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:39610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJ8f-0003Kb-M2 for 62196@debbugs.gnu.org; Mon, 20 Mar 2023 13:17:42 -0400 Received: by mail-qt1-f178.google.com with SMTP id i24so13954178qtm.6 for <62196@debbugs.gnu.org>; Mon, 20 Mar 2023 10:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679332661; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tt+tOUIWhwOuiWEV+n00xAmqXV/TVFZD/0Bor8YZmNc=; b=EaR0Lr5HZ56858HyJompUa7eNFNFKKs9QAN3WOq/GCFQrEon9M+EQisaO4WxQfKfiS Ib7Hp/eG7uLXxmfQTEkjEL+Hkgm+d7e/wGoazi5wdpWg2cxL2AmfKO/zn7DvogxhIyYg EGTbkF1VZnC8l8i4Rw7pfIpljPsgNEPG5Gl8IHKDEVjJ8XWBxE/kQ0xwKOKFkFxLE8Z+ 1woPk/7xnY5LGjVmGEmKCLADrXkcFws+n9VTt9jIkFuNftN+oHTRD4h0E1qO1rtOu4mP BYWHpLzwiR/OV904lIy+48mGA/w+FQyJtsIVngu6a0D98l3P3N2zfB5VIwxRsBYipUH/ Taig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679332661; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tt+tOUIWhwOuiWEV+n00xAmqXV/TVFZD/0Bor8YZmNc=; b=sHUrKAqIUHtyHWVUyDerkPC2dGNNXuXTCaUH96WDbjbcMWp1E1zWJ5Qvwv6zbaV/h+ yfdeqeOsDqouolDk8jk4yxdNq+hh+m4E6mEXJdokgeBl6hpbMTthZPi5Fr+FuyLiYwfy +N5CLuT8g+eaF+Xhl7ED1CiqgRKSGyWTxbr5OIfp7Un3ARMa9HadolwSYuX+APQzcUtU 1YsdEDFkak2Mc5IrxhtL9u+Ia7Tvd43yHH0Raz8L7zTAl4NaHvEDKpXFDZqrUNSx5THa 1eDp6tzjj+pwgotOQ+FFWTlc3CRscaO9R35wr3wlTtmp3NN3WoUqjlQKfxhsk20V6U5q vRyg== X-Gm-Message-State: AO0yUKU9coyafmFOEcRWLvZViKG+3b3sJ8Vtd6rMdSqHUopewQKhJ7PB TqtSo4A/QgWEbsE0E5gS3/HiGKAOExU= X-Google-Smtp-Source: AK7set+ImQOq0k+QE8VRKjJ8Fq80Q+5DrsAsAwwOE+PGng2Xb+1dcZ9cQLEv8GtGfyRHqSiDdAvU6A== X-Received: by 2002:a05:622a:1648:b0:3d5:f1a2:13f7 with SMTP id y8-20020a05622a164800b003d5f1a213f7mr20346797qtj.12.1679332661139; Mon, 20 Mar 2023 10:17:41 -0700 (PDT) Received: from localhost.localdomain (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm7673809qka.70.2023.03.20.10.17.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 10:17:40 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 20 Mar 2023 13:14:00 -0400 Message-Id: <20230320171635.11184-68-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230320171635.11184-1-maxim.cournoyer@gmail.com> References: <20230320171635.11184-1-maxim.cournoyer@gmail.com> 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: X-Migadu-Queue-Id: C71D8364F3 X-Spam-Score: -2.66 X-Migadu-Spam-Score: -2.66 X-Migadu-Scanner: scn0.migadu.com 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-Country: US X-Migadu-Flow: FLOW_IN X-TUID: YaNRnJWmvhSt * gnu/packages/ruby.scm (ruby-xpath): New variable. --- gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 9b680f4ac5..159de488bc 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -2753,6 +2753,30 @@ (define-public ruby-xml-simple (home-page "https://github.com/maik/xml-simple") (license license:ruby))) +(define-public ruby-xpath + (package + (name "ruby-xpath") + (version "3.2.0") + (source (origin + (method url-fetch) + (uri (rubygems-uri "xpath" version)) + (sha256 + (base32 + "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd")))) + (build-system ruby-build-system) + (arguments (list #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "rspec" "spec" ))))))) + (native-inputs (list ruby-pry ruby-rspec)) + (propagated-inputs (list ruby-nokogiri)) + (synopsis "Ruby DSL for generating XPath expressions") + (description "XPath is a Ruby domain-specific language (DSL) for +generating XPath expressions.") + (home-page "https://github.com/teamcapybara/xpath") + (license license:expat))) + (define-public ruby-thor (package (name "ruby-thor") -- 2.39.1