From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 01 14:31:37 2021 Received: (at 47539) by debbugs.gnu.org; 1 Apr 2021 18:31:37 +0000 Received: from localhost ([127.0.0.1]:58580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lS26T-00089W-F7 for submit@debbugs.gnu.org; Thu, 01 Apr 2021 14:31:37 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39166 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lS26J-00087o-7S for 47539@debbugs.gnu.org; Thu, 01 Apr 2021 14:31:29 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617301879; bh=IZicH7/iTBwcWsAHVD8XJxSeEh6UToTMI7CJkZIKWT4=; h=From:To:Subject:In-Reply-To:References:Date; b=eLqBKO+QbKPAV2P7qqpKtfZdnmzUaMCyn9h6kbk4jNfiLSo1Tqevey1aFZ2u2tBjt KxRBcFhof3fnRdprW9B0AwzJ9PEej6crC+PjFUJvO+MkAWEh0nLVOnhF5flRt3ezeV UirjVJth40G3ja98iCGXXwmqNevoEhkbB39PkgXw= To: 47539@debbugs.gnu.org Subject: [PATCH v2 00/26] Add github-cli and dependencies In-Reply-To: References: Message-Id: Date: Thu, 01 Apr 2021 20:31:19 +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: Changes since v1: - Renamed 'gh' to 'github-cli' to avoid short two or three letter names. - Added a phase in 'github-cli' to remove its dependence on the 'go-github-com-cli-safeexec' package, and I also removed 'go-github-com-cli-safeexec' itself since it is only used on Windows. 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_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: Changes since v1: - Renamed 'gh' to 'github-cli' to avoid short two or three letter names. - Added a phase in 'github-cli' to remove its dependence on the 'go-github-com-cli-safeexec' package, and I also removed 'go-github-com-cli-safeexec' itself since it is only used on Windows. 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_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD Changes since v1: - Renamed 'gh' to 'github-cli' to avoid short two or three letter names. - Added a phase in 'github-cli' to remove its dependence on the 'go-github-com-cli-safeexec' package, and I also removed 'go-github-com-cli-safeexec' itself since it is only used on Windows. - Removed 'go-github-com-shurcool-sanitized-anchor-name' because it already existed. Upstream uses '_' instead of '-' in the name, the Go importer didn't convert '_' to '-' so I had to fix it myself without realizing that the package already existed. - Marked 'go-github-com-cli-shurcool-graphql' as a hidden package because it is GitHub's own fork of 'go-github-com-shurcool-graphql', and is only used by 'github-cli'. Xinglu Chen (26): gnu: Add go-github-com-hinshun-vt10x. gnu: Add go-github-com-creack-pty. gnu: Add go-github-com-kr-pty. gnu: Add go-github-com-netflix-go-expect. gnu: Add go-github-com-alecaivazis-survey-v2. gnu: Add go-github-com-makenowjust-heredoc. gnu: Add go-github-com-briandowns-spinner. gnu: Add go-github-com-cli-browser. gnu: Add go-github-com-cli-oauth. gnu: Add go-github-com-cli-safeexec. gnu: Add go-github-com-russross-blackfriday-v2. gnu: Add go-github-com-cpuguy83-go-md2man-v2. gnu: Add go-github-com-enescakir-emoji. gnu: Add go-github-com-gabriel-vasile-mimetype. gnu: Add go-github-com-google-shlex. gnu: Add go-github-com-henvic-httpretty. gnu: Add go-github-com-itchyny-go-flags. gnu: Add go-github-com-itchyny-timefmt-go. gnu: Add go-github-com-itchyny-gojq. gnu: Add go-github-com-mattn-go-runewidth. gnu: Add go-github-com-rivo-uniseg. gnu: Add go-github-com-shurcool-githubv4. gnu: Add go-gopkg-in-yaml-v3. gnu: Add go-github-com-shurcool-graphql. gnu: Add go-github-com-cli-shurcool-graphql. gnu: Add github-cli. gnu/packages/golang.scm | 697 +++++++++++++++++++++++++++++++ gnu/packages/version-control.scm | 145 +++++++ 2 files changed, 842 insertions(+) base-commit: 9c9a36de732ea8485e47e84b888e121233f68452 -- 2.31.1