From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 19 11:24:05 2021 Received: (at 47539) by debbugs.gnu.org; 19 Apr 2021 15:24:05 +0000 Received: from localhost ([127.0.0.1]:51711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYVkq-00012t-5o for submit@debbugs.gnu.org; Mon, 19 Apr 2021 11:24:05 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57528 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYVkg-00011W-Iy for 47539@debbugs.gnu.org; Mon, 19 Apr 2021 11:23:54 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1618845828; bh=mAPKQXbL8vw1NG66oJLItww0wJKJ+2P3xK/S2eudQ/E=; h=From:To:Subject:In-Reply-To:References:Date; b=opnBTtcTMbYy9a0GSu4JZ7Lahmzn6ZP/Defkkp0/UQ4qwBOGr3itKkA+SXJtlULKP eFhsg8OghVWqxbCeQ4XpsF+r5Cdc8lHo9a7HMiZKcNuUJXC392ET1P49R1MYx3qRlq sswkkJmFOdjofT24tXJmqoHYoEkavTymTvw2KG2k= To: 47539@debbugs.gnu.org Subject: [PATCH v3 20/25] gnu: Add go-github-com-rivo-uniseg. In-Reply-To: References: Message-Id: <721cc7ef4d479d79c27b1bc9de79318ed2df357d.1618845646.git.public@yoctocell.xyz> Date: Mon, 19 Apr 2021 17:23:48 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-github-com-rivo-uniseg): New variable. --- gnu/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9e3d9174c1..d66ee2050e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7581,3 +7581,26 @@ projects.") charac [...] Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 47539 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-github-com-rivo-uniseg): New variable. --- gnu/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9e3d9174c1..d66ee2050e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7581,3 +7581,26 @@ projects.") charac [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/golang.scm (go-github-com-rivo-uniseg): New variable. --- gnu/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9e3d9174c1..d66ee2050e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7581,3 +7581,26 @@ projects.") character or string.") (license license:expat))) +(define-public go-github-com-rivo-uniseg + (package + (name "go-github-com-rivo-uniseg") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rivo/uniseg.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/rivo/uniseg")) + (home-page "https://github.com/rivo/uniseg") + (synopsis "Unicode Text Segmentation for Go") + (description "This package implements Unicode Text Segmentation according +to @url{https://unicode.org/reports/tr29/,Unicode Standard Annex #29}.") + (license license:expat))) + -- 2.31.1