[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/172: gnu: Add go-github-com-matryer-is.
From: |
guix-commits |
Subject: |
162/172: gnu: Add go-github-com-matryer-is. |
Date: |
Sat, 9 Nov 2024 16:45:13 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit c7e9c98ef63549b35021d17260f7d8bd5a91f494
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")
- 111/172: gnu: Add go-github-com-ryanuber-columnize., (continued)
- 111/172: gnu: Add go-github-com-ryanuber-columnize., guix-commits, 2024/11/09
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., guix-commits, 2024/11/09
- 171/172: gnu: go-1.22: Update to 1.22.7., guix-commits, 2024/11/09
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/09
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/11/09
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/09
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/09
- 150/172: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/11/09
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/09
- 165/172: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/11/09
- 162/172: gnu: Add go-github-com-matryer-is.,
guix-commits <=
- 139/172: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/11/09
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/11/09
- 166/172: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/11/09
- 164/172: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/11/09
- 08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web., guix-commits, 2024/11/09
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/11/09
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/09
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/09
- 15/172: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/11/09
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/09