From unknown Fri Jun 20 07:09:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76273 <76273@debbugs.gnu.org> To: bug#76273 <76273@debbugs.gnu.org> Subject: Status: [PATCH v1 00/10] gnu: Add micro. Reply-To: bug#76273 <76273@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:09:53 +0000 retitle 76273 [PATCH v1 00/10] gnu: Add micro. reassign 76273 guix-patches submitter 76273 Ashvith Shetty severity 76273 normal tag 76273 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 18:49:12 2025 Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 23:49:12 +0000 Received: from localhost ([127.0.0.1]:46162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiixE-0003mX-5J for submit@debbugs.gnu.org; Thu, 13 Feb 2025 18:49:12 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56036) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tidVx-00021G-MG for submit@debbugs.gnu.org; Thu, 13 Feb 2025 13:00:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tidVl-0006QB-EI for guix-patches@gnu.org; Thu, 13 Feb 2025 13:00:33 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tidVi-0006GJ-U6 for guix-patches@gnu.org; Thu, 13 Feb 2025 13:00:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739469614; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=v5EyZM/ZdKpd84RCHfk8SGiejaECAeKbznQwrz7PRmA=; b=pDNBhkC6XKITu01hbujeOjnryC+imtzkok+reP4rFfwjUK2Dwe4q+E5loYzEXp5B 35EQ7nUVhjANdaJjsFw72IvQhgxMerRaxJPrQMINbwc2rPIHcl9zDw1gKop/QNM1nZt mvEn2G8LPW+6ZgXRMSmUCLNsSQOjQN6nPWRmegTM= Received: by mx.zoho.in with SMTPS id 1739469611252797.9077875323982; Thu, 13 Feb 2025 23:30:11 +0530 (IST) From: Ashvith Shetty To: guix-patches@gnu.org Subject: [PATCH v1 00/10] gnu: Add micro. Date: Thu, 13 Feb 2025 23:29:45 +0530 Message-ID: <20250213175945.30918-1-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Received-SPF: pass client-ip=103.117.158.93; envelope-from=ashvithshetty0010@zohomail.in; helo=sender-pp-o93.zoho.in X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 13 Feb 2025 18:49:10 -0500 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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: -0.1 (/) This patch series adds micro and it's dependencies. Ashvith Shetty (10): gnu: Add go-github-com-zyedidia-clipper. gnu: Add go-github-com-zyedidia-glob. gnu: Add go-github-com-zyedidia-poller. gnu: Add go-github-com-zyedidia-tcell-v2. gnu: Add go-github-com-layeh-gopher-luar. gnu: Add go-github-com-zyedidia-go-runewidth. gnu: Add go-github-com-zyedidia-go-shellquote. gnu: Add go-github-com-zyedidia-terminal. gnu: Add go-github-com-zyedidia-json5. gnu: Add micro. gnu/packages/golang-xyz.scm | 248 ++++++++++++++++++++++++++++++++++ gnu/packages/text-editors.scm | 49 +++++++ 2 files changed, 297 insertions(+) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 23:59:43 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 04:59:43 +0000 Received: from localhost ([127.0.0.1]:46507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinni-0004Lz-SO for submit@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:43 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3442) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinne-0004Lf-OR for 76273@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509168; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=qF5o1b0c2heEvs/EfOLOtD9q4529jGpyhuo5gJbh1gM=; b=A94OLIIZmvBF/fTW7oBPRvvoBA/RaaRuukIEb3A4ahcZvsxceUeF+urYe0ITUn3Q ofFTQLFrjibHi8X42Y9LrsY7HYWE0zY7iwhuEjtqkBreom7eBQIPb2bF868ABUzWKvR byMXZWYCMK1xKuBMk8URXBQUTtokLGRDMyTr+ddU= Received: by mx.zoho.in with SMTPS id 1739509165603145.88775755748486; Fri, 14 Feb 2025 10:29:25 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 01/10] gnu: Add go-github-com-zyedidia-clipper. Date: Fri, 14 Feb 2025 10:28:55 +0530 Message-ID: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-clipper): New variable. Change-Id: Ia3eb2a28f5ef006b54e2698b3ebb66b75a05fb4f --- gnu/packages/golang-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2af3339197..cef42b0ef4 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -56,6 +56,7 @@ ;;; Copyright © 2024 Troy Figiel ;;; Copyright © 2024 gemmaro ;;; Copyright © 2024 Roman Scherer +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -17788,6 +17789,43 @@ (define-public misspell #:import-path "github.com/client9/misspell/cmd/misspell" #:unpack-path "github.com/client9/misspell")))) +(define-public go-github-com-zyedidia-clipper + (package + (name "go-github-com-zyedidia-clipper") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/clipper") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18fv2cdll1d7d5wxs6r7kkhmk60pziiw3iy7knmdbcbhrk9rg112")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/clipper")) + (home-page "https://github.com/zyedidia/clipper") + (synopsis "Clipper: cross-platform clipboard library") + (description + "Platforms supported: +@itemize +@item Linux (via xclip or xsel or wl-copy/wl-paste) +@item MacOS (via pbcopy/pbpaste) +@item Windows (via the Windows clipboard API) +@item WSL (via clip.exe/powershell.exe) +@item Android Termux (via termux-clipboard-set/termux-clipboard-get) +@item Plan9 (via /dev/snarf) +@item Anything else (via a user-defined script) +@end itemize +Fallback methods: +@itemize +@item Internal in-memory clipboard +@item File-based clipboard +@end itemize") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 23:59:55 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 04:59:56 +0000 Received: from localhost ([127.0.0.1]:46511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinnv-0004Mj-Cc for submit@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:55 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3443) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinns-0004M9-HH for 76273@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509183; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=XeKqUN/d7+ZX6lHIiZptIhmhi+Bggyf6fCcB6kGZ7sI=; b=rLL9nlysi9Gbqqogl75zijPcfRAUc7NEejquG+880SduC8mbicVViizt+HTaKvU6 BdRQT5EyYaHtRdIXga7v0nHgU0jp7QtHJeNDNIEmHTMEy51XSbcwQAFRXyTIwBoVJ45 ysYHkrfPLgEVt0pZX24katT0MWHhnLU1BqUIvxkI= Received: by mx.zoho.in with SMTPS id 1739509180403617.8088088197168; Fri, 14 Feb 2025 10:29:40 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 02/10] gnu: Add go-github-com-zyedidia-glob. Date: Fri, 14 Feb 2025 10:28:56 +0530 Message-ID: <20250214045910.4132-2-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-glob): New variable. Change-Id: I0a067f0b49bbbc61952c6d8fe67db55dc33d6ce8 --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index cef42b0ef4..0b357b7750 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17826,6 +17826,29 @@ (define-public go-github-com-zyedidia-clipper @end itemize") (license license:expat))) +(define-public go-github-com-zyedidia-glob + (package + (name "go-github-com-zyedidia-glob") + (version "0.0.0-20170209203856-dd4023a66dc3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/glob") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vqw4xbqq6j8p5m7mwxvb448w69vjvgzx0ndsfzdh2cxfirwp3y7")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/glob")) + (home-page "https://github.com/zyedidia/glob") + (synopsis "A Go package for glob matching") + (description + "Package glob provides objects for matching strings with globs.") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 23:59:59 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 04:59:59 +0000 Received: from localhost ([127.0.0.1]:46514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinny-0004Mz-TY for submit@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:59 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3444) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinnu-0004MK-JY for 76273@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509186; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=ez6wDrbI5wJG3ry/v/G7GkKbzltFamSZxkF5X1JKR8c=; b=ZrNrq6zKNRdDEIRWtBR1Jb+PDzIbMiYvFa/migoM/N4xrpTZxkkV4LbB9uJnU7yW F7me/aY20FTrHtt8Hkc2EkBvJa4SWxx2+hUObR9Eoj/1GtpWiSejwXmWTjvDxkkKbJW suKgO2JzhPKKH1cPyL8dcDoPSQ5+BuQUSRl2PZNA= Received: by mx.zoho.in with SMTPS id 1739509184835433.36877105096266; Fri, 14 Feb 2025 10:29:44 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 03/10] gnu: Add go-github-com-zyedidia-poller. Date: Fri, 14 Feb 2025 10:28:57 +0530 Message-ID: <20250214045910.4132-3-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-poller): New variable. Change-Id: I3647d3c36d5b0b61e7dd24d0afbff6b054ff1dd9 --- gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0b357b7750..ac37bc4135 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,38 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-poller + (package + (name "go-github-com-zyedidia-poller") + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/poller") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10cjrqfk1j0l55bdbpm7kv4mqc665pngc8avai0p9chq03y2654g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/poller")) + (home-page "https://github.com/zyedidia/poller") + (synopsis "An epoll(7)-based file-descriptor multiplexer.") + (description + "Package poller is a file-descriptor multiplexer. It allows concurent Read and +Write operations from and to multiple file-descriptors without allocating one OS +thread for every blocked operation. It operates similarly to Go's netpoller +(which multiplexes network connections) without requiring special support from +the Go runtime. It can be used with tty devices, character devices, pipes, +FIFOs, and any file-descriptor that is poll-able (can be used with select(2), +epoll(7), etc.) In addition, package poller allows the user to set timeouts +(deadlines) for read and write operations, and also allows for safe cancelation +of blocked read and write operations; a Close from another go-routine safely +cancels ongoing (blocked) read and write operations.") + (license license:bsd-2))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:01 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:01 +0000 Received: from localhost ([127.0.0.1]:46516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinnz-0004N2-Db for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:01 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2152) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinnx-0004MR-JC for 76273@debbugs.gnu.org; Thu, 13 Feb 2025 23:59:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509189; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=eks2NTu5TpQVpzqTAzUpqGvATmGMecTUtRn1M8y2PEc=; b=ECMudqqhoFUumskfenUJgaSzAhHoQwR2x5ejiNhqTkvGJHCk1wx0GA0ANMEfdsLQ KWjkofOI9uPC88cmYbykbqKgd7D7gXr/w0O+HPcyQ2C0OcooPbdyya8jYztsEAmrEaS rjL1SmKvGV4YgtRaSfW+et6oIAL3DNKZUyF8irJI= Received: by mx.zoho.in with SMTPS id 1739509186807378.1879403759971; Fri, 14 Feb 2025 10:29:46 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 04/10] gnu: Add go-github-com-zyedidia-tcell-v2. Date: Fri, 14 Feb 2025 10:28:58 +0530 Message-ID: <20250214045910.4132-4-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-tcell-v2): New variable. Change-Id: I2b285c6cd06f86a5b072c1cf64e7937adc74d8b9 --- gnu/packages/golang-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ac37bc4135..0796669fdd 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,39 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-tcell-v2 + (package + (name "go-github-com-zyedidia-tcell-v2") + (version "2.0.10") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/tcell") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rbivmy79sc8hnygj7b3axhiqgbx6xc4f28pz69nhq9w2skk3zb9")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/tcell/v2" + #:unpack-path "github.com/zyedidia/tcell/v2")) + (propagated-inputs (list go-golang-org-x-text + go-golang-org-x-sys + go-github-com-zyedidia-poller + go-github-com-xo-terminfo + go-github-com-mattn-go-runewidth + go-github-com-lucasb-eyer-go-colorful + go-github-com-gdamore-encoding)) + (home-page "https://github.com/zyedidia/tcell") + (synopsis "Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.") + (description + "Package tcell provides a lower-level, portable API for building programs that +interact with terminals or consoles. It works with both common (and many +uncommon!) terminals or terminal emulators, and Windows console implementations.") + (license license:asl2.0))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:10 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:10 +0000 Received: from localhost ([127.0.0.1]:46525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tino9-0004Sm-Iv for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:10 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2153) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tino1-0004Mb-OZ for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509192; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=kFVqwi8xeeFN4roe6GDjpAPx+xRh0DhYAvPZRz/3wJA=; b=RX7V7i24qQ2UtV3V5oZ2uLnxfQhLMXZhWMLQUiZ4hJRh23Gwg7obr4jhRSNlwlbt HaYpySdmPFjUP9p4szMh04+k+EsqME7SIeQoA/6bMOBVoBdYANue1HeXVkA627V0JhM wnRIJGJe/OxBf8sEMS1wpo7kji9KCalFsncQtyeo= Received: by mx.zoho.in with SMTPS id 1739509189991237.56822340899805; Fri, 14 Feb 2025 10:29:49 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 05/10] gnu: Add go-github-com-layeh-gopher-luar. Date: Fri, 14 Feb 2025 10:28:59 +0530 Message-ID: <20250214045910.4132-5-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-layeh-gopher-luar): New variable. Change-Id: Id7ab88f5d2b3db415fb06d201828c4012520e6b8 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0796669fdd..c76233d06a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,30 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-layeh-gopher-luar + (package + (name "go-github-com-layeh-gopher-luar") + (version "1.0.11") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/layeh/gopher-luar") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zfafqy2jwjmrr0gl3h2ivn0iixb0bvslcwcly9bcmc5yxq35m89")))) + (build-system go-build-system) + (arguments + (list + #:import-path "layeh.com/gopher-luar")) + (propagated-inputs (list go-github-com-yuin-gopher-lua)) + (home-page "https://github.com/layeh/gopher-luar") + (synopsis "Simplifies data passing to and from gopher-lua") + (description + "Package luar simplifies data passing to and from gopher-lua.") + (license license:mpl2.0))) + (define-public go-github-com-zyedidia-tcell-v2 (package (name "go-github-com-zyedidia-tcell-v2") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:11 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:11 +0000 Received: from localhost ([127.0.0.1]:46528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinoA-0004TD-Er for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:11 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3445) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tino6-0004N0-Ml for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509197; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=sQTYeo38UgOePvT2Zxm5DtXIy4MuwolWH1XMC9hsdII=; b=eEvgjb7FGhCbpBpTxG51gsV4aFRoZLwlkPRFM6Lfq/VM3zBUQ6HPmD8+MrXYS8xp iN8NRHIwiQsWIY2GcHUeT05Kqqi1n3Sz2mOYNTktx4GohopVhnwoAp21j5UvCNfMvSd PPGLA8J0bsOh628Sqw+qPqkqkIx49uV48qgTFXLo= Received: by mx.zoho.in with SMTPS id 1739509194691760.0010593486154; Fri, 14 Feb 2025 10:29:54 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 06/10] gnu: Add go-github-com-zyedidia-go-runewidth. Date: Fri, 14 Feb 2025 10:29:00 +0530 Message-ID: <20250214045910.4132-6-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-runewidth): New variable. Change-Id: I1598551b5ed6aeaacbcc944b97d278810e4dfdd3 --- gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c76233d06a..c6fa76c87c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,31 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-go-runewidth + (package + (name "go-github-com-zyedidia-go-runewidth") + (version "0.0.12") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-runewidth") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18gv5fkd69v8bwngj6r5zc572vyd1qhafz1wi3d7ynz3w0mmq85c")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/mattn/go-runewidth" + #:unpack-path "github.com/mattn/go-runewidth")) + (propagated-inputs (list go-github-com-rivo-uniseg)) + (home-page "https://github.com/zyedidia/go-runewidth") + (synopsis "wcwidth for golang") + (description + "This package provides functions to get fixed width of the character or string.") + (license license:expat))) + (define-public go-github-com-layeh-gopher-luar (package (name "go-github-com-layeh-gopher-luar") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:18 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:18 +0000 Received: from localhost ([127.0.0.1]:46534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinoI-0004Vu-8Y for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:18 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3446) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tino8-0004NB-Io for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509200; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=Z3nBgA4pfbGa2CCddTBbQ8TbhrK/Uzw1HesibmhGjqQ=; b=d5li470c7MphKkXDrRewCsmVfPJHmztyMZrpSkvGCQbaoFFACV0sCPB0N8nPHY62 ghhtQx+dUgH8pLCcyTEtB67xrduillqhzVw5oz5EItMksibX8RVkCHCsrvHzhid/7Vo D5jXkDJ6RkoFs+F2BPdnAWmQrFDfTypfWwBz2IwY= Received: by mx.zoho.in with SMTPS id 1739509198243419.8630918061848; Fri, 14 Feb 2025 10:29:58 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 07/10] gnu: Add go-github-com-zyedidia-go-shellquote. Date: Fri, 14 Feb 2025 10:29:01 +0530 Message-ID: <20250214045910.4132-7-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-shellquote): New variable. Change-Id: Ib6f07b1bbd35d36598398de2e04baf25f0538a8f --- gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c6fa76c87c..93c91293cd 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,31 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-go-shellquote + (package + (name "go-github-com-zyedidia-go-shellquote") + (version "0.0.0-20200613203517-eccd813c0655") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-shellquote") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jxjj60kicpzc6i7vigg0i8iwnhf6jawcalq201a5wkxnkmdlw9g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/kballard/go-shellquote" + #:unpack-path "github.com/kballard/go-shellquote")) + (home-page "https://github.com/zyedidia/go-shellquote") + (synopsis "Go utilities for performing shell-like word splitting/joining") + (description + "Shellquote provides utilities for joining/splitting strings using sh's +word-splitting rules.") + (license license:expat))) + (define-public go-github-com-zyedidia-go-runewidth (package (name "go-github-com-zyedidia-go-runewidth") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:19 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:19 +0000 Received: from localhost ([127.0.0.1]:46536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinoI-0004W0-LD for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:18 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2154) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinoB-0004P7-OU for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509203; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=NN1BCDS8ONnk/l+nJdk3rJWfJZo06vsi9Ft9evkba4U=; b=Qf82eTegCFpTvKIdJ2KN5wokGwDec6wJYNuC96A71igdvMwj7xZhzXLHDI/H/BXS P4UH6sCUdVqWEugzqFNUtur/7VdnC2nv1jMVb98J2cvKcGRKBAhuBZBtAQecr+AQSEY YCCeWIldny+0TN5uTGNH0tF3QV6hHJ8KHMm9Q8P0= Received: by mx.zoho.in with SMTPS id 1739509201863141.96027557105788; Fri, 14 Feb 2025 10:30:01 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 08/10] gnu: Add go-github-com-zyedidia-terminal. Date: Fri, 14 Feb 2025 10:29:02 +0530 Message-ID: <20250214045910.4132-8-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-terminal): New variable. Change-Id: I05131f4d1c91aace4eed547dfa86d1b33e83bf45 --- gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 93c91293cd..56b62570c8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,32 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-terminal + (package + (name "go-github-com-zyedidia-terminal") + (version "0.0.0-20230315200948-4b3bcf6dddef") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/terminal") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lqplkpllv63msf7sp8igrhvkrnr8l8hz4v5daliyn4qwvgs3k63")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/terminal")) + (propagated-inputs (list go-github-com-creack-pty)) + (home-page "https://github.com/zyedidia/terminal") + (synopsis "Package terminal is a vt10x terminal emulation backend.") + (description + "Package terminal is a vt10x terminal emulation backend, influenced largely by +@code{st}, @code{rxvt}, @code{xterm}, and @code{iTerm} as reference. Use it for terminal muxing, a +terminal emulation frontend, or wherever else you need terminal emulation.") + (license license:expat))) + (define-public go-github-com-zyedidia-go-shellquote (package (name "go-github-com-zyedidia-go-shellquote") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:19 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:19 +0000 Received: from localhost ([127.0.0.1]:46538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinoJ-0004W4-1S for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:19 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2155) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinoF-0004Rc-Lv for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509206; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=OWRpQGD2nkuQNpKgrlYQVKlpEHGqko6J+vHe/bKOeps=; b=iO3S1m1AnrNxA69N2VH99RwSn+oveSQyoEEOQGP+wueQu3MAm1NFrGXZtcr3EDJg zp28dHreDu3CHk1Tid7y9u7ql4P2/2S/WwEzm6kPJ8hdnR14+AFi3oFoQzym7dqeCqz Vt4J6GwFZiOOyA0MqWCQimlFlgClRremKoEW11jY= Received: by mx.zoho.in with SMTPS id 1739509204871621.4951302179121; Fri, 14 Feb 2025 10:30:04 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 09/10] gnu: Add go-github-com-zyedidia-json5. Date: Fri, 14 Feb 2025 10:29:03 +0530 Message-ID: <20250214045910.4132-9-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-json5): New variable. Change-Id: I627ade8c26ec57a564ccde31dab20bd9fe5533ba --- gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 56b62570c8..3c72c4718f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17849,6 +17849,28 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-json5 + (package + (name "go-github-com-zyedidia-json5") + (version "0.0.0-20200102012142-2da050b1a98d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/json5") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1sgydazf3npr788b4w17ydmlh3fd1zmpriv9b69967ww90ckh2kz")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/json5")) + (home-page "https://github.com/zyedidia/json5") + (synopsis "Go JSON5 decoder package based on encoding/json") + (description "Package json5 implements decoding of JSON5 values.") + (license (list license:bsd-3 license:expat)))) + (define-public go-github-com-zyedidia-terminal (package (name "go-github-com-zyedidia-terminal") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 00:00:31 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 05:00:31 +0000 Received: from localhost ([127.0.0.1]:46541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tinoU-0004Xi-Hy for submit@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:31 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3447) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tinoK-0004Ux-K4 for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 00:00:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739509211; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=CPfAQNCv9IFfiAASQhGw/62LrASO+XKoa4dIso4oqUk=; b=fKMGfOk3aHSsGKV9PitGZBnMUIOnUefLZ5qedu5ZffaDSeQjxWGr7oLetE3xKH3m COHZFzTILyN2sqQnq526lp6iA92pIRqFUZ9CRx0Af45yJSLOemls56kInsqQrMFxf5H VriaDhnQThhBEhUKVbvuWoKCDo/Fqog2bT1yAi0s= Received: by mx.zoho.in with SMTPS id 1739509207947711.2019987393184; Fri, 14 Feb 2025 10:30:07 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v1 10/10] gnu: Add micro. Date: Fri, 14 Feb 2025 10:29:04 +0530 Message-ID: <20250214045910.4132-10-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> References: <20250214045910.4132-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Katherine Cox-Buday , Sharlatan Hellseher , Ashvith Shetty 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.0 (-) From: Ashvith Shetty * gnu/packages/text-editors.scm (micro): New variable. Change-Id: I7dd8d7deffb5f1235f48759e73a15784570e782c --- gnu/packages/text-editors.scm | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index f52bc092f1..6e48c0641b 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -35,6 +35,7 @@ ;;; Copyright © 2024 Herman Rimm ;;; Copyright © 2024 Spencer King ;;; Copyright © 2024 Murilo +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,6 +62,7 @@ (define-module (gnu packages text-editors) #:use-module (guix build-system cargo) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system go) #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system meson) #:use-module (guix build-system python) @@ -90,6 +92,9 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages golang-build) + #:use-module (gnu packages golang-check) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages graphics) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) @@ -1843,3 +1848,47 @@ (define-public xnedit "XNEdit is a fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.") (license license:gpl2+))) + +(define-public micro + (package + (name "micro") + (version "2.0.14") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/micro") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pcfsaq7k6q59vh3xgh8gy350apkv5rkc09d4fh15lx7m6bxbwka")))) + (build-system go-build-system) + (arguments + (list + #:install-source? #f + #:import-path "github.com/zyedidia/micro/v2/cmd/micro" + #:unpack-path "github.com/zyedidia/micro/v2")) + (inputs (list go-github-com-layeh-gopher-luar + go-github-com-zyedidia-go-runewidth + go-github-com-zyedidia-go-shellquote + go-gopkg-in-yaml-v2 + go-golang-org-x-text + go-github-com-zyedidia-tcell-v2 + go-github-com-zyedidia-terminal + go-github-com-zyedidia-json5 + go-github-com-zyedidia-glob + go-github-com-zyedidia-clipper + go-github-com-yuin-gopher-lua + go-github-com-stretchr-testify + go-github-com-sergi-go-diff + go-github-com-mitchellh-go-homedir + go-github-com-mattn-go-isatty + go-github-com-go-errors-errors + go-github-com-dustin-go-humanize + go-github-com-blang-semver)) + (home-page "https://github.com/zyedidia/micro") + (synopsis "A modern and intuitive terminal-based text editor") + (description + "@@strong{micro} is a terminal-based text editor that aims to be easy to use and +intuitive, while also taking advantage of the capabilities of modern terminals.") + (license license:expat))) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 03:41:55 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 08:41:55 +0000 Received: from localhost ([127.0.0.1]:46960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tirGl-0006gb-9T for submit@debbugs.gnu.org; Fri, 14 Feb 2025 03:41:55 -0500 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]:43391) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tirGj-0006gK-2F for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 03:41:53 -0500 Received: by mail-wr1-x42b.google.com with SMTP id ffacd0b85a97d-38dc6d55ebaso1858139f8f.1 for <76273@debbugs.gnu.org>; Fri, 14 Feb 2025 00:41:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739522507; x=1740127307; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=om4mAcKAuaSEHoHKlJ5Nz3pp6wFk8c47Y6xz7e3mUoM=; b=E/tP94IZV/R08SPHt8zYbrgnKPZM2dfJY2rDmX/SQFkwpdiSyiMKQrJeDLwYud8RK8 j9bR0l3EHBqEVLqTYhDhmLzEW4q3nUFWSbw3IRqrixzcGNChmJ/tgSMVjx1WYBqFRkfF gM02SBG8FA6N/C7w7vNnCSKo7FQR9HpqVRqSm9wVKm1zhnTgkvDRDiYVWDiJ4xWzx6GF 5rOdXheMl+Qn1pWfn54Kyd/ppztfTjMY/u9WG3jDUrU/Dvg1HI+ALka2hlBIOlS9JgLF zgNTAlNaexl7RQZeV6eKBEKFSzLiHPpSyc+MPEpYMEPB7H0VxxqnLX/oJhktGBnQvHQx /x/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739522507; x=1740127307; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=om4mAcKAuaSEHoHKlJ5Nz3pp6wFk8c47Y6xz7e3mUoM=; b=N6Fs3VMg7em7cSZY+tRRqV3pDyybGrDWiDKUHuR0BGKkEIz9pJublaXRjRHZ/0vxFS 77wWKMj4wLatrORhqlNteG/FCQ/otfXA4Q2hZLnujK5IJB0skj4IJQjjigPVBaVesRSO 5h3edaPGthkE9es5mkTVJPZ+7CMBlacbAKhTno2OahzVUyo0hjvc9MFBvd6GJKhQNfUO ZPtuFGQrlG4/Th78klHMqP4VlPDPMgfCGzMGNuNA7vzgf7i3IcafcqAGP72+fPFIxdXf 9xGkebcMNzpSmyMKKbl1NSSu/TWtmiYtlFAMPr3i5pjBZKoFJHMONB3bwt1Koo49kkRT OXeQ== X-Gm-Message-State: AOJu0YyKY83m+r0JbIiHxgJvBk18VZ1LJW3TTgF3JFE249s/stY+7hQl k052a2wmCviFLqJMXxGTSLosRjwdGJxzFbgBS10G2IZG37yrRdFqRnq+G5UH X-Gm-Gg: ASbGnctf3Fcw2pn4TJlBEqxG4jr69Us/7o+yXZy67Iywvc7Btzq4kbdTvHk06SCJt/u +YlB8y8qFPojgJ4HUjZ3RWl8olToxvZUaJphgTZpulDy02TV/767cC9TrFBThP/wZ4t3B7jNcrX V2gNcJ/6wINYRPbuHKu9Ul5bzu9O8VuDuoqikD4/5JlQ83S6ovqmykN8ml4YdXML0hsLwHvrr3Z 2/y0/3quqUCZSUaSclSbD6lO3qyfIXadAF5pZGLMWRaDFVGbKlutwpyuECw2MyVMZlVqyy5Up3v /0iEYgI8Yh2zZZ46eNBFx9plwvw47DJXNKDac+OQsWBU0X95XjMqn4UqkDyFaLqDJ1Q= X-Google-Smtp-Source: AGHT+IEhhNBrc2W8Ke44OvqOWwQwX6Q+j1+ny7FAsLX9DQdePkYZTSmeg95l/0MnjeNiMJS6T/jZXA== X-Received: by 2002:a05:6000:156e:b0:38d:fede:54f8 with SMTP id ffacd0b85a97d-38f24f66e23mr7385961f8f.16.1739522506628; Fri, 14 Feb 2025 00:41:46 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38f258fc7e0sm3968925f8f.48.2025.02.14.00.41.44 for <76273@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Feb 2025 00:41:45 -0800 (PST) From: Sharlatan Hellseher To: 76273@debbugs.gnu.org Subject: [PATCH v1 00/10] gnu: Add micro. Date: Fri, 14 Feb 2025 08:41:41 +0000 Message-ID: <87ed00uddm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 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.0 (-) --=-=-= Content-Type: text/plain Hi, Thank you for the patches. They look like raw outputs from guix import, did you try to build micro in the end? Depending on your time - Try to import with -i flag -i, --insert insert packages into file alphabetically e.g. guix import -i gnu/packages/golang-xyz.scm go github.com/zyedidia/json5 It helps to keep packages in alphabetical order. - After import visually check the validity of the package; the importer is not perfect and heavenly depends on the upstream metadata and it's quality. e.g. - guix lint after import and resolve warnings - guix build and resolve test/buld faileurs - read produced synosis and description, make sure they are human readable and descriptive eneough to understand what this package for --8<---------------cut here---------------start------------->8--- + (synopsis "An ... + (synopsis "A ... + (synopsis "An epoll(7)-based file-descriptor multiplexer.") + (synopsis "A modern and intuitive terminal-based text editor") + (synopsis "wcwidth for golang") --8<---------------cut here---------------end--------------->8--- This part usually highlighted by guix lint, please check e.g. synopsis does not start with article, does not end with full stop (.), starts with a capital letter. --8<---------------cut here---------------start------------->8--- + (description + "Package glob provides objects for matching strings with globs.") + (license license:expat))) --8<---------------cut here---------------end--------------->8--- Try to refer to upstream and extract as much information as possible, description might need more details. Check Guix packaging guidelines: . --8<---------------cut here---------------start------------->8--- + (list + #:import-path "github.com/zyedidia/tcell/v2" + #:unpack-path "github.com/zyedidia/tcell/v2")) + (list + #:import-path "github.com/mattn/go-runewidth" + #:unpack-path "github.com/mattn/go-runewidth")) + #:import-path "github.com/kballard/go-shellquote" + #:unpack-path "github.com/kballard/go-shellquote")) --8<---------------cut here---------------end--------------->8--- It might be an issue with current implementation of importer. The package name, variable name and import-path are usually follow the same style e.g. the module path specifying in go.mod and import-path is usually enough, check for more example in any golang-* modules. --8<---------------cut here---------------start------------->8--- + "@@strong{micro} --8<---------------cut here---------------end--------------->8--- It looks like a glitch in importer any @@ needs to be adjusted to a single one @. --8<---------------cut here---------------start------------->8--- + (list + #:install-source? #f + #:import-path "github.com/zyedidia/micro/v2/cmd/micro" + #:unpack-path "github.com/zyedidia/micro/v2")) --8<---------------cut here---------------end--------------->8--- If it's a final command you may simplify it just by providing import-path without "v2" and omit unpack-path e.g. #:import-path "github.com/zyedidia/micro/cmd/micro" Looking forward for v2! -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmevAcUACgkQdtcnv/Ys 0rX4hQ/+LpsAxzd2YvpH29V+DlZj2JRntfOwcW/VZAGXI9xT2R9KdP4En+WNtA8z oLGnkPVqpwIx4KJsYaNEOu0Kkr1jPewY7Z5ZGPMZBQQb6pzg/muerR6c9nLNd72V hLJDqem0T2zUF2+a/rL5/2y1Ylxw8ds86hHYY5R3U4heLOO0AR1GLbqfGZsPV75b 0cuFhrgBnRHccS6+USv53XcgnIjaEu8wQmQ8RTerrVEMVcIGThruKBGuwCatAawE RqhSnqozxwT7cSbUtsDxj4/6FxuPrLNENP9b283u9NRyFYpae2BlnNajUzyV21G0 wb0a5Qq8ozHNODulp9KYCCYIfU4P3jzlMKC3NFyA98mLqBvcQKtsYvIhaX89OGjC kcDW3PxNFhu2tRHh46KvbZ/xNhYlWx4/WpR21FGNZWsDPGNXNb7Bi1Y/5RcNrTcV HGscztvdjItGVGoDjQHpXeFIv+rm/9bGDkxLBNXJP/UBz+GpPulegzBPSaNVl1+9 /B2y7/NZZHZgADMNd80EFH0qvDwySPozqlTVaXfPBDvg8xQQd76PxI9oxm5a/cKO bn2bgDIYLfugW+O8k2Pw8XUpkRiBHH1GUFyHDGEJrl5hZiyX5V4Yz3crN/Q3jTSb w+wq/15aOq5s+3pYuZoj+8jkdgNsI1xBc0DYjHexeSlUNpWhCi4= =yBlA -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:50:53 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:50:54 +0000 Received: from localhost ([127.0.0.1]:51759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0m5-0001v9-5b for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:53 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3448) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0lw-0001u6-SU for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559032; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=NVKVzdAL7/Aw5Z37rxj/qoqledo59euNituygxyW1Dw=; b=W7vZ9+7x5q4J4rbVYuImzT1MAOzbnsrWbdFmEdfxwFv/Q+lVx1xwOlpgUiLWGCdx iOKciGqdNaMYWLY1orcPtYBNON3JFGxROYML5Dta46cLPwBD8EBT3W7EG09uRzgS/ML LRg+vcpnexg92dC4wypUYYrEmRawqBx2gnk7ipK8= Received: by mx.zoho.in with SMTPS id 1739559029611715.140887022945; Sat, 15 Feb 2025 00:20:29 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 00/10] gnu: Add micro. Date: Sat, 15 Feb 2025 00:20:07 +0530 Message-ID: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) V2 of the patch series. Adds changes as recommended by Sharlatan. Ashvith Shetty (10): gnu: Add go-github-com-layeh-gopher-luar. gnu: Add go-github-com-zyedidia-poller. gnu: Add go-github-com-zyedidia-clipper. gnu: Add go-github-com-zyedidia-glob. gnu: Add go-github-com-zyedidia-go-runewidth. gnu: Add go-github-com-zyedidia-go-shellquote. gnu: Add go-github-com-zyedidia-json5. gnu: Add go-github-com-zyedidia-tcell. gnu: Add go-github-com-zyedidia-terminal. gnu: Add micro. gnu/packages/golang-xyz.scm | 249 ++++++++++++++++++++++++++++++++++ gnu/packages/text-editors.scm | 49 +++++++ 2 files changed, 298 insertions(+) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:50:54 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:50:54 +0000 Received: from localhost ([127.0.0.1]:51761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0m5-0001vH-Uq for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:54 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2156) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0ly-0001uD-91 for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559036; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=qedB/OGB/iwn+Pu/pvTls2h/hVexhfa04+83QUJ5HdQ=; b=eN8A5DFDZ+AGmh5eqqCirKg56a9Cw8NTRrhIpVfjYwmoRschRyfyo0LHgjN/c2lR lMCXUfWcTvaTms2FYvKmNpMc191g3vYBJROxYe/ybu0r/WXeORdCuv/WPGnnJpceaOx l4gfUY794xzevkkIyt0Nmz+Mwa3MIZYWh95SPwfE= Received: by mx.zoho.in with SMTPS id 1739559035031493.31026308789535; Sat, 15 Feb 2025 00:20:35 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 02/10] gnu: Add go-github-com-zyedidia-poller. Date: Sat, 15 Feb 2025 00:20:09 +0530 Message-ID: <20250214185019.8937-4-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-poller): New variable. Change-Id: I5d4acbca7dbf47a2767d3fb262f55fbb9c678d50 --- gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index d835769032..61ac06b5c8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15934,6 +15934,38 @@ (define-public go-github-com-zclconf-go-cty-debug utilities for cty Golang module.") (license license:expat))) +(define-public go-github-com-zyedidia-poller + (package + (name "go-github-com-zyedidia-poller") + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/poller") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10cjrqfk1j0l55bdbpm7kv4mqc665pngc8avai0p9chq03y2654g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/poller")) + (home-page "https://github.com/zyedidia/poller") + (synopsis "File-descriptor multiplexer based on epoll(7)") + (description + "Package poller is a file-descriptor multiplexer. It allows concurent Read and +Write operations from and to multiple file-descriptors without allocating one OS +thread for every blocked operation. It operates similarly to Go's netpoller +(which multiplexes network connections) without requiring special support from +the Go runtime. It can be used with tty devices, character devices, pipes, +FIFOs, and any file-descriptor that is poll-able (can be used with select(2), +epoll(7), etc.) In addition, package poller allows the user to set timeouts +(deadlines) for read and write operations, and also allows for safe cancelation +of blocked read and write operations; a Close from another go-routine safely +cancels ongoing (blocked) read and write operations.") + (license license:bsd-2))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:50:55 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:50:55 +0000 Received: from localhost ([127.0.0.1]:51763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0m6-0001vP-HA for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:55 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3449) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0ly-0001uF-Iq for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559037; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=1L0KhIzMj+NAf30JwXJBtOJsXzyvy4NOhE0R28vOOeM=; b=r8HKuu7NmnSyj0lhSKfnbQ7Nf3pOfqPT/JYL7PMPZEeD0FChYCUgO+ATc7KlLBkS hBX+6bJ8QHdyaWalj2cd8uqaziX8SK5BVidVaNca/1gtnNoHxMzt5Mb3zODFylTYTdR K3UsNN6BbCwKgEMrS9moNs9EFNHyvRZEMe/pFTdg= Received: by mx.zoho.in with SMTPS id 1739559034195674.5888519946412; Sat, 15 Feb 2025 00:20:34 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 01/10] gnu: Add go-github-com-layeh-gopher-luar. Date: Sat, 15 Feb 2025 00:20:08 +0530 Message-ID: <20250214185019.8937-3-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-layeh-gopher-luar): New variable. Change-Id: Iafe2a8aa760d684dae485c12f639cdbdc8efc336 --- gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2af3339197..d835769032 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -56,6 +56,7 @@ ;;; Copyright © 2024 Troy Figiel ;;; Copyright © 2024 gemmaro ;;; Copyright © 2024 Roman Scherer +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -9567,6 +9568,31 @@ (define-public go-github-com-lann-ps structure. It's a stable fork of https://github.com/mndrix/ps.") (license license:expat))) +(define-public go-github-com-layeh-gopher-luar + (package + (name "go-github-com-layeh-gopher-luar") + (version "1.0.11") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/layeh/gopher-luar") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zfafqy2jwjmrr0gl3h2ivn0iixb0bvslcwcly9bcmc5yxq35m89")))) + (build-system go-build-system) + (arguments + (list + #:import-path "layeh.com/gopher-luar")) + (propagated-inputs (list go-github-com-yuin-gopher-lua)) + (home-page "https://github.com/layeh/gopher-luar") + (synopsis "Simplifies data passing to and from gopher-lua") + (description + "Package @code{gopher-luar} simplifies data passing to and from + @url{https://github.com/yuin/gopher-lua, gopher-lua}.") + (license license:mpl2.0))) + (define-public go-github-com-leodido-go-urn (package (name "go-github-com-leodido-go-urn") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:50:55 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:50:55 +0000 Received: from localhost ([127.0.0.1]:51767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0m7-0001vc-3c for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:55 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2157) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0m0-0001uI-6L for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559039; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=SfGLXsJbKQcG2/BR0319SKZiAulDg21R8P+NgMYrKWQ=; b=RyfpD7C5/SrG3b/bo31jUz6jeUYEm0U13A/yJX/7eUZN6oZyNJhvP4IaI1aPFaVl sRszK/evq4vei7zmv7BrC4AbTaQvAmgp1GYIWFkpvy/PGZEGRz3vRj08MtfQbY80Yof C3M/h3VFxpW2p/MBdlsdPI2a0dutqfqjsr9Lo9lA= Received: by mx.zoho.in with SMTPS id 1739559037457211.82515937936535; Sat, 15 Feb 2025 00:20:37 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 03/10] gnu: Add go-github-com-zyedidia-clipper. Date: Sat, 15 Feb 2025 00:20:10 +0530 Message-ID: <20250214185019.8937-5-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-clipper): New variable. Change-Id: Ib97afc64f6186034239b2c55454413d8033c1be1 --- gnu/packages/golang-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 61ac06b5c8..dd968d4a58 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15934,6 +15934,42 @@ (define-public go-github-com-zclconf-go-cty-debug utilities for cty Golang module.") (license license:expat))) +(define-public go-github-com-zyedidia-clipper + (package + (name "go-github-com-zyedidia-clipper") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/clipper") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18fv2cdll1d7d5wxs6r7kkhmk60pziiw3iy7knmdbcbhrk9rg112")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/clipper")) + (home-page "https://github.com/zyedidia/clipper") + (synopsis "@code{Clipper}: cross-platform clipboard library") + (description "Platforms supported: +@itemize +@item Linux (via xclip or xsel or wl-copy/wl-paste) +@item MacOS (via pbcopy/pbpaste) +@item Windows (via the Windows clipboard API) +@item WSL (via clip.exe/powershell.exe) +@item Android Termux (via termux-clipboard-set/termux-clipboard-get) +@item Plan9 (via /dev/snarf) +@item Anything else (via a user-defined script) +@end itemize +Fallback methods: +@itemize +@item Internal in-memory clipboard +@item File-based clipboard +@end itemize") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:10 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:10 +0000 Received: from localhost ([127.0.0.1]:51784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mL-0001xN-0B for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:10 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3450) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0m4-0001uW-GT for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559042; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=DzaFLOAGIi3Jwrd6ykFk7pUj3Jb7CNg1UC1Dl9/n6i4=; b=R+Om/Qtz1NST/7403HHPuOUsHO5+Vj0eeYw3OilHo63KYl1RnNMHlcp7zLh6BsiY yHlhzimJAYvqPLYlTyORZHGrQJW4dBEvEjAmRrwz0N+APSgK9Uvko03OPA3CqmzcwZn hAELuRVfUBq7JpXMdsPnoh0i6WqEpoYIuI0LEF6M= Received: by mx.zoho.in with SMTPS id 1739559040157309.6476956644834; Sat, 15 Feb 2025 00:20:40 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 04/10] gnu: Add go-github-com-zyedidia-glob. Date: Sat, 15 Feb 2025 00:20:11 +0530 Message-ID: <20250214185019.8937-6-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-glob): New variable. Change-Id: I3c2815a1c1544641ca0bc06a97f0129a5a89a13d --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index dd968d4a58..3c0fac78a7 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15970,6 +15970,29 @@ (define-public go-github-com-zyedidia-clipper @end itemize") (license license:expat))) +(define-public go-github-com-zyedidia-glob + (package + (name "go-github-com-zyedidia-glob") + (version "0.0.0-20170209203856-dd4023a66dc3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/glob") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vqw4xbqq6j8p5m7mwxvb448w69vjvgzx0ndsfzdh2cxfirwp3y7")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/glob")) + (home-page "https://github.com/zyedidia/glob") + (synopsis "String globbing in Go") + (description + "Package glob provides objects for matching strings with globs.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:14 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:14 +0000 Received: from localhost ([127.0.0.1]:51786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mQ-0001xc-BZ for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:14 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3451) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0m6-0001uk-Jv for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559045; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=IVa58U1+TRga7Df/8JL6kpD2FlmqPcrBb6XnCYcykNw=; b=hxLFQde/7uLwdxCkGn3ZKSpOlD2mPtTRaG35G1kXMCRbqzBGHF7/9dgknm+FldJC fNALySME5KtqyOYW9SBaN1hPpCLIEpG4sfNFbzejykFPY2JOwgzuE/Li09gfzPL8nvG 8Gb4J0VG3oNu+mZeWcjxywcFigwFkagiZQXuXlv8= Received: by mx.zoho.in with SMTPS id 17395590418813.5338606306955853; Sat, 15 Feb 2025 00:20:41 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 05/10] gnu: Add go-github-com-zyedidia-go-runewidth. Date: Sat, 15 Feb 2025 00:20:12 +0530 Message-ID: <20250214185019.8937-7-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-runewidth): New variable. Change-Id: I17b2b97f25fffaa0e0cff9be9cc43d1f83412bb2 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3c0fac78a7..c678dd8048 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15993,6 +15993,30 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-go-runewidth + (package + (name "go-github-com-zyedidia-go-runewidth") + (version "0.0.12") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-runewidth") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18gv5fkd69v8bwngj6r5zc572vyd1qhafz1wi3d7ynz3w0mmq85c")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/mattn/go-runewidth")) + (propagated-inputs (list go-github-com-rivo-uniseg)) + (home-page "https://github.com/zyedidia/go-runewidth") + (synopsis "Provides wcwidth-like functionality for Go") + (description + "This package provides functions to get fixed width of the character or string.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:15 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:15 +0000 Received: from localhost ([127.0.0.1]:51788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mQ-0001xi-Pk for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:15 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2158) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0m8-0001v2-8v for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559046; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=1/J1e4hXrxQc5+PZnVz9lRthi8Jskt9nZAkf/zZzJMc=; b=BFY1iStRgc7++eYNOfLyKE8cwF5UubWcbByFl6wI1OuQ2sZAMoAjzLYaoHX7RzT0 R8g8SlSeHzYpS6ZnNMWv3CVfTpgA0yC+ilOjGZ5IQx28aoZ96PjEpUG4ZON5C0NoVN3 aeketjYsZEulXegmZKC3D7Ud9dSldj4q0XmD2p4g= Received: by mx.zoho.in with SMTPS id 1739559044617693.1533618255141; Sat, 15 Feb 2025 00:20:44 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 06/10] gnu: Add go-github-com-zyedidia-go-shellquote. Date: Sat, 15 Feb 2025 00:20:13 +0530 Message-ID: <20250214185019.8937-8-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-shellquote): New variable. Change-Id: I39df8c180ac392cf1c89dd612921b09046c03189 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c678dd8048..9b93ba7819 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16017,6 +16017,30 @@ (define-public go-github-com-zyedidia-go-runewidth "This package provides functions to get fixed width of the character or string.") (license license:expat))) +(define-public go-github-com-zyedidia-go-shellquote + (package + (name "go-github-com-zyedidia-go-shellquote") + (version "0.0.0-20200613203517-eccd813c0655") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-shellquote") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jxjj60kicpzc6i7vigg0i8iwnhf6jawcalq201a5wkxnkmdlw9g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/kballard/go-shellquote")) + (home-page "https://github.com/zyedidia/go-shellquote") + (synopsis "Go utilities for performing shell-like word splitting/joining") + (description + "Shellquote provides utilities for joining/splitting strings using sh's +word-splitting rules.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:15 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:16 +0000 Received: from localhost ([127.0.0.1]:51790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mR-0001xq-7m for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:15 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2159) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0mA-0001v6-Dv for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:50:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559049; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=NgSamLIgkpOHrOTEX9K+SrVjDxq/kL8s3IZDKDmq54w=; b=ja48XD5LCEAjvmIHzlB7hQZUBeQR2qhxOZslPJ8ActpjuD0c6WGHmMC8PyIqcxXv ZVPXgcDZnLRdy/UaDIAmePy77IFbALIuGNdl4GEuLvPQVtOgGfI523YuWbj8Tuijh+c NDQkTk9wwpU+JIthSMkFwTGegoKC9pS9cFgaat5M= Received: by mx.zoho.in with SMTPS id 173955904722191.61960396472625; Sat, 15 Feb 2025 00:20:47 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 07/10] gnu: Add go-github-com-zyedidia-json5. Date: Sat, 15 Feb 2025 00:20:14 +0530 Message-ID: <20250214185019.8937-9-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-json5): New variable. Change-Id: Ia931a9c4d86b4e42e45dcc72ffec58c7c3793efe --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9b93ba7819..8ff92127c0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16041,6 +16041,30 @@ (define-public go-github-com-zyedidia-go-shellquote word-splitting rules.") (license license:expat))) +(define-public go-github-com-zyedidia-json5 + (package + (name "go-github-com-zyedidia-json5") + (version "0.0.0-20200102012142-2da050b1a98d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/json5") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1sgydazf3npr788b4w17ydmlh3fd1zmpriv9b69967ww90ckh2kz")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/json5")) + (home-page "https://github.com/zyedidia/json5") + (synopsis "Go JSON5 decoder package based on encoding/json") + (description + "This is a Go package that implements decoding of + @url{https://github.com/json5/json5, JSON5}.") + (license (list license:expat license:bsd-3)))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:16 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:16 +0000 Received: from localhost ([127.0.0.1]:51792 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mR-0001xt-VU for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:16 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3452) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0mE-0001ve-Jt for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559052; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=+K4Aida2oJf2S3HcVy7Wxmj1xEX+117pV49nQ+/MBrM=; b=Dud5zLnWo47jCbfcHl7/joxHxF+Lrur6V0NvrFosuFQVkHgC1teT/d9RdMWpNhyi qC9ue3oNNklyRiBYUAlBFcGLvbDxHMNFoyttFL6P2A1a2c7GA2P+gxYPfkgMIdzsSCc 3pcJmLoK//UV1B+BT9t+7wpXY4vlsVRb1F6dCdyc= Received: by mx.zoho.in with SMTPS id 1739559049793640.8799505021411; Sat, 15 Feb 2025 00:20:49 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 08/10] gnu: Add go-github-com-zyedidia-tcell. Date: Sat, 15 Feb 2025 00:20:15 +0530 Message-ID: <20250214185019.8937-10-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-tcell): New variable. Change-Id: Id6d92347e6b7b080b906f5ef7849b6589fb80d04 --- gnu/packages/golang-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8ff92127c0..8ff3fe8c55 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16097,6 +16097,39 @@ (define-public go-github-com-zyedidia-poller cancels ongoing (blocked) read and write operations.") (license license:bsd-2))) +(define-public go-github-com-zyedidia-tcell + (package + (name "go-github-com-zyedidia-tcell") + (version "2.0.10") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/tcell") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rbivmy79sc8hnygj7b3axhiqgbx6xc4f28pz69nhq9w2skk3zb9")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/tcell/v2")) + (propagated-inputs (list go-golang-org-x-text + go-golang-org-x-sys + go-github-com-zyedidia-poller + go-github-com-xo-terminfo + go-github-com-mattn-go-runewidth + go-github-com-lucasb-eyer-go-colorful + go-github-com-gdamore-encoding)) + (home-page "https://github.com/zyedidia/tcell") + (synopsis + "Tcell is a Go package that provides a cell based view for text terminals") + (description + "Package tcell provides a lower-level, portable API for building programs that +interact with terminals or consoles. It works with both common (and many +uncommon!) terminals or terminal emulators, and Windows console implementations.") + (license license:asl2.0))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:16 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:16 +0000 Received: from localhost ([127.0.0.1]:51794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mS-0001y1-Cc for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:16 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3453) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0mG-0001vt-KH for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559055; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=U6oykY1qiNWfIn5ivAvT/MvK88z+//5y+h41QpBQe9c=; b=rGx0CPAtsuyuY8bpqHSpIDg20556Uty8dSo6md/gLktkdAbDn3vWrN0r04ZS2X8J CyAHLBbAh0lWzOou9k4HnniwG2P5yba9azF8pA9H09wL2Ik/oyyLIPpgKi4aqNlUCf/ 2qiyrnXcLxoEIBouCJqqqJk7q3IMjqmAPwGgkGzQ= Received: by mx.zoho.in with SMTPS id 1739559053027746.8508988238311; Sat, 15 Feb 2025 00:20:53 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 09/10] gnu: Add go-github-com-zyedidia-terminal. Date: Sat, 15 Feb 2025 00:20:16 +0530 Message-ID: <20250214185019.8937-11-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-terminal): New variable. Change-Id: I94caacaf4440cbfa547344aa84c084949b873c3f --- gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8ff3fe8c55..a7c389dee1 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16130,6 +16130,33 @@ (define-public go-github-com-zyedidia-tcell uncommon!) terminals or terminal emulators, and Windows console implementations.") (license license:asl2.0))) +(define-public go-github-com-zyedidia-terminal + (package + (name "go-github-com-zyedidia-terminal") + (version "0.0.0-20230315200948-4b3bcf6dddef") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/terminal") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lqplkpllv63msf7sp8igrhvkrnr8l8hz4v5daliyn4qwvgs3k63")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/terminal")) + (propagated-inputs (list go-github-com-creack-pty)) + (home-page "https://github.com/zyedidia/terminal") + (synopsis "Package terminal is a vt10x terminal emulation backend") + (description + "Package terminal is a vt10x terminal emulation backend, influenced largely by +@code{st}, @code{rxvt}, @code{xterm}, and @code{iTerm} as reference. Use it for +terminal muxing, a terminal emulation frontend, or wherever else you need terminal +emulation.") + (license license:expat))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 13:51:17 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 18:51:17 +0000 Received: from localhost ([127.0.0.1]:51796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj0mS-0001y8-Qy for submit@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:17 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2160) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj0mI-0001w0-6n for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 13:51:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559056; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=iOTRffLv8l2SFQKLjkjyfHDt60rQ+urgPWQSYuz0lbo=; b=rZyek3KJ4biYR0AMDdHvQrZ+lUe3LbXe59pn+d+ETKq44PG1S7d3vZ4XYwE3BiB+ 5vMRRGiJXYv4yxNNGVkdM9ry9FgmXpt2KMHNrUjojE/88HN708OWnUmdow64M/h7o8t JC+zo7XDfGHik0BgmXJSlRz/zGdgSo7t6oYHiirc= Received: by mx.zoho.in with SMTPS id 1739559054987803.2904759011927; Sat, 15 Feb 2025 00:20:54 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v2 10/10] gnu: Add micro. Date: Sat, 15 Feb 2025 00:20:17 +0530 Message-ID: <20250214185019.8937-12-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> References: <20250214185019.8937-2-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/text-editors.scm (micro): New variable. Change-Id: Ib6009701b96b2d534a2fae365fcf9ce8a04f9340 --- gnu/packages/text-editors.scm | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index f52bc092f1..f22894089e 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -35,6 +35,7 @@ ;;; Copyright © 2024 Herman Rimm ;;; Copyright © 2024 Spencer King ;;; Copyright © 2024 Murilo +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,6 +62,7 @@ (define-module (gnu packages text-editors) #:use-module (guix build-system cargo) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system go) #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system meson) #:use-module (guix build-system python) @@ -90,6 +92,9 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages golang-build) + #:use-module (gnu packages golang-check) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages graphics) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) @@ -153,6 +158,50 @@ (define-public ed extensions over the standard utility.") (license license:gpl3+))) +(define-public micro + (package + (name "micro") + (version "2.0.14") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/micro") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pcfsaq7k6q59vh3xgh8gy350apkv5rkc09d4fh15lx7m6bxbwka")))) + (build-system go-build-system) + (arguments + (list + #:install-source? #f + #:import-path "github.com/zyedidia/micro/v2/cmd/micro" + #:unpack-path "github.com/zyedidia/micro/v2")) + (inputs (list go-github-com-layeh-gopher-luar + go-github-com-zyedidia-go-runewidth + go-github-com-zyedidia-go-shellquote + go-gopkg-in-yaml-v2 + go-golang-org-x-text + go-github-com-zyedidia-tcell + go-github-com-zyedidia-terminal + go-github-com-zyedidia-json5 + go-github-com-zyedidia-glob + go-github-com-zyedidia-clipper + go-github-com-yuin-gopher-lua + go-github-com-stretchr-testify + go-github-com-sergi-go-diff + go-github-com-mitchellh-go-homedir + go-github-com-mattn-go-isatty + go-github-com-go-errors-errors + go-github-com-dustin-go-humanize + go-github-com-blang-semver)) + (home-page "https://github.com/zyedidia/micro") + (synopsis "Modern and intuitive terminal-based text editor") + (description + "@code{micro} is a terminal-based text editor that aims to be easy to use and +intuitive, while also taking advantage of the capabilities of modern terminals.") + (license license:expat))) + (define-public lem (let ((commit "534cb9f2e1e1b0ffbdf4552a39801deec21a76f8") (revision "3")) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:05:57 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:05:57 +0000 Received: from localhost ([127.0.0.1]:51855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10f-0002jQ-2r for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:57 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3454) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10b-0002ij-Sq for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559940; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=9Q4CUAsoSr5ZzQXzbxWV/5KthvswmVnuosw8olM5HIw=; b=Dk0OFB1YF2lr+/Hua6PjR2OY23cPrcIvinHAancfVAifg3MSDrvtPVjyjnWe2iZc EVoSNbD3mGmTvWiHoi8UFCcFYWvUKjK6LVuK/4Iwo2gSfc3GjWYamIbZLnb45f6Tcyv SWDurWTQRJXFva9UQx7xJYm/UoeF1UHDl2Adl40o= Received: by mx.zoho.in with SMTPS id 1739559938539905.4095142306344; Sat, 15 Feb 2025 00:35:38 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 00/10] gnu: Add micro. Date: Sat, 15 Feb 2025 00:35:24 +0530 Message-ID: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) V3 of the patch. Removes versioning from arguments in micro. Ashvith Shetty (10): gnu: Add go-github-com-layeh-gopher-luar. gnu: Add go-github-com-zyedidia-poller. gnu: Add go-github-com-zyedidia-clipper. gnu: Add go-github-com-zyedidia-glob. gnu: Add go-github-com-zyedidia-go-runewidth. gnu: Add go-github-com-zyedidia-go-shellquote. gnu: Add go-github-com-zyedidia-json5. gnu: Add go-github-com-zyedidia-tcell. gnu: Add go-github-com-zyedidia-terminal. gnu: Add micro. gnu/packages/golang-xyz.scm | 249 ++++++++++++++++++++++++++++++++++ gnu/packages/text-editors.scm | 49 +++++++ 2 files changed, 298 insertions(+) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:05:58 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:05:58 +0000 Received: from localhost ([127.0.0.1]:51857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10f-0002jV-CP for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:57 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3455) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10b-0002in-Pm for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559943; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=1L0KhIzMj+NAf30JwXJBtOJsXzyvy4NOhE0R28vOOeM=; b=oOpSEeOt1tAHdAitIl1VIBZyE9qRD5ziZId+0Kr3J1Vdr9exPpKMF4RtwMOd9fNA 6qx+HnPDNz4Sl6Ep4e1/JgJBgBvWY0azXRXWI72aztNC0HAqzDhvvzVV1+eD5QfgGsd E0p2v9hCShCx2XYsaPEF34IeNoFVMuq0cLYXnCiI= Received: by mx.zoho.in with SMTPS id 1739559940390398.61656665497344; Sat, 15 Feb 2025 00:35:40 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 01/10] gnu: Add go-github-com-layeh-gopher-luar. Date: Sat, 15 Feb 2025 00:35:25 +0530 Message-ID: <20250214190536.16812-2-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-layeh-gopher-luar): New variable. Change-Id: Iafe2a8aa760d684dae485c12f639cdbdc8efc336 --- gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2af3339197..d835769032 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -56,6 +56,7 @@ ;;; Copyright © 2024 Troy Figiel ;;; Copyright © 2024 gemmaro ;;; Copyright © 2024 Roman Scherer +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -9567,6 +9568,31 @@ (define-public go-github-com-lann-ps structure. It's a stable fork of https://github.com/mndrix/ps.") (license license:expat))) +(define-public go-github-com-layeh-gopher-luar + (package + (name "go-github-com-layeh-gopher-luar") + (version "1.0.11") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/layeh/gopher-luar") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zfafqy2jwjmrr0gl3h2ivn0iixb0bvslcwcly9bcmc5yxq35m89")))) + (build-system go-build-system) + (arguments + (list + #:import-path "layeh.com/gopher-luar")) + (propagated-inputs (list go-github-com-yuin-gopher-lua)) + (home-page "https://github.com/layeh/gopher-luar") + (synopsis "Simplifies data passing to and from gopher-lua") + (description + "Package @code{gopher-luar} simplifies data passing to and from + @url{https://github.com/yuin/gopher-lua, gopher-lua}.") + (license license:mpl2.0))) + (define-public go-github-com-leodido-go-urn (package (name "go-github-com-leodido-go-urn") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:05:58 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:05:58 +0000 Received: from localhost ([127.0.0.1]:51859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10g-0002je-0l for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:58 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2161) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10c-0002iq-D3 for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559944; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=qedB/OGB/iwn+Pu/pvTls2h/hVexhfa04+83QUJ5HdQ=; b=nlL1iKLj3AQJ6Ukv4DUObOW1vIx9+bXIAEdfh3qyXzZk6Hhl8YoSqUY0/1pt6y4D UJiKkaVLIiQG4jDcJEL3JvhG2IlDc+UBVTi8e/+UQC2SksuJgpAuHywx7ptctTmtmLQ o82K06TVMU2xNQKcmWTwKhAYuOib3Q6E1BcuGpLk= Received: by mx.zoho.in with SMTPS id 1739559943078147.23414082327133; Sat, 15 Feb 2025 00:35:43 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 02/10] gnu: Add go-github-com-zyedidia-poller. Date: Sat, 15 Feb 2025 00:35:26 +0530 Message-ID: <20250214190536.16812-3-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-poller): New variable. Change-Id: I5d4acbca7dbf47a2767d3fb262f55fbb9c678d50 --- gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index d835769032..61ac06b5c8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15934,6 +15934,38 @@ (define-public go-github-com-zclconf-go-cty-debug utilities for cty Golang module.") (license license:expat))) +(define-public go-github-com-zyedidia-poller + (package + (name "go-github-com-zyedidia-poller") + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/poller") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10cjrqfk1j0l55bdbpm7kv4mqc665pngc8avai0p9chq03y2654g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/poller")) + (home-page "https://github.com/zyedidia/poller") + (synopsis "File-descriptor multiplexer based on epoll(7)") + (description + "Package poller is a file-descriptor multiplexer. It allows concurent Read and +Write operations from and to multiple file-descriptors without allocating one OS +thread for every blocked operation. It operates similarly to Go's netpoller +(which multiplexes network connections) without requiring special support from +the Go runtime. It can be used with tty devices, character devices, pipes, +FIFOs, and any file-descriptor that is poll-able (can be used with select(2), +epoll(7), etc.) In addition, package poller allows the user to set timeouts +(deadlines) for read and write operations, and also allows for safe cancelation +of blocked read and write operations; a Close from another go-routine safely +cancels ongoing (blocked) read and write operations.") + (license license:bsd-2))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:09 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:09 +0000 Received: from localhost ([127.0.0.1]:51874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10q-0002l7-In for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:08 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2162) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10e-0002is-D1 for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559947; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=SfGLXsJbKQcG2/BR0319SKZiAulDg21R8P+NgMYrKWQ=; b=tUM3ufHBZN+JKdL8ZldhAm+4bpph9Lg9l+A63s/tzWgUjFXnSzzJ8vcqUHJhW2V5 SJKrdtM1D4zYFhcmkZpF1IB3Z5HY6iwY9Y0gEBS6T962RTQG42+TmABp3x1EyzR0LGt WasNCVuU81HxWO4brjUxzRn9kthdMpzev77F16pc= Received: by mx.zoho.in with SMTPS id 1739559944739237.4625454185233; Sat, 15 Feb 2025 00:35:44 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 03/10] gnu: Add go-github-com-zyedidia-clipper. Date: Sat, 15 Feb 2025 00:35:27 +0530 Message-ID: <20250214190536.16812-4-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-clipper): New variable. Change-Id: Ib97afc64f6186034239b2c55454413d8033c1be1 --- gnu/packages/golang-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 61ac06b5c8..dd968d4a58 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15934,6 +15934,42 @@ (define-public go-github-com-zclconf-go-cty-debug utilities for cty Golang module.") (license license:expat))) +(define-public go-github-com-zyedidia-clipper + (package + (name "go-github-com-zyedidia-clipper") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/clipper") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18fv2cdll1d7d5wxs6r7kkhmk60pziiw3iy7knmdbcbhrk9rg112")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/clipper")) + (home-page "https://github.com/zyedidia/clipper") + (synopsis "@code{Clipper}: cross-platform clipboard library") + (description "Platforms supported: +@itemize +@item Linux (via xclip or xsel or wl-copy/wl-paste) +@item MacOS (via pbcopy/pbpaste) +@item Windows (via the Windows clipboard API) +@item WSL (via clip.exe/powershell.exe) +@item Android Termux (via termux-clipboard-set/termux-clipboard-get) +@item Plan9 (via /dev/snarf) +@item Anything else (via a user-defined script) +@end itemize +Fallback methods: +@itemize +@item Internal in-memory clipboard +@item File-based clipboard +@end itemize") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:09 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:09 +0000 Received: from localhost ([127.0.0.1]:51878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10r-0002lA-0d for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:09 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3456) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10h-0002iw-2a for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:05:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559948; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=DzaFLOAGIi3Jwrd6ykFk7pUj3Jb7CNg1UC1Dl9/n6i4=; b=PaYWUj3NDXDm5Brvc/GW+fl8RciRJx+oxXqB8hTWmWHKcXJ2T+TDibPUcb363FTm 7p4zAxrnxG3Rz+pgqAPtnNLDbceMUi55DvjbTinEiZn+MGI2Ugx1nli5WqmqU/pb7r7 4OV+Dkg1r0UOv0lJ3lz2IYJ0dYXCgIMA/3yNYtb4= Received: by mx.zoho.in with SMTPS id 1739559946306538.3467193834643; Sat, 15 Feb 2025 00:35:46 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 04/10] gnu: Add go-github-com-zyedidia-glob. Date: Sat, 15 Feb 2025 00:35:28 +0530 Message-ID: <20250214190536.16812-5-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-glob): New variable. Change-Id: I3c2815a1c1544641ca0bc06a97f0129a5a89a13d --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index dd968d4a58..3c0fac78a7 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15970,6 +15970,29 @@ (define-public go-github-com-zyedidia-clipper @end itemize") (license license:expat))) +(define-public go-github-com-zyedidia-glob + (package + (name "go-github-com-zyedidia-glob") + (version "0.0.0-20170209203856-dd4023a66dc3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/glob") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vqw4xbqq6j8p5m7mwxvb448w69vjvgzx0ndsfzdh2cxfirwp3y7")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/glob")) + (home-page "https://github.com/zyedidia/glob") + (synopsis "String globbing in Go") + (description + "Package glob provides objects for matching strings with globs.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:09 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:10 +0000 Received: from localhost ([127.0.0.1]:51882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10r-0002lI-Cy for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:09 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2163) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10i-0002iy-CQ for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559950; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=1/J1e4hXrxQc5+PZnVz9lRthi8Jskt9nZAkf/zZzJMc=; b=vXuuwF0ck4huTB46PqJ1I7HdPZkAP24ZLelBMuI/Xx0EhhpBNxBosOCdjg4vFH3s HeQXE6NrCdAIh2tU/jtxQpPjxZ+ZkDkRT7bQdTRc7fGgSmgUcB4ZKfbIrnmA/GeTjQZ 3voIdy959x/s3H9qoJQQ5INZXO04FkiyTFYUUTNk= Received: by mx.zoho.in with SMTPS id 1739559949781388.45557079268247; Sat, 15 Feb 2025 00:35:49 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 06/10] gnu: Add go-github-com-zyedidia-go-shellquote. Date: Sat, 15 Feb 2025 00:35:30 +0530 Message-ID: <20250214190536.16812-7-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-shellquote): New variable. Change-Id: I39df8c180ac392cf1c89dd612921b09046c03189 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c678dd8048..9b93ba7819 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16017,6 +16017,30 @@ (define-public go-github-com-zyedidia-go-runewidth "This package provides functions to get fixed width of the character or string.") (license license:expat))) +(define-public go-github-com-zyedidia-go-shellquote + (package + (name "go-github-com-zyedidia-go-shellquote") + (version "0.0.0-20200613203517-eccd813c0655") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-shellquote") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jxjj60kicpzc6i7vigg0i8iwnhf6jawcalq201a5wkxnkmdlw9g")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/kballard/go-shellquote")) + (home-page "https://github.com/zyedidia/go-shellquote") + (synopsis "Go utilities for performing shell-like word splitting/joining") + (description + "Shellquote provides utilities for joining/splitting strings using sh's +word-splitting rules.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:10 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:10 +0000 Received: from localhost ([127.0.0.1]:51884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10r-0002lW-Vs for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:10 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3457) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10j-0002j0-1q for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559951; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=IVa58U1+TRga7Df/8JL6kpD2FlmqPcrBb6XnCYcykNw=; b=r+h1NXRgOAQbOMzc0xL9mwyuXUXHXcz7XVWm381vPQSnbTgqa9o6y/6uTmCIb25g kbmHoJeM0D+DqrqEorvCY02kWDgZaXP8nonxAfUiihwfwJDq6sFw/nyyZWY5bkIrptR PWeWLr2ZDJQXrIAyEYmXvcyLPhoD3K4PYYcstN5U= Received: by mx.zoho.in with SMTPS id 1739559948124966.1586531019988; Sat, 15 Feb 2025 00:35:48 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 05/10] gnu: Add go-github-com-zyedidia-go-runewidth. Date: Sat, 15 Feb 2025 00:35:29 +0530 Message-ID: <20250214190536.16812-6-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-runewidth): New variable. Change-Id: I17b2b97f25fffaa0e0cff9be9cc43d1f83412bb2 --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3c0fac78a7..c678dd8048 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15993,6 +15993,30 @@ (define-public go-github-com-zyedidia-glob "Package glob provides objects for matching strings with globs.") (license license:expat))) +(define-public go-github-com-zyedidia-go-runewidth + (package + (name "go-github-com-zyedidia-go-runewidth") + (version "0.0.12") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/go-runewidth") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18gv5fkd69v8bwngj6r5zc572vyd1qhafz1wi3d7ynz3w0mmq85c")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/mattn/go-runewidth")) + (propagated-inputs (list go-github-com-rivo-uniseg)) + (home-page "https://github.com/zyedidia/go-runewidth") + (synopsis "Provides wcwidth-like functionality for Go") + (description + "This package provides functions to get fixed width of the character or string.") + (license license:expat))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:10 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:11 +0000 Received: from localhost ([127.0.0.1]:51886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10s-0002li-GQ for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:10 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2164) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10m-0002jN-EK for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559955; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=NgSamLIgkpOHrOTEX9K+SrVjDxq/kL8s3IZDKDmq54w=; b=rx+eHktrVDgJ/kweWGPVIIdHMuDgfnHLaZ3G6kAX55K090ns25eBlsckxcrbmB1e towP769TOc9BZvKe41js+itbDDk19y96s8cKKsGUjSoMaHiq454RiC7S9thNtYeVZxN a1PwW1PewZ+1XL7XxIwqOYM77+o5LH8GQi0nIv1Q= Received: by mx.zoho.in with SMTPS id 1739559952980937.705168752423; Sat, 15 Feb 2025 00:35:52 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 07/10] gnu: Add go-github-com-zyedidia-json5. Date: Sat, 15 Feb 2025 00:35:31 +0530 Message-ID: <20250214190536.16812-8-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-json5): New variable. Change-Id: Ia931a9c4d86b4e42e45dcc72ffec58c7c3793efe --- gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9b93ba7819..8ff92127c0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16041,6 +16041,30 @@ (define-public go-github-com-zyedidia-go-shellquote word-splitting rules.") (license license:expat))) +(define-public go-github-com-zyedidia-json5 + (package + (name "go-github-com-zyedidia-json5") + (version "0.0.0-20200102012142-2da050b1a98d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/json5") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1sgydazf3npr788b4w17ydmlh3fd1zmpriv9b69967ww90ckh2kz")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/json5")) + (home-page "https://github.com/zyedidia/json5") + (synopsis "Go JSON5 decoder package based on encoding/json") + (description + "This is a Go package that implements decoding of + @url{https://github.com/json5/json5, JSON5}.") + (license (list license:expat license:bsd-3)))) + (define-public go-github-com-zyedidia-poller (package (name "go-github-com-zyedidia-poller") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:11 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:11 +0000 Received: from localhost ([127.0.0.1]:51888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj10s-0002lp-St for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:11 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3458) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10p-0002jq-2S for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559956; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=+K4Aida2oJf2S3HcVy7Wxmj1xEX+117pV49nQ+/MBrM=; b=qTOw/Nm1dwLwUjbzi3xkVHyvMovQahe67+aDw4NA7CIZvQEPwvPfq2HeQIDMz6xZ ovo4kvAl8fXMEW4VlquCj295IMsd0LcnzsksnNypDtZ3NNIgyP7ar1mWA8GPbaxCKC8 rzA7rbtZtjqNSrubJangN4zR+/78PNZLVlk8HSo4= Received: by mx.zoho.in with SMTPS id 1739559954838753.5466648542587; Sat, 15 Feb 2025 00:35:54 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 08/10] gnu: Add go-github-com-zyedidia-tcell. Date: Sat, 15 Feb 2025 00:35:32 +0530 Message-ID: <20250214190536.16812-9-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-tcell): New variable. Change-Id: Id6d92347e6b7b080b906f5ef7849b6589fb80d04 --- gnu/packages/golang-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8ff92127c0..8ff3fe8c55 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16097,6 +16097,39 @@ (define-public go-github-com-zyedidia-poller cancels ongoing (blocked) read and write operations.") (license license:bsd-2))) +(define-public go-github-com-zyedidia-tcell + (package + (name "go-github-com-zyedidia-tcell") + (version "2.0.10") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/tcell") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rbivmy79sc8hnygj7b3axhiqgbx6xc4f28pz69nhq9w2skk3zb9")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/tcell/v2")) + (propagated-inputs (list go-golang-org-x-text + go-golang-org-x-sys + go-github-com-zyedidia-poller + go-github-com-xo-terminfo + go-github-com-mattn-go-runewidth + go-github-com-lucasb-eyer-go-colorful + go-github-com-gdamore-encoding)) + (home-page "https://github.com/zyedidia/tcell") + (synopsis + "Tcell is a Go package that provides a cell based view for text terminals") + (description + "Package tcell provides a lower-level, portable API for building programs that +interact with terminals or consoles. It works with both common (and many +uncommon!) terminals or terminal emulators, and Windows console implementations.") + (license license:asl2.0))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:30 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:30 +0000 Received: from localhost ([127.0.0.1]:51890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj11B-0002mU-DA for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:30 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:2165) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10q-0002k2-DC for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559958; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=Zk9RsqUZfUgp769Zk33dbmRp1v1zvwcTzXHTuN9a9jo=; b=bC+euDM1zXkxpqXD7/DT+hyc6yjdrNDBHkGuGIUjaVAyemzftrowsQJW2/PRa/lK Tgjd9K0SfhS595MDqw8Y8OiH3+IB6H6Q5xRs/+9eMNK5KiCyDvg6GM6sjNn1P5tvRp3 q7hYC9lNa9P7Lj4A6mAQ30dUMt3o6w3ubSQK5MoQ= Received: by mx.zoho.in with SMTPS id 1739559957948938.717115558978; Sat, 15 Feb 2025 00:35:57 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 10/10] gnu: Add micro. Date: Sat, 15 Feb 2025 00:35:34 +0530 Message-ID: <20250214190536.16812-11-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/text-editors.scm (micro): New variable. Change-Id: Ib6009701b96b2d534a2fae365fcf9ce8a04f9340 --- gnu/packages/text-editors.scm | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index f52bc092f1..a0bff1aa5f 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -35,6 +35,7 @@ ;;; Copyright © 2024 Herman Rimm ;;; Copyright © 2024 Spencer King ;;; Copyright © 2024 Murilo +;;; Copyright © 2025 Ashvith Shetty ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,6 +62,7 @@ (define-module (gnu packages text-editors) #:use-module (guix build-system cargo) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system go) #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system meson) #:use-module (guix build-system python) @@ -90,6 +92,9 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages golang-build) + #:use-module (gnu packages golang-check) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages graphics) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) @@ -153,6 +158,50 @@ (define-public ed extensions over the standard utility.") (license license:gpl3+))) +(define-public micro + (package + (name "micro") + (version "2.0.14") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/micro") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pcfsaq7k6q59vh3xgh8gy350apkv5rkc09d4fh15lx7m6bxbwka")))) + (build-system go-build-system) + (arguments + (list + #:install-source? #f + #:import-path "github.com/zyedidia/micro/cmd/micro" + #:unpack-path "github.com/zyedidia/micro")) + (inputs (list go-github-com-layeh-gopher-luar + go-github-com-zyedidia-go-runewidth + go-github-com-zyedidia-go-shellquote + go-gopkg-in-yaml-v2 + go-golang-org-x-text + go-github-com-zyedidia-tcell + go-github-com-zyedidia-terminal + go-github-com-zyedidia-json5 + go-github-com-zyedidia-glob + go-github-com-zyedidia-clipper + go-github-com-yuin-gopher-lua + go-github-com-stretchr-testify + go-github-com-sergi-go-diff + go-github-com-mitchellh-go-homedir + go-github-com-mattn-go-isatty + go-github-com-go-errors-errors + go-github-com-dustin-go-humanize + go-github-com-blang-semver)) + (home-page "https://github.com/zyedidia/micro") + (synopsis "Modern and intuitive terminal-based text editor") + (description + "@code{micro} is a terminal-based text editor that aims to be easy to use and +intuitive, while also taking advantage of the capabilities of modern terminals.") + (license license:expat))) + (define-public lem (let ((commit "534cb9f2e1e1b0ffbdf4552a39801deec21a76f8") (revision "3")) -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 14:06:30 2025 Received: (at 76273) by debbugs.gnu.org; 14 Feb 2025 19:06:30 +0000 Received: from localhost ([127.0.0.1]:51892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj11C-0002mb-AW for submit@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:30 -0500 Received: from sender-pp-o93.zoho.in ([103.117.158.93]:3459) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj10r-0002k8-3c for 76273@debbugs.gnu.org; Fri, 14 Feb 2025 14:06:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1739559959; s=zoho; d=zohomail.in; i=ashvithshetty0010@zohomail.in; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To; bh=U6oykY1qiNWfIn5ivAvT/MvK88z+//5y+h41QpBQe9c=; b=qS9pR+IMLRrzSIa1sr7DEdOwtmbB4RExt8We7FOGGZwucbZF4VX4dUHyl2swGZFv OxwxgCmV6hfEK0TZtkVSupDfybSgC7TQlWzM8TUiRFuUVezlsGqREWI7LlxMZ6k5Ue5 56hC5TM/pvbPcJhYAStjS01f5T9k3YrGwplOHCcA= Received: by mx.zoho.in with SMTPS id 173955995635761.58686694917981; Sat, 15 Feb 2025 00:35:56 +0530 (IST) From: Ashvith Shetty To: 76273@debbugs.gnu.org Subject: [PATCH v3 09/10] gnu: Add go-github-com-zyedidia-terminal. Date: Sat, 15 Feb 2025 00:35:33 +0530 Message-ID: <20250214190536.16812-10-ashvithshetty0010@zohomail.in> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> References: <20250214190536.16812-1-ashvithshetty0010@zohomail.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273 Cc: Ashvith Shetty , Katherine Cox-Buday , Sharlatan Hellseher 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.0 (-) * gnu/packages/golang-xyz.scm (go-github-com-zyedidia-terminal): New variable. Change-Id: I94caacaf4440cbfa547344aa84c084949b873c3f --- gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8ff3fe8c55..a7c389dee1 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16130,6 +16130,33 @@ (define-public go-github-com-zyedidia-tcell uncommon!) terminals or terminal emulators, and Windows console implementations.") (license license:asl2.0))) +(define-public go-github-com-zyedidia-terminal + (package + (name "go-github-com-zyedidia-terminal") + (version "0.0.0-20230315200948-4b3bcf6dddef") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zyedidia/terminal") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lqplkpllv63msf7sp8igrhvkrnr8l8hz4v5daliyn4qwvgs3k63")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/zyedidia/terminal")) + (propagated-inputs (list go-github-com-creack-pty)) + (home-page "https://github.com/zyedidia/terminal") + (synopsis "Package terminal is a vt10x terminal emulation backend") + (description + "Package terminal is a vt10x terminal emulation backend, influenced largely by +@code{st}, @code{rxvt}, @code{xterm}, and @code{iTerm} as reference. Use it for +terminal muxing, a terminal emulation frontend, or wherever else you need terminal +emulation.") + (license license:expat))) + (define-public go-go-abhg-dev-komplete (package (name "go-go-abhg-dev-komplete") -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 15 11:27:06 2025 Received: (at 76273-done) by debbugs.gnu.org; 15 Feb 2025 16:27:06 +0000 Received: from localhost ([127.0.0.1]:57516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tjL0U-0001tK-5U for submit@debbugs.gnu.org; Sat, 15 Feb 2025 11:27:06 -0500 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:58747) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tjL0R-0001sf-LE for 76273-done@debbugs.gnu.org; Sat, 15 Feb 2025 11:27:04 -0500 Received: by mail-wm1-x32f.google.com with SMTP id 5b1f17b1804b1-4396f579634so3333425e9.1 for <76273-done@debbugs.gnu.org>; Sat, 15 Feb 2025 08:27:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739636817; x=1740241617; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=YVx9SlP5HoJd0HCF9CCpG/qCogLCphcbsbdHb1hB3l0=; b=FG5Rr8zj9iNAHlNeaLtubWtkJV6T1WhlLXmvysiqcCvnqBDpVwijXQHN2tUJwbLuBd MltPmTF+rqyoGglp9mQn/P3LYcGJkcTqEiLx4vyAjSl7XU2nO4IS929gUBYUL2mn0oQ+ 1Yuqoa0fH/rcQw9pP2wkgz0JwN9L4CiFKKdNEnFRnNGTqvMEY9Gy29hE/xPlAwKKHEvF aaPAZBnUqDRbnGu5gtw3Q6WqPDZHlrbNpI69nhxVcMNPNgc7LKY+885v6Ll6fT0kGYXp s//km3ErUk9BuXMVgqmHOakzx2gNdYuTNgPIoANqJQsMYXQDFinuurKvVHRksD8cPpai pYfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739636817; x=1740241617; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=YVx9SlP5HoJd0HCF9CCpG/qCogLCphcbsbdHb1hB3l0=; b=hARwySX1s/rW7rlafEYBUUkghQT7ec99jLZW6mrs5L849E9H44UC8Lr9OjErNexFcZ KjK4YSJaV70vuFSeASgSTAJPQs5DjUGrrDz2cZpTL/bxDiL8rKwb3bZm+zT2/xAxXrvj cbVA7pirZdx+QWG/aKl1SOBlw2hMVX7KyBKaR4Lk0hexTTtcfkR5W1TmzpXmIDcRiGg9 gAAP+drZM55PifPmW5A3yHqm1dnsHeYQAqqJemY7ezTbG3KaadORmxGvqNVWNOu+gyTt shD0XrVXFH6NjUjWqiw6I58icr4ndGUIUZMjkvlWfQ0Ytyfg+8H8uQlRYvYJj9LVpJ8H wn8g== X-Gm-Message-State: AOJu0YyzQ2xZAGXbvXAW+Vv/Mwjdxwiu3gw5dU3U7XGUl/LTUPSjDzPd AQDLoE1efp1fGR72zJLpBFyY05mu9pq3u3NkCGxso5I4jq0QH64ZIkP0mDXA X-Gm-Gg: ASbGncu8lyCAygx6JHwwEX/Ex2T9LOsurzYVrHvqf2mcqWgYaq1CZc/rV+lrhO+kyen UL6XypUWEhZCDrlJ5p5ZpEYWaiYPMlgAohYM+fl9rsKCSpMPOV3PWxbtsUdYFAuigL3OD5438EM EjZC+V4hSALc3oQ97sLiVdiyQjSzMpccyDqtNuEx7v0zzjcqCEeTLEUNo61zdLe0YsRuJ7LUI4v wQMdfwiS2hHgkhKxtlpfTIgHAbR9pUDC0W5EDCgUMJhVvYcPyJ26CQUDuSdQUROjXG42HYt7dK+ clyvjr+gxoltUnGD32m6Q61bGl9J1IlEC04QEfuA9hSuw8nbRoyFJU09U7IsExPlkhg= X-Google-Smtp-Source: AGHT+IETCV7Inr0p+FPbfEOyxLbHBu6bq3K9PcGi9A5W6XLo4Twe/WoYrxorMMgBbFDVzTlmdlHF1g== X-Received: by 2002:a05:600c:3b87:b0:439:6348:3ec9 with SMTP id 5b1f17b1804b1-4396e69990bmr47359435e9.5.1739636816743; Sat, 15 Feb 2025 08:26:56 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-439653f0556sm45234675e9.1.2025.02.15.08.26.55 for <76273-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Feb 2025 08:26:55 -0800 (PST) From: Sharlatan Hellseher To: 76273-done@debbugs.gnu.org Subject: [PATCH v1 00/10] gnu: Add micro. Date: Sat, 15 Feb 2025 16:26:54 +0000 Message-ID: <87seofcgxd.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76273-done 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.0 (-) --=-=-= Content-Type: text/plain Hi, I've adjusted some package descriptions and inherited from exiting ones where they are just alternative forks for Micro@2.0.14 and is not included on master's HEAD . Pushed to master as: 50e6b4bc42b * gnu: Add micro. 46382b03286 * gnu: Add go-github-com-zyedidia-terminal. 4fcdaf8bcaf * gnu: Add go-github-com-zyedidia-tcell-v2. 57049ff6315 * gnu: Add go-github-com-zyedidia-json5. 1a0c0de2f13 * gnu: Add go-github-com-zyedidia-go-shellquote. 7b0c7da6703 * gnu: Add go-github-com-zyedidia-go-runewidth. 21ff39ab102 * gnu: Add go-github-com-zyedidia-glob. 93a59ab4e0b * gnu: Add go-github-com-zyedidia-clipper. ae85e8303c8 * gnu: Add go-github-com-zyedidia-poller. 499d3b81989 * gnu: Add go-github-com-layeh-gopher-luar. -- Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmewwE4ACgkQdtcnv/Ys 0rWTdA/+N3vKomNXym90JAl9p33ZbzQIgU0t/CAnrRd16dYII0V5qmYz6HYGS+T1 TX41V3B+rxUgS2LDttA/etMytpMHYooA5XhBCvIG53JD5FFycdr75GZqFytgMOJg ebbHK0+2ZAAoa4d9l4atcnqQFWUVEo2tmxpTZwlDnNyGkr64w6FBgCvK/bh/M9Hj ZfGoXg+T4NOJ9bJ2S6j7LT8mjMYGHlq4/WgF9vvgUbhjM2jMjSDO2muMoilBhjIf htFkZFvTV7dQxcuaHgv9prURb3XbOcFhBZUqZdPzxyFEE+UFxBCMdvmBKrmrP6qk 2S/p9/tRrcKTqEOPfD1YPwAc/bgcN9yVejhRhUF4ltfEp4qkfEkowZ9h4NNOXoDA BviUJcFykE9kLauQront10o5wi3YVwqZZvTbJ3aj2UTYdg6ySsEQ3wEpRk7r4Yzu BRC/RLsS1CWIoqTJWw0iSnhwBFMhEcb7sPrB9/kcYIUNFVvpUEOXJA6TN0Xqr75E LxiTvlYoHYPQbYWwzCTE2pfDhpVcDCwZB28kYD+PjIra6crI36oJ16pF52gYJxcA QJDgdHFRYYZNkZS008rlQxDTTILBE8rkXI03G3wsyBI0NBPm4x58aeHVnUWRoL01 egxVXGvwXiaOgzYzReLlEfEsjJijeTXM9gVkPk++lcKqQE/cnOs= =po0r -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:09:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 16 Mar 2025 11:24:24 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator