guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Remove go-gopkg.in-check.v1.


From: guix-commits
Subject: 01/02: gnu: Remove go-gopkg.in-check.v1.
Date: Wed, 8 Dec 2021 13:36:02 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 93c7a5103d240dfc5ba4b39969faf198e7a350fa
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Sun Sep 19 16:18:22 2021 -0700

    gnu: Remove go-gopkg.in-check.v1.
    
    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.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/check.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1f9cc26..4928f02 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -566,32 +566,6 @@ and it supports a very flexible form of test discovery.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]