[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/172: gnu: Add go-github-com-caarlos0-testfs.
From: |
guix-commits |
Subject: |
161/172: gnu: Add go-github-com-caarlos0-testfs. |
Date: |
Tue, 5 Nov 2024 16:05:13 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit a5d96964f9c0b80b8ef8e09307b3a91266623354
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 10:59:38 2024 +0100
gnu: Add go-github-com-caarlos0-testfs.
* gnu/packages/golang-check.scm (go-github-com-caarlos0-testfs): New
variable.
Change-Id: Iab47c0954592981c780a3e9a9afab1d0fe0f6e85
---
gnu/packages/golang-check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 183b11fa5b..958b35f63d 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -119,6 +119,30 @@ value and call @code{t.Fatal()} if the assertion fails.")
@end itemize")
(license license:expat)))
+(define-public go-github-com-caarlos0-testfs
+ (package
+ (name "go-github-com-caarlos0-testfs")
+ (version "0.4.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/caarlos0/testfs")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0g7acw554f2d4y35qipdz5c627w83jxmq1z32d7nkpchzj0y7rf1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/caarlos0/testfs"))
+ (home-page "https://github.com/caarlos0/testfs")
+ (synopsis "Golang @code{fs.FS} implementation to be used inside tests")
+ (description
+ "Package testfs provides a simple @code{fs.FS} which is contained in a
+test (using testing.TB's @code{TempDir}) and with a few helper methods.")
+ (license license:expat)))
+
(define-public go-github-com-cheekybits-is
(let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9")
(revision "0"))
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., (continued)
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/11/05
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., guix-commits, 2024/11/05
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/05
- 171/172: gnu: go-1.22: Update to 1.22.7., guix-commits, 2024/11/05
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/05
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/05
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/05
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/05
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/11/05
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/05
- 161/172: gnu: Add go-github-com-caarlos0-testfs.,
guix-commits <=
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/11/05
- 163/172: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/11/05
- 164/172: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/11/05
- 169/172: gnu: run: Update to 0.11.2., guix-commits, 2024/11/05
- 167/172: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/11/05
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/11/05
- 84/172: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/11/05
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/11/05
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/05
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/11/05