GNU bug report logs -
#50687
[PATCH] gnu: Remove go-gopkg.in-check.v1.
Previous Next
Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>
Date: Sun, 19 Sep 2021 23:19:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This package is a duplicate of go-gopkg-in-check-v1 in golang.scm,
has no binaries, and has no dependents, so remove it.
* gnu/packages/check.scm (go-gopkg.in-check.v1): Remove variable.
---
gnu/packages/check.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b49f9de157..f6d41575da 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -566,32 +566,6 @@ (define-public doctest
has been designed to be fast, light and unintrusive.")
(license license:expat)))
-(define-public go-gopkg.in-check.v1
- (let ((commit "788fd78401277ebd861206a03c884797c6ec5541")
- (revision "1"))
- (package
- (name "go-gopkg.in-check.v1")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/go-check/check")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "gopkg.in/check.v1"))
- (propagated-inputs
- `(("go-github-com-kr-pretty" ,go-github-com-kr-pretty)))
- (synopsis "Rich testing extension for Go's testing package")
- (description
- "@code{check} is a rich testing extension for Go's testing package.")
- (home-page "https://github.com/go-check/check")
- (license license:bsd-2))))
-
(define-public go-github.com-smartystreets-gunit
(package
(name "go-github.com-smartystreets-gunit")
base-commit: a640ee7da3311e4fa560c7163d2dd7d24a25585a
--
2.33.0
This bug report was last modified 3 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.