From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 01 04:02:16 2021 Received: (at 47539) by debbugs.gnu.org; 1 Apr 2021 08:02:16 +0000 Received: from localhost ([127.0.0.1]:56102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHQ-0007jR-46 for submit@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:16 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54224 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHO-0007iY-HR for 47539@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:14 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617264129; bh=c2/u6BUsME8GdBmXAU/wRDgSmlXHpoei6VMCbWsW8nw=; h=From:To:Subject:In-Reply-To:References:Date; b=f2BcRTn7LvUsgFKtzikGpDMulctLBTDcBbF4Kw7EmPrUwkt7K2zxlcyE1N1ctjKcM SLO56WNd6mLuqX6x+upQRt+YFJnitb+sbR1+sZFrg69Ug8nJZ5ysIiyH26qmrBjXc6 YvZoD01lJnEtp4pF2cnsm+nYCdkG4tOUEATBhb4A= To: 47539@debbugs.gnu.org Subject: [PATCH 24/28] gnu: Add go-github-com-shurcool-githubv4. In-Reply-To: References: Message-Id: Date: Thu, 01 Apr 2021 10:02:08 +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-shurcool-githubv4): New variable. --- gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 64a9a764be..ef0287ff29 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7657,3 +7657,35 @@ character or strin [...] 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-shurcool-githubv4): New variable. --- gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 64a9a764be..ef0287ff29 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7657,3 +7657,35 @@ character or strin [...] 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-shurcool-githubv4): New variable. --- gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 64a9a764be..ef0287ff29 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7657,3 +7657,35 @@ character or string.") to @url{https://unicode.org/reports/tr29/,Unicode Standard Annex #29}.") (license license:expat))) +(define-public go-github-com-shurcool-githubv4 + (package + (name "go-github-com-shurcool-githubv4") + (version "0.0.0-20201206200315-234843c633fa") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/shurcooL/githubv4.git") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jmmjv95vcm9vl5zpvwv77pq3mhf2j2vxc7pj75yfniymp2dh5mi")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/shurcooL/githubv4")) + (native-inputs + `(("go-github-com-shurcooL-graphql" ,go-github-com-shurcool-graphql) + ("go-golang-org-x-oauth2" ,go-golang-org-x-oauth2))) + (home-page "https://github.com/shurcooL/githubv4") + (synopsis "Client library for accessing the GitHub GraphQL API v4") + (description "This package is a client library for accessing the GitHub +GraphQL API v4. It focuses on the following things: + +@itemize +@item Friendly, simple and powerful API. +@item Correctness, high performance and efficiency. +@item Support for all of GitHub GraphQL API v4 via code generation from schema. +@end itemize") + (license license:expat))) + -- 2.31.1