[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/172: gnu: go-github-com-google-goterm: Move to golang-xyz.
From: |
guix-commits |
Subject: |
67/172: gnu: go-github-com-google-goterm: Move to golang-xyz. |
Date: |
Sat, 9 Nov 2024 16:44:56 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 87e551680e3c3b95e37967a0be8579b9161a8315
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:03:09 2024 +0100
gnu: go-github-com-google-goterm: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-goterm): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I9f97ecc4a8b4c19cae3766bfed6368bbb74cb439
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
gnu/packages/golang.scm | 26 --------------------------
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 69f8b99a62..793d28523a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3254,6 +3254,32 @@ execution.")
"The chardet package ports character set detection from ICU to Go.")
(license license:expat)))
+(define-public go-github-com-google-goterm
+ (package
+ (name "go-github-com-google-goterm")
+ (version "0.0.0-20200907032337-555d40f16ae2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/goterm")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/google/goterm/term"
+ #:unpack-path "github.com/google/goterm"))
+ (home-page "https://github.com/google/goterm/")
+ (synopsis "PTY creation and termios get/set attributes")
+ (description
+ "The term package implements PTY creation and termios get/set attributes.
+It also contains some convenience functions for colors, SSH to and from
+termios translations, readCh, reading passwords, etc.")
+ (license license:bsd-3)))
+
(define-public go-github-com-google-subcommands
(package
(name "go-github-com-google-subcommands")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f1f8405ceb..a51cdf59ac 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5369,32 +5369,6 @@ a cron spec parser and job runner.")
"This package provides packet processing capabilities for Go.")
(license license:bsd-3)))
-(define-public go-github-com-google-goterm
- (package
- (name "go-github-com-google-goterm")
- (version "0.0.0-20200907032337-555d40f16ae2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/google/goterm")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/google/goterm/term"
- #:unpack-path "github.com/google/goterm"))
- (home-page "https://github.com/google/goterm/")
- (synopsis "PTY creation and termios get/set attributes")
- (description
- "The term package implements PTY creation and termios get/set attributes.
-It also contains some convenience functions for colors, SSH to and from
-termios translations, readCh, reading passwords, etc.")
- (license license:bsd-3)))
-
(define (go-gotest-tools-source version sha256-base32-hash)
(origin
(method git-fetch)
- 50/172: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., (continued)
- 50/172: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/11/09
- 47/172: gnu: go-golang-org-x-tools: Update to 0.25.0., guix-commits, 2024/11/09
- 48/172: gnu: Add go-golang-org-x-telemetry., guix-commits, 2024/11/09
- 55/172: gnu: go-golang-org-x-vuln: Update to 1.1.3., guix-commits, 2024/11/09
- 58/172: gnu: gopls: Update to 0.16.2., guix-commits, 2024/11/09
- 63/172: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/11/09
- 59/172: gnu: Remove go-github-com-jba-printsrc., guix-commits, 2024/11/09
- 62/172: gnu: go-github-com-google-go-querystring: Update to 1.1.0., guix-commits, 2024/11/09
- 57/172: gnu: go-golang-org-x-vuln: Enable tests., guix-commits, 2024/11/09
- 65/172: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/11/09
- 67/172: gnu: go-github-com-google-goterm: Move to golang-xyz.,
guix-commits <=
- 70/172: gnu: go-github-com-jonboulle-clockwork: Fix indentation., guix-commits, 2024/11/09
- 71/172: gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz., guix-commits, 2024/11/09
- 73/172: gnu: go-github-com-google-btree: Update to 1.1.3., guix-commits, 2024/11/09
- 86/172: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/11/09
- 77/172: gnu: go-github-com-xeipuuv-gojsonschema: Fix indentation., guix-commits, 2024/11/09
- 80/172: gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1., guix-commits, 2024/11/09
- 76/172: gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0., guix-commits, 2024/11/09
- 83/172: gnu: go-github-com-go-git-go-git-fixtures-v4: Move to golang-xyz., guix-commits, 2024/11/09
- 75/172: gnu: go-github-com-google-gopacket: Move to golang-web., guix-commits, 2024/11/09
- 81/172: gnu: go-github-com-go-git-go-git-fixtures: Rename variable., guix-commits, 2024/11/09