From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 01 04:02:31 2021 Received: (at 47539) by debbugs.gnu.org; 1 Apr 2021 08:02:31 +0000 Received: from localhost ([127.0.0.1]:56130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHe-0007lh-Rd for submit@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:31 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54298 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHd-0007kw-CY for 47539@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:29 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617264143; bh=i8YLyNzvXdDnfEotvTKXErAZf6cLxgf32ivLmwaJjc4=; h=From:To:Subject:In-Reply-To:References:Date; b=A1hRODWaqYNWmyg/r1YGE9VEZOFG4Jf7gwEfcT1MVEhkD1M7pFNJMeiHQFRUVVGn2 3cATb2/w09W5ggOSTVuDfV/TwbTXNLrFQqwPWg4FWnAFpeyEmNZo1LdmvJHoxCKLao MVfmUU8ovXLTbR4GatSI9WNc6TKzYGtqambfU9Og= To: 47539@debbugs.gnu.org Subject: [PATCH 06/28] gnu: Add go-github-com-alecaivazis-survey-v2. In-Reply-To: References: Message-Id: Date: Thu, 01 Apr 2021 10:02:23 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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-alecaivazis-survey-v2): New variable. --- gnu/packages/golang.scm | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e2ab99a334..80befc8c45 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -62,6 +62,7 @@ #:use-module (gnu packa [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 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.9 (+) 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-alecaivazis-survey-v2): New variable. --- gnu/packages/golang.scm | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e2ab99a334..80befc8c45 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -62,6 +62,7 @@ #:use-module (gnu packa [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS * gnu/packages/golang.scm (go-github-com-alecaivazis-survey-v2): New variable. --- gnu/packages/golang.scm | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e2ab99a334..80befc8c45 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -62,6 +62,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages textutils) + #:use-module ((gnu packages syncthing) #:select (go-github-com-kballard-go-shellquote)) #:use-module (gnu packages tls) #:use-module (gnu packages web) #:use-module (ice-9 match) @@ -7137,3 +7138,51 @@ manage process lifecycle. This package only focuses on expecting output and sending input through it's pseudoterminal.") (license license:asl2.0))) +(define-public go-github-com-alecaivazis-survey-v2 + (package + (name "go-github-com-alecaivazis-survey-v2") + (version "2.2.9") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/AlecAivazis/survey.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jw4ka44q7a2885fil4qnb56mdlixmy5ysd68i5h5dblbq4r61l1")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/AlecAivazis/survey")) + (native-inputs + `(("go-golang-org-x-text" ,go-golang-org-x-text) + ("go-golang-org-x-sys" ,go-golang-org-x-sys) + ("go-golang-org-x-crypto" + ,go-golang-org-x-crypto) + ("go-github-com-stretchr-testify" + ,go-github-com-stretchr-testify) + ("go-github-com-pmezard-go-difflib" + ,go-github-com-pmezard-go-difflib) + ("go-github-com-mgutz-ansi" + ,go-github-com-mgutz-ansi) + ("go-github-com-mattn-go-isatty" + ,go-github-com-mattn-go-isatty) + ("go-github-com-mattn-go-colorable" + ,go-github-com-mattn-go-colorable) + ("go-github-com-kr-pty" ,go-github-com-kr-pty) + ("go-github-com-kballard-go-shellquote" + ,go-github-com-kballard-go-shellquote) + ("go-github-com-hinshun-vt10x" + ,go-github-com-hinshun-vt10x) + ("go-github-com-davecgh-go-spew" + ,go-github-com-davecgh-go-spew) + ("go-github-com-netflix-go-expect" + ,go-github-com-netflix-go-expect))) + (home-page + "https://github.com/AlecAivazis/survey") + (synopsis "Build interactive prompts on terminals") + (description "This is a library for building interactive prompts on +terminals supporting ANSI escape sequences.") + (license license:expat))) + -- 2.31.1