From patchwork Thu Apr 1 18:31:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinglu Chen X-Patchwork-Id: 52 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8000227BC74; Thu, 1 Apr 2021 19:32:38 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id AEB7127BC75 for ; Thu, 1 Apr 2021 19:32:37 +0100 (BST) Received: from localhost ([::1]:60282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lS27Q-0006Y0-QL for patchwork@mira.cbaines.net; Thu, 01 Apr 2021 14:32:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lS26y-00060t-Oa for guix-patches@gnu.org; Thu, 01 Apr 2021 14:32:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47089) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lS26v-0004eb-Ga for guix-patches@gnu.org; Thu, 01 Apr 2021 14:32:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lS26v-0008EA-Dy for guix-patches@gnu.org; Thu, 01 Apr 2021 14:32:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47539] [PATCH v2 00/26] Add github-cli and dependencies Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 01 Apr 2021 18:32:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47539 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47539@debbugs.gnu.org Received: via spool by 47539-submit@debbugs.gnu.org id=B47539.161730189731353 (code B ref 47539); Thu, 01 Apr 2021 18:32:05 +0000 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= In-Reply-To: References: Message-Id: Date: Thu, 01 Apr 2021 20:31:19 +0200 MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches 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