[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/20: gnu: Add go-gopkg-in-go-playground-assert-v1.
From: |
guix-commits |
Subject: |
09/20: gnu: Add go-gopkg-in-go-playground-assert-v1. |
Date: |
Sun, 3 Jan 2021 10:25:01 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0023c76d68a4ec0145a323b7e90a955d6dc10ce0
Author: Joseph LaFreniere <joseph@lafreniere.xyz>
AuthorDate: Sun Jul 26 23:21:41 2020 -0500
gnu: Add go-gopkg-in-go-playground-assert-v1.
* gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b122bca..5ee70c5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -537,6 +537,29 @@ way of specifying command line options.")
(home-page "https://github.com/jessevdk/go-flags")
(license license:bsd-3)))
+(define-public go-gopkg-in-go-playground-assert-v1
+ (package
+ (name "go-gopkg-in-go-playground-assert-v1")
+ (version "1.2.1")
+ (home-page "https://github.com/go-playground/assert")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h4amgykpa0djwi619llr3g55p75ia0mi184h9s5zdl8l4rhn9pm"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "gopkg.in/go-playground/assert.v1"))
+ (synopsis "Basic assertion library used alongside native Go testing")
+ (description
+ "This package provides bassic assertions along with building blocks for
+custom assertions to be used alongside native Go testing.")
+ (license license:expat)))
+
(define-public go-github-com-go-playground-locales
(package
(name "go-github-com-go-playground-locales")
- branch master updated (7617109 -> 2cb5ebf), guix-commits, 2021/01/03
- 02/20: gnu: graphicsmagick: Add dependency on libwebp., guix-commits, 2021/01/03
- 03/20: gnu: sddm: Update to 0.19.0., guix-commits, 2021/01/03
- 06/20: gnu: Add go-github-com-leodido-go-urn., guix-commits, 2021/01/03
- 04/20: gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec., guix-commits, 2021/01/03
- 05/20: gnu: ccid: Fix cross-compilation., guix-commits, 2021/01/03
- 09/20: gnu: Add go-gopkg-in-go-playground-assert-v1.,
guix-commits <=
- 01/20: gnu: rav1e: Update to 0.3.5., guix-commits, 2021/01/03
- 08/20: gnu: Add go-github-com-go-playground-universal-translator., guix-commits, 2021/01/03
- 10/20: gnu: Add go-gopkg-in-go-playground-validator-v9., guix-commits, 2021/01/03
- 07/20: gnu: Add go-github-com-go-playground-locales., guix-commits, 2021/01/03
- 11/20: gnu: Add go-github-com-goccy-yaml., guix-commits, 2021/01/03
- 12/20: gnu: Add go-github-com-songmu-gitconfig., guix-commits, 2021/01/03
- 13/20: gnu: Add go-github-com-golangplus-fmt., guix-commits, 2021/01/03
- 17/20: gnu: Add go-golang.org-x-net-html., guix-commits, 2021/01/03
- 18/20: gnu: Add go-github-com-urfave-cli-v2., guix-commits, 2021/01/03
- 16/20: gnu: Add go-github-com-motemen-go-colorine., guix-commits, 2021/01/03