Received: (at submit) by debbugs.gnu.org; 22 Mar 2021 11:18:09 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 22 07:18:09 2021 Received: from localhost ([127.0.0.1]:56316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lOIZU-0000di-NO for submit <at> debbugs.gnu.org; Mon, 22 Mar 2021 07:18:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:36304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rndd@HIDDEN>) id 1lOIZT-0000db-Pv for submit <at> debbugs.gnu.org; Mon, 22 Mar 2021 07:18:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1lOIZQ-000329-VB for guix-patches@HIDDEN; Mon, 22 Mar 2021 07:18:07 -0400 Received: from w4.tutanota.de ([81.3.6.165]:36976) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1lOIZK-0001YF-9q for guix-patches@HIDDEN; Mon, 22 Mar 2021 07:18:04 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id C62A2106025B for <guix-patches@HIDDEN>; Mon, 22 Mar 2021 11:17:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1616411875; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=+zsloXYoJhZ50RRwKS4n1+dAkD5RbnZmHc3qBcWjJD4=; b=AXBmJLx5uUi9vyPQ0N1BHrUuYmOV5HUZoBHYRBnqcMf+FqwcV+umAwAUVaCYDAQu QEXQeQbXBNGGBTFJD9Euj9Upw86LLuN47ahjIOrIuGtKOwgxcDtxu5NoWTSllPaKfQd NqaC2GinM/a/Hx9OEL/nsaYuwSRQ8lB3UbU+dYJJdxdgnJIbTIpssPoJjA+Mq9aXwle r9+fzKMHUDoBKzYe4G3SeYmDl1wydbFBZcK+VukK08dvtlrWNYEBgiWt7Ct6rFFhAig ZRidJQBIK3AflCvCFcPIFHemDgM0/gyxJg4YJ2zLYVXDkdgZfs2ahmqgLCtDP/oHTuE TF3p+kljRw== Date: Mon, 22 Mar 2021 12:17:55 +0100 (CET) From: Adam Kandur <rndd@HIDDEN> To: Guix Patches <guix-patches@HIDDEN> Message-ID: <MWOdxJr--3-2@HIDDEN> Subject: [PATCH] gnu: Add go-github-com-rivo-uniseg. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@HIDDEN; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) From 12c52ae9e6dcd0bdc5f095cefb7b1b4f0e938795 Mon Sep 17 00:00:00 2001 From: Adam Kandur <rndd@HIDDEN> Date: Mon, 22 Mar 2021 14:16:38 +0300 Subject: [PATCH] gnu: Add go-github-com-rivo-uniseg. * gnu/packages/golang.scm (go-github-com-rivo-uniseg): New variable. --- =C2=A0gnu/packages/golang.scm | 23 +++++++++++++++++++++++ =C2=A01 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d9988cd..7e455d7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2151,6 +2151,29 @@ a file on the file system.=C2=A0 The log levels are = dynamic at instantiation of the =C2=A0hook, so it is capable of logging at some or all levels.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat))) =C2=A0 +(define-public go-github-com-rivo-uniseg +=C2=A0 (package +=C2=A0=C2=A0=C2=A0 (name "go-github-com-rivo-uniseg") +=C2=A0=C2=A0=C2=A0 (version "v0.2.0") +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/rivo/uniseg") +=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (url "https://github.com/rivo/= uniseg") +=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (commit version))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name versio= n)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "0j7h22vfmjj562vr8gpsyr= krwp1pq9ayh5fylv24skxb467g9f0q")))) +=C2=A0=C2=A0=C2=A0 (build-system go-build-system) +=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0 '(#:import-path "github.com/rivo/uniseg")) +=C2=A0=C2=A0=C2=A0 (synopsis "Unicode Text Segmentation for Go (or: How to= Count Characters in a String)") +=C2=A0=C2=A0=C2=A0 (description +=C2=A0=C2=A0=C2=A0=C2=A0 "This Go package implements Unicode Text Segmenta= tion according to Unicode Standard Annex #29 (Unicode version 12.0.0).=20 +At this point, only the determination of grapheme cluster boundaries is im= plemented.") +=C2=A0=C2=A0=C2=A0 (license license:expat))) + =C2=A0(define-public go-github-com-kardianos-osext =C2=A0=C2=A0 (let ((commit "ae77be60afb1dcacde03767a8c37337fad28ac14") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "1")) --=20 2.30.1
Adam Kandur <rndd@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#47317
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.