[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/19: gnu: go-github-com-frankban-quicktest: Move to (gnu packages gola
From: |
guix-commits |
Subject: |
13/19: gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check). |
Date: |
Sun, 22 Oct 2023 22:24:26 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1261ca098b81b61ed2907c367a05077da591b29d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Oct 19 02:29:06 2023 +0100
gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check).
* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest): Move
from here...
* gnu/packages/golang.scm: ... to here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang-check.scm | 27 +++++++++++++++++++++++++++
gnu/packages/golang.scm | 26 --------------------------
2 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index d10eced626..82bcfcd28c 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Joseph LaFreniere <joseph@lafreniere.xyz>
+;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
@@ -74,6 +75,32 @@
@end itemize\n")
(license license:expat))))
+(define-public go-github-com-frankban-quicktest
+ (package
+ (name "go-github-com-frankban-quicktest")
+ (version "1.11.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/frankban/quicktest")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b1b44b2hli2p969gqz30z8v9z6ahlklpqzi17nwk1lsjz9yv938"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/frankban/quicktest"))
+ (propagated-inputs
+ (list go-github-com-google-go-cmp-cmp go-github-com-kr-pretty))
+ (home-page "https://github.com/frankban/quicktest")
+ (synopsis "Quick helpers for testing Go applications")
+ (description
+ "Package quicktest provides a collection of Go helpers for writing
+tests.")
+ (license license:expat)))
+
(define-public go-github-com-google-gofuzz
(let ((commit "fd52762d25a41827db7ef64c43756fd4b9f7e382")
(revision "0"))
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d43b43f905..8860ec50fe 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10799,32 +10799,6 @@ is unchanged. This package contains a series of small
enhancements and
additions.")
(license license:bsd-3))))
-(define-public go-github-com-frankban-quicktest
- (package
- (name "go-github-com-frankban-quicktest")
- (version "1.11.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/frankban/quicktest")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0b1b44b2hli2p969gqz30z8v9z6ahlklpqzi17nwk1lsjz9yv938"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/frankban/quicktest"))
- (propagated-inputs
- (list go-github-com-google-go-cmp-cmp go-github-com-kr-pretty))
- (home-page "https://github.com/frankban/quicktest")
- (synopsis "Quick helpers for testing Go applications")
- (description
- "Package quicktest provides a collection of Go helpers for writing
-tests.")
- (license license:expat)))
-
(define-public go-github-com-bep-golibsass
(package
(name "go-github-com-bep-golibsass")
- 03/19: gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check), (continued)
- 03/19: gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check), guix-commits, 2023/10/22
- 02/19: gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 01/19: gnu: Add (gnu packages golang-check) module., guix-commits, 2023/10/22
- 04/19: gnu: go-github-com-stretchr-testify: Remove labels., guix-commits, 2023/10/22
- 06/19: gnu: go-github-com-jacobsa-oglematchers: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 05/19: gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 10/19: gnu: go-github-com-jacobsa-ogletest: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 09/19: gnu: go-github-com-tdewolff-test: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 11/19: gnu: go-github-com-google-gofuzz: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 12/19: gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 13/19: gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check).,
guix-commits <=
- 14/19: gnu: go-github-com-google-go-cmdtest: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 16/19: gnu: go-honnef-co-go-tools: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 07/19: gnu: go-github-com-golangplus-testing: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 08/19: gnu: go-gopkg-in-go-playground-assert-v1: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 17/19: gnu: go-golang-org-x-lint: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 15/19: gnu: go-github-com-onsi-ginkgo: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 18/19: gnu: go-golang-org-sql-mock: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 19/19: gnu: go-github-com-alecthomas-assert: Move to (gnu packages golang-check)., guix-commits, 2023/10/22