From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 0CJzNfjLXWE/mgAAgWs5BA (envelope-from ) for ; Wed, 06 Oct 2021 18:16:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id DU8LMfjLXWF5GwAAB5/wlQ (envelope-from ) for ; Wed, 06 Oct 2021 16:16:56 +0000 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 A469E1D3F0 for ; Wed, 6 Oct 2021 18:16:56 +0200 (CEST) Received: from localhost ([::1]:40564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY9bD-0006cg-Q6 for larch@yhetil.org; Wed, 06 Oct 2021 12:16:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY8kG-0004xx-2a for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33770) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mY8kF-0000mc-Mu for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mY8kF-0005Er-Ir for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:11 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42180] [PATCH v2 13/23] gnu: Add erlang-hex-core. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Oct 2021 15:22:11 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42180@debbugs.gnu.org X-Debbugs-Original-To: 42180@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by 42180-submit@debbugs.gnu.org id=B42180.163353367819533 (code B ref 42180); Wed, 06 Oct 2021 15:22:11 +0000 Received: (at 42180) by debbugs.gnu.org; 6 Oct 2021 15:21:18 +0000 Received: from localhost ([127.0.0.1]:45204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jN-00054x-UR for submit@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:18 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:53086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jJ-00054G-7F for 42180@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:13 -0400 Received: from frontend02.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 4HPdT45H7Gz1sCwJ; Wed, 6 Oct 2021 17:21:12 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4HPdT454c4z1qqkD; Wed, 6 Oct 2021 17:21:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan2.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id DDH9ZK_a0VWX; Wed, 6 Oct 2021 17:21:11 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-52-121.dynamic.mnet-online.de [188.174.52.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Wed, 6 Oct 2021 17:21:11 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id F059E60B77; Wed, 6 Oct 2021 17:20:40 +0200 (CEST) From: Hartmut Goebel Date: Wed, 6 Oct 2021 17:20:11 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> References: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.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: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633537016; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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; bh=5T1tRaJ5NaWM+whqDJ2qtzvBeKYdNVpbTW+xoBgxuhM=; b=KTH3x/us6igYNacId+9CzciL5YmWotdcUMgtafYmLYin5GuzJPChSm1QMHAJEFQEhbKdrq HjGdWUprjc8XVdJ6L5Wzt0+E8d1Am+gqjeIcvxD0I2NWZJn+I92OY/JBJ1GfffmZpeHX5/ yG6hlftUtjbM1So9yC5bk1KZUL70C6NpuPczxH37EFzZgKcWQRHzejUnXqzjCUk5LzzQJj YlviXGiFghyvU2iDVQsxNv1IIXtXVkXGL9bOWBLKDzDYZIgWnjQmtKsUemrR+QP3HP9zsj YR0i2HjyMbNYgo5Nsh5vuCE9jWMhUwjqSXxym6bWuzw4ti8HqY0vja5MU/3bnA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633537016; a=rsa-sha256; cv=none; b=PisBGn3Ozaf79dXYNz6XJufNMpnPdwoJKtjcHTKDNiGNGIM52LAnElubgCaJ2aAznWl3pT cmMG8tx04aWJGv+6jRbQTL55wUlZ8Y2M11ejETEcAtNae3Q0IgWYcokb0kPaIgU0NzrT5C 6dFKa+pdFM0W3e/TA7j1FQCRv834QgchntE8+lBC/hLWI6/Tb6TeUdZq2XAe3YYL8RC9AK ZxDaqAC18KXrn8RHhIbJZe5u7INzKpjfwhaAHeZFwfz2v/4N4frdvjHGwA0IWjSDzNEcJF t4ZUmzdALdBph09icnBWWm3m0enCjbjWcI6d8xProtvDiDiEJLKF7X/m4G6EzA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 2.58 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: A469E1D3F0 X-Spam-Score: 2.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: /whPYUnamD+O * gnu/packages/erlang.scm (erlang-hex-core): New variable. --- gnu/packages/erlang.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 9448ba3d91..fe984f6fea 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -377,6 +377,35 @@ of reusable Erlang components.") arguments using the GNU getopt syntax.") (license license:bsd-3))) +(define-public erlang-hex-core + (package + (name "erlang-hex-core") + (version "0.8.2") + (source + (origin + (method hexpm-fetch) + (uri (hexpm-uri "hex_core" version)) + (sha256 + (base32 "15fybnqxl5lzkpd8fjj1fxmj8cxcdpkxn0cvwc41cv0vxv3pw797")))) + (build-system rebar3-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "rebar3" "as" "test" "proper"))))))) + (inputs + `(("erlang-proper" ,erlang-proper) + ("erlang-rebar3-proper" ,erlang-rebar3-proper))) + (propagated-inputs + `(("erlang-getopt" ,erlang-getopt))) + (home-page "https://github.com/hexpm/hex_core") + (synopsis "Reference implementation of Hex specifications") + (description "This package provides the reference implementation of Hex +specifications.") + (license license:asl2.0))) + (define-public erlang-parse-trans (package (name "erlang-parse-trans") -- 2.30.2