[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/169: gnu: Add go-github-com-matryer-is.
From: |
guix-commits |
Subject: |
162/169: gnu: Add go-github-com-matryer-is. |
Date: |
Thu, 26 Sep 2024 06:43:30 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 37264c9a63b6a89ee4bf58699a6057d2dd52abee
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:01:47 2024 +0100
gnu: Add go-github-com-matryer-is.
* gnu/packages/golang-check.scm (go-github-com-matryer-is): New variable.
Change-Id: I215a7291620b7c2fc34ae759801466856e829263
---
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 958b35f63d..3e33cdb976 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -733,6 +733,30 @@ integrates with the default test runner, so you can use it
with the standard
output capturing, mocking, and much more.")
(license license:expat)))
+(define-public go-github-com-matryer-is
+ (package
+ (name "go-github-com-matryer-is")
+ (version "1.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/matryer/is")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04wgh8j2n19a5a4p8jjnya6yl5dm07kbbcz8gq6gj980bd9fk1ir"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/matryer/is"))
+ (home-page "https://github.com/matryer/is")
+ (synopsis "Lightweight testing mini-framework for Golang")
+ (description
+ "Package is provides a lightweight extension to the standard library's
+testing capabilities.")
+ (license license:expat)))
+
(define-public go-github-com-onsi-ginkgo
(package
(name "go-github-com-onsi-ginkgo")
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., (continued)
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/09/26
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 143/169: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/09/26
- 155/169: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/09/26
- 150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/26
- 156/169: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/09/26
- 151/169: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/09/26
- 148/169: gnu: trezord: Refresh package style., guix-commits, 2024/09/26
- 161/169: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/09/26
- 163/169: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/09/26
- 162/169: gnu: Add go-github-com-matryer-is.,
guix-commits <=
- 165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/09/26
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/09/26
- 123/169: gnu: nebula: Fix build., guix-commits, 2024/09/26
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 141/169: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/09/26
- 149/169: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/09/26
- 159/169: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/09/26
- 166/169: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/09/26