[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/401: gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz.
From: |
guix-commits |
Subject: |
15/401: gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz. |
Date: |
Thu, 26 Dec 2024 19:30:20 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 99c86c678b440707e17c9485b6f2ca6ad3a8e6ca
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 11:34:28 2024 +0000
gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-jwalterweatherman): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Icb52b710679d4ee51e7ae9a47ae9b12f3f9b3203
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 088ad0bef5..4f40020458 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7292,6 +7292,30 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
well as a program to generate applications and command files.")
(license license:asl2.0)))
+(define-public go-github-com-spf13-jwalterweatherman
+ (package
+ (name "go-github-com-spf13-jwalterweatherman")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spf13/jwalterweatherman")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/spf13/jwalterweatherman"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/spf13/jwalterweatherman")
+ (synopsis "Go logging library")
+ (description "Go logging library")
+ (license license:expat)))
+
(define-public go-github-com-stathat-go
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
(revision "0"))
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8c0ce55cc0..4ec6a9abc9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3179,30 +3179,6 @@ information about the resource usage and performance
characteristics of running
containers.")
(license license:asl2.0))))
-(define-public go-github-com-spf13-jwalterweatherman
- (package
- (name "go-github-com-spf13-jwalterweatherman")
- (version "1.1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/spf13/jwalterweatherman")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/spf13/jwalterweatherman"))
- (native-inputs
- (list go-github-com-stretchr-testify))
- (home-page "https://github.com/spf13/jwalterweatherman")
- (synopsis "Go logging library")
- (description "Go logging library")
- (license license:expat)))
-
;; XXX: Not maintained for 3y, see
;; <https://github.com/spf13/pflag/issues/385>.
(define-public go-github-com-spf13-pflag
- 186/401: gnu: go-k8s-io-klog-v2: Fix build., (continued)
- 186/401: gnu: go-k8s-io-klog-v2: Fix build., guix-commits, 2024/12/26
- 207/401: gnu: git-lfs: Fix build., guix-commits, 2024/12/26
- 213/401: gnu: Add go-modernc-org-token., guix-commits, 2024/12/26
- 226/401: gnu: go-github-com-jcmturner-gokrb5-v8: Update to 8.4.4., guix-commits, 2024/12/26
- 211/401: gnu: go-github-com-go-ldap-ldap: Adjust name., guix-commits, 2024/12/26
- 227/401: gnu: go-github-com-jcmturner-gofork: Move golang-xyz., guix-commits, 2024/12/26
- 249/401: gnu: go-golang-org-x-image: Update to 0.23.0., guix-commits, 2024/12/26
- 05/401: gnu: go-github-com-kylelemons-godebug: Improve style., guix-commits, 2024/12/26
- 07/401: gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4., guix-commits, 2024/12/26
- 12/401: gnu: go-github-com-spf13-afero: Move to golang-xyz., guix-commits, 2024/12/26
- 15/401: gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz.,
guix-commits <=
- 16/401: gnu: go-github-com-spf13-jwalterweatherman: Improve description., guix-commits, 2024/12/26
- 24/401: gnu: go-github-com-bmatcuk-doublestar-v2: Enable tests., guix-commits, 2024/12/26
- 35/401: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/12/26
- 10/401: gnu: go-github-com-spf13-pflag: Add a maintenance note., guix-commits, 2024/12/26
- 69/401: gnu: Add go-go-abhg-dev-requiredfield., guix-commits, 2024/12/26
- 89/401: gnu: Add go-software-sslmate-com-src-go-pkcs12., guix-commits, 2024/12/26
- 250/401: gnu: go-google-golang-org-protobuf: Update to 1.36.0., guix-commits, 2024/12/26
- 254/401: gnu: go-golang-org-x-crypto: Simplify., guix-commits, 2024/12/26
- 129/401: gnu: Add go-github-com-containerd-cgroups-v3., guix-commits, 2024/12/26
- 257/401: gnu: go-golang-org-x-text: Update to 0.21.0., guix-commits, 2024/12/26