[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/172: gnu: Remove go-github-com-smartystreets-assertions.
From: |
guix-commits |
Subject: |
142/172: gnu: Remove go-github-com-smartystreets-assertions. |
Date: |
Tue, 5 Nov 2024 16:05:09 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 3c69042e2ae9f5e0a04e63062651fd2a2e14cf63
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 20:35:21 2024 +0100
gnu: Remove go-github-com-smartystreets-assertions.
Upstream is changed to https://github.com/smarty/assertions.
* gnu/packages/golang-check.scm (go-github-com-smartystreets-assertions):
Delete variable.
Change-Id: Iafc9a609d34a5402ce8a2efccd48806a08851ae4
---
gnu/packages/golang-check.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index f2f25b3838..afcbb4cb71 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1060,38 +1060,6 @@ such as readers and writers that fail after N
consecutive reads/writes.")
execution when a test fails.")
(license license:expat)))
-(define-public go-github-com-smartystreets-assertions
- (package
- (name "go-github-com-smartystreets-assertions")
- (version "1.13.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/smartystreets/assertions")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256 (base32
"0flf3fb6fsw3bk1viva0fzrzw87djaj1mqvrx2gzg1ssn7xzfrzr"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/smartystreets/assertions"
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs #:allow-other-keys #:rest args)
- (unless
- ;; The tests fail when run with gccgo.
- (false-if-exception (search-input-file inputs "/bin/gccgo"))
- (apply (assoc-ref %standard-phases 'check) args)))))))
- (native-inputs
- (list go-github.com-smartystreets-gunit))
- (home-page "https://github.com/smartystreets/assertions")
- (synopsis "Assertions for testing with Go")
- (description "The @code{assertions} package provides convenient assertion
-functions for writing tests in Go.")
- (license license:expat)))
-
(define-public go-github-com-smartystreets-goconvey
(package
(name "go-github-com-smartystreets-goconvey")
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., (continued)
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/11/05
- 103/172: gnu: Add go-github-com-openhistogram-circonusllhist., guix-commits, 2024/11/05
- 107/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics-v3., guix-commits, 2024/11/05
- 122/172: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/11/05
- 116/172: gnu: Add go-msgp., guix-commits, 2024/11/05
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/05
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/05
- 128/172: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/11/05
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/05
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/05
- 142/172: gnu: Remove go-github-com-smartystreets-assertions.,
guix-commits <=
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/05
- 85/172: gnu: go-github-com-go-git-go-billy: Update to 5.5.0., guix-commits, 2024/11/05
- 90/172: gnu: Add go-github-com-bmatcuk-doublestar-v3., guix-commits, 2024/11/05
- 92/172: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/11/05
- 96/172: gnu: Add go-go-opentelemetry-io-otel-sdk., guix-commits, 2024/11/05
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/05
- 101/172: gnu: Add go-github-com-golang-mock., guix-commits, 2024/11/05
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/05
- 106/172: gnu: Add go-github-com-circonus-labs-go-apiclient., guix-commits, 2024/11/05
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/05