[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/172: gnu: go-github-com-go-git-go-billy-v5: Move to golang-xyz.
From: |
guix-commits |
Subject: |
87/172: gnu: go-github-com-go-git-go-billy-v5: Move to golang-xyz. |
Date: |
Tue, 5 Nov 2024 16:05:00 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 17204002daf1d0be3abe35a39033c2b01186dc75
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Sep 14 22:35:21 2024 +0100
gnu: go-github-com-go-git-go-billy-v5: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-git-go-billy-v5): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I40d1c024b52f0530a80657d5a2416b244447be93
---
gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 31 -------------------------------
2 files changed, 32 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4cdaae82a1..7afee2be7a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2925,6 +2925,38 @@ Differentiation between text and binary files}.
@end itemize")
(license license:expat)))
+(define-public go-github-com-go-git-go-billy-v5
+ (package
+ (name "go-github-com-go-git-go-billy-v5")
+ (version "5.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go-git/go-billy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1r7hfwc6lqnb7jhbbmicdlb3yipjyazq3pndpffw026fcq7jhxg1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/go-git/go-billy/v5"))
+ (native-inputs
+ (list go-github-com-onsi-gomega
+ go-gopkg-in-check-v1))
+ (propagated-inputs
+ (list go-github-com-cyphar-filepath-securejoin
+ go-golang-org-x-sys))
+ (home-page "https://github.com/go-git/go-billy/")
+ (synopsis "File system abstraction for Go")
+ (description
+ "Billy implements an interface based on the OS's standard library to
+develop applications without depending on the underlying storage. This makes
+it virtually free to implement mocks and testing over file system
+operations.")
+ (license license:asl2.0)))
+
(define-public go-github-com-go-git-go-git-fixtures-v4
(package
(name "go-github-com-go-git-go-git-fixtures-v4")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7d6e3d2371..cb11fefb5a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6056,37 +6056,6 @@ errors (warnings).")
(description "Gcfg reads INI-style configuration files into Go structs.")
(license license:bsd-3)))
-(define-public go-github-com-go-git-go-billy-v5
- (package
- (name "go-github-com-go-git-go-billy-v5")
- (version "5.5.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/go-git/go-billy")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1r7hfwc6lqnb7jhbbmicdlb3yipjyazq3pndpffw026fcq7jhxg1"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/go-git/go-billy/v5"))
- (propagated-inputs
- (list go-github-com-cyphar-filepath-securejoin
- go-golang-org-x-sys))
- (native-inputs
- (list go-github-com-onsi-gomega
- go-gopkg-in-check-v1))
- (home-page "https://github.com/go-git/go-billy/")
- (synopsis "File system abstraction for Go")
- (description "Billy implements an interface based on the OS's standard
-library to develop applications without depending on the underlying storage.
-This makes it virtually free to implement mocks and testing over
-file system operations.")
- (license license:asl2.0)))
-
(define-public go-github-com-jba-templatecheck
(package
(name "go-github-com-jba-templatecheck")
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., (continued)
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/11/05
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/05
- 28/172: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/11/05
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/05
- 38/172: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/11/05
- 40/172: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/11/05
- 57/172: gnu: go-golang-org-x-vuln: Enable tests., guix-commits, 2024/11/05
- 71/172: gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz., guix-commits, 2024/11/05
- 54/172: gnu: go-github-com-google-go-cmdtest: Move to golang-build., guix-commits, 2024/11/05
- 83/172: gnu: go-github-com-go-git-go-git-fixtures-v4: Move to golang-xyz., guix-commits, 2024/11/05
- 87/172: gnu: go-github-com-go-git-go-billy-v5: Move to golang-xyz.,
guix-commits <=
- 88/172: gnu: go-github-go-git: Rename variable., guix-commits, 2024/11/05
- 89/172: gnu: go-github-com-go-git-go-git-v5: Update style., guix-commits, 2024/11/05
- 108/172: gnu: Add go-github-com-hashicorp-go-immutable-radix., guix-commits, 2024/11/05
- 111/172: gnu: Add go-github-com-ryanuber-columnize., guix-commits, 2024/11/05
- 115/172: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/11/05
- 121/172: gnu: restic-rest-server: Fix build., guix-commits, 2024/11/05
- 120/172: gnu: miniflux: Fix build., guix-commits, 2024/11/05
- 124/172: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/11/05
- 123/172: gnu: nebula: Fix build., guix-commits, 2024/11/05
- 132/172: gnu: go-github-com-aead-chacha20: Fix indentation., guix-commits, 2024/11/05