From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id uEQvAWlbc2UFawEAG6o9tA:P1 (envelope-from ) for ; Fri, 08 Dec 2023 19:07:37 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id uEQvAWlbc2UFawEAG6o9tA (envelope-from ) for ; Fri, 08 Dec 2023 19:07:37 +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 aspmx1.migadu.com (Postfix) with ESMTPS id D8263315AB for ; Fri, 8 Dec 2023 19:07:36 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=IuA5bq2w; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702058856; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=hzAvzZFJSqrak3R3FF6+Qbhgarl12aHOvgCMZKHf5qw=; b=sIEP+5y5Y8xay+8th3Josd6MtaxT2eCqgkBzVwOknHsChhXEyDTECvtJ4SlwbIyt3oygEJ GY0jvBqcfPCHkO4Mh2EzsXF5kqrNR8YkvRbQaJzlbgMVYGBERWrenMyXe6WCKop8Cp2XLn qjkLhcjPV1FZq7+5CZQUhRYHffavPkNKSXIqL5SOk0rpQ9/KYvIRJTZ9O+34L1rOxAI6/G CXGDsbsrpPF42MMrXfEkG84bsk8eX4zp05pV1QyZFjKjEm4awyrzLwJZJUKLcxnU4w1Z4C nYh8oeaU+dwS/7Y87zfSwqh2JKadQk8R1jxEtPTpNxqpBhmmVpP8rvIID826HQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702058856; a=rsa-sha256; cv=none; b=Nhk0MkYLkdawEf761E8ZIzffASBZjwAln+STkS/yHJcXyxzWpvYmEvD+nPEReIOyAfrrNs 01/y6tZhCiugfze1GvBDfassP2yppSfSc8lAjc8rpndU+JXRKdvlXzsUqrlmGABdgUpolN LLeBxSIxygGjil6WlRe7svRRGbF3Me6ENnB7ThJ+iFWnQjn5DGoL7KM1wRs4J2PPNqCP9O F6/ny4l61yBqV/XTD8p+UjNOoWG6POFfNfutWXJ2bIEvg3IvfHqvk/tI127eByKefZ+eoS 5Mo6nMYQ5ZjmirZnW/jBtmHAgR9u60BGNUYlxsG+eQp/m9OSsiREkwuSEmo7hg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=IuA5bq2w; 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=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBein-0005eT-4T; Fri, 08 Dec 2023 12:33:06 -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 1rBeic-0005W7-PV for guix-patches@gnu.org; Fri, 08 Dec 2023 12:32:54 -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 1rBeib-0003bE-Js for guix-patches@gnu.org; Fri, 08 Dec 2023 12:32:54 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBeio-0008WV-Jz for guix-patches@gnu.org; Fri, 08 Dec 2023 12:33:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v3 15/15] gnu: Add elixir-machete. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Dec 2023 17:33:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: liliana.prikler@gmail.com Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.170205678132676 (code B ref 66801); Fri, 08 Dec 2023 17:33:06 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 17:33:01 +0000 Received: from localhost ([127.0.0.1]:45987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBeij-0008Us-9v for submit@debbugs.gnu.org; Fri, 08 Dec 2023 12:33:01 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]:48667) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBeiW-0008SC-Jj for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 12:32:49 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id D8B1DE0011; Fri, 8 Dec 2023 17:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702056748; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=hzAvzZFJSqrak3R3FF6+Qbhgarl12aHOvgCMZKHf5qw=; b=IuA5bq2wxCNBAub7Zn7FoOJvLxPBVCDhk3kcDCT61cRwyLUw1hL74mW7lS498/TzsiuNXE NTbEoAhvW5dispzoo/kuyRho7FJg0T8cOmkog3SyQUFbMMzfealbfaX0qzqm4W8d/mffj6 QKKkOYkesZapFD5hp7M9NMvisTWnVTRL70TSfoGsJZjitV7i43C6gGKppxuz3/0gWPbwnN j9UNnKHjgKoGGfeNpd17/JqXLZVUAwC5ioxNv+0j3tP11uBOeLzK0pl4Zgrth0G9jfOEzX YQzub9L2zqyfJbB+NGiE1X+kMrIUKBdfW/YtfzUH3HaTbshJbm6859rfS0ru5g== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 8 Dec 2023 18:31:42 +0100 Message-ID: <5cbf06a20c865e7bc43847eba39692c9cdb89345.1702056580.git.contact@phfrohring.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@phfrohring.com 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+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.25 X-Spam-Score: -4.25 X-Migadu-Queue-Id: D8263315AB X-Migadu-Scanner: mx12.migadu.com X-TUID: EcDuuh3XAxUt From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-machete): New variable. Change-Id: I76e0fd78aeeaeaa94a297032b3b309846510c975 --- gnu/packages/elixir-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 417ef4fde..226cbe92b 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -256,6 +256,26 @@ (define-public elixir-dialyxir (home-page "https://hexdocs.pm/dialyxir/") (license license:asl2.0))) +(define-public elixir-machete + (package + (name "elixir-machete") + (version "0.2.8") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "0952603bmqsf6v3ja99zpbnbx5d52i4xksjkfj3irl45ccq5pgq9")))) + (build-system mix-build-system) + (native-inputs (list elixir-credo elixir-dialyxir)) + (synopsis "Literate test matchers for ExUnit") + (description + "Machete provides ergonomic match operators that act as building blocks to let +you define test expectations that can match data against any combination of +literals, variables, or parametrically defined matchers.") + (home-page "https://hexdocs.pm/machete/") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.41.0