[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v4 35/41] gnu: Add go-github-com-onsi-gomega.
From: |
( |
Subject: |
[bug#55903] [PATCH v4 35/41] gnu: Add go-github-com-onsi-gomega. |
Date: |
Wed, 6 Jul 2022 11:18:24 +0100 |
* gnu/packages/golang.scm (go-github-com-onsi-gomega): New variable.
---
gnu/packages/golang.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 94091370af..8fdf1b0be4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10801,3 +10801,34 @@ (define-public go-github-com-emersion-go-msgauth
(description
"The msgauth package provides a Go library for authenticating emails.")
(license license:expat)))
+
+(define-public go-github-com-onsi-gomega
+ (package
+ (name "go-github-com-onsi-gomega")
+ (version "1.19.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/onsi/gomega")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "092phwk97sk4sv0nbx5pfhqs6x3x1lnrjwyda1m6b6zwrfmq5c6i"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/onsi/gomega"
+ ;; Unless we disable the tests, we have a circular dependency on
+ ;; ginkgo/v2.
+ #:tests? #f))
+ (propagated-inputs (list go-github-com-golang-protobuf-proto
+ go-golang-org-x-net
+ go-golang-org-x-sys
+ go-golang-org-x-text
+ go-google-golang-org-protobuf
+ go-gopkg-in-yaml-v2))
+ (home-page "https://github.com/onsi/gomega")
+ (synopsis "Matcher library for Ginkgo")
+ (description
+ "Gomega is the preferred matcher library for the Ginkgo test framework.")
+ (license license:expat)))
--
2.36.1
- [bug#55903] [PATCH v4 17/41] gnu: Add go-github-com-jhillyerd-enmime., (continued)
- [bug#55903] [PATCH v4 17/41] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/07/06
- [bug#55903] [PATCH v4 15/41] gnu: Add go-github-com-go-test-deep., (, 2022/07/06
- [bug#55903] [PATCH v4 22/41] gnu: Add go-github-com-emersion-go-imap., (, 2022/07/06
- [bug#55903] [PATCH v4 20/41] gnu: Add go-github-com-emersion-go-message., (, 2022/07/06
- [bug#55903] [PATCH v4 13/41] gnu: Add go-github-com-gogs-chardet., (, 2022/07/06
- [bug#55903] [PATCH v4 14/41] gnu: Add go-github-com-jaytaylor-html2text., (, 2022/07/06
- [bug#55903] [PATCH v4 18/41] gnu: Add go-github-com-gatherstars-com-jwz., (, 2022/07/06
- [bug#55903] [PATCH v4 19/41] gnu: Add go-github-com-emersion-go-textwrapper., (, 2022/07/06
- [bug#55903] [PATCH v4 21/41] gnu: Add go-github-com-emersion-go-sasl., (, 2022/07/06
- [bug#55903] [PATCH v4 33/41] gnu: Add go-github-com-emersion-go-milter., (, 2022/07/06
- [bug#55903] [PATCH v4 35/41] gnu: Add go-github-com-onsi-gomega.,
( <=
- [bug#55903] [PATCH v4 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb., (, 2022/07/06
- [bug#55903] [PATCH v4 32/41] gnu: Add go-github-com-emersion-go-maildir., (, 2022/07/06
- [bug#55903] [PATCH v4 38/41] gnu: Add go-github-com-go-task-slim-sprig., (, 2022/07/06
- [bug#55903] [PATCH v4 36/41] gnu: Add go-gopkg-in-tomb-v1., (, 2022/07/06
- [bug#55903] [PATCH v4 30/41] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/07/06
- [bug#55903] [PATCH v4 31/41] gnu: Add go-github-com-google-shlex., (, 2022/07/06
- [bug#55903] [PATCH v4 27/41] gnu: Add go-github-com-niemeyer-pretty., (, 2022/07/06
- [bug#55903] [PATCH v4 26/41] gnu: Add go-github-com-emersion-go-smtp., (, 2022/07/06
- [bug#55903] [PATCH v4 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt., (, 2022/07/06
- [bug#55903] [PATCH v4 25/41] gnu: Add go-github-com-emersion-go-pgpmail., (, 2022/07/06