[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/244: gnu: Add go-github-com-coder-quartz.
From: |
guix-commits |
Subject: |
230/244: gnu: Add go-github-com-coder-quartz. |
Date: |
Fri, 28 Mar 2025 20:18:28 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit a9eb8956d59ab1342897e7cd957015a0435f2777
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 28 21:08:20 2025 +0000
gnu: Add go-github-com-coder-quartz.
* gnu/packages/golang-check.scm (go-github-com-coder-quartz): New variable.
Change-Id: Ib9ed659959961e6df57bbbd29818dc794f1720d5
---
gnu/packages/golang-check.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index a2741ae6c9..47c71401d1 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -343,6 +343,33 @@ test (using testing.TB's @code{TempDir}) and with a few
helper methods.")
"A testing library for Go programs.")
(license license:expat)))
+(define-public go-github-com-coder-quartz
+ (package
+ (name "go-github-com-coder-quartz")
+ (version "0.1.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/coder/quartz")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08ghwy4i4h9shxchcly69pqprqqcs7pcvaprc7kjgghbvwbgr69k"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/coder/quartz"))
+ (home-page "https://github.com/coder/quartz")
+ (synopsis "Golang time testing library for writing deterministic unit
tests")
+ (description
+ "Package quartz is a library for testing time related code. It exports
+an interface Clock that mimics the standard library time package functions.
+In production, an implementation that calls thru to the standard library is
+used. In testing, a Mock clock is used to precisely control and intercept
+time functions.")
+ (license license:cc0)))
+
(define-public go-github-com-corpix-uarand
(package
(name "go-github-com-corpix-uarand")
- 213/244: gnu: Add go-github-com-ipfs-go-fs-lock., (continued)
- 213/244: gnu: Add go-github-com-ipfs-go-fs-lock., guix-commits, 2025/03/28
- 215/244: gnu: kubo: Fix build., guix-commits, 2025/03/28
- 216/244: gnu: go-github-com-ipfs-go-peertaskqueue: Adjust inputs., guix-commits, 2025/03/28
- 217/244: gnu: kubo: Unbundle more inputs., guix-commits, 2025/03/28
- 218/244: gnu: kubo: Update to 0.32.0., guix-commits, 2025/03/28
- 220/244: gnu: go-github-com-viant-toolbox: Skip some tests on i686 system., guix-commits, 2025/03/28
- 221/244: gnu: go-github-com-syncthing-notify: Run tests in a single thread., guix-commits, 2025/03/28
- 225/244: gnu: go-github-com-cilium-ebpf: Skip some tests on i686 system., guix-commits, 2025/03/28
- 226/244: gnu: prometheus-node-exporter: Update to 1.9.0., guix-commits, 2025/03/28
- 227/244: gnu: prometheus-node-exporter: Fix indentation., guix-commits, 2025/03/28
- 230/244: gnu: Add go-github-com-coder-quartz.,
guix-commits <=
- 231/244: gnu: Add go-github-com-prometheus-sigv4., guix-commits, 2025/03/28
- 238/244: gnu: go-github-com-prometheus-client-model: Simplify., guix-commits, 2025/03/28
- 239/244: gnu: nebula: Build service., guix-commits, 2025/03/28
- 241/244: gnu: Add go-google-golang-org-grpc., guix-commits, 2025/03/28
- 232/244: gnu: Remove go-github-com-prometheus-common-sigv4., guix-commits, 2025/03/28
- 236/244: gnu: go-github-com-prometheus-common: Update to 0.63.0., guix-commits, 2025/03/28
- 242/244: gnu: Add go-k8s-io-cri-api., guix-commits, 2025/03/28
- 201/244: gnu: Add go-go-opencensus-io., guix-commits, 2025/03/28
- 223/244: gnu: Add protoc-gen-validate., guix-commits, 2025/03/28
- 214/244: gnu: Add go-contrib-go-opencensus-io-exporter-prometheus., guix-commits, 2025/03/28