GNU bug report logs - #50687
[PATCH] gnu: Remove go-gopkg.in-check.v1.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50687 in the body.
You can then email your comments to 50687 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50687; Package guix-patches. (Sun, 19 Sep 2021 23:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Sep 2021 23:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Remove go-gopkg.in-check.v1.
Date: Sun, 19 Sep 2021 16:18:22 -0700
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





Information forwarded to guix-patches <at> gnu.org:
bug#50687; Package guix-patches. (Wed, 08 Dec 2021 18:37:02 GMT) Full text and rfc822 format available.

Message #8 received at 50687 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Sarah Morgensen <iskarian <at> mgsn.dev>
Cc: 50687 <at> debbugs.gnu.org
Subject: Re: [bug#50687] [PATCH] gnu: Remove go-gopkg.in-check.v1.
Date: Wed, 8 Dec 2021 13:36:16 -0500
On Sun, Sep 19, 2021 at 04:18:22PM -0700, Sarah Morgensen wrote:
> 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.

Thank you! Pushed as 93c7a5103d240dfc5ba4b39969faf198e7a350fa




bug closed, send any further explanations to 50687 <at> debbugs.gnu.org and Sarah Morgensen <iskarian <at> mgsn.dev> Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Wed, 08 Dec 2021 18:37:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Jan 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.