[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/31: gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.
From: |
guix-commits |
Subject: |
12/31: gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz. |
Date: |
Tue, 13 Feb 2024 09:42:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4609bea87ca61cbb4467f02ee084a1a1468e1529
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 7 21:34:03 2024 +0000
gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bmizerany-perks-quantile): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I215d8f1f2710bd21ad9a251e4cb029064a0968f6
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ee63a78cf7..51ea851139 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -89,6 +89,30 @@ optimized for sparse nodes of
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
(license license:expat)))
+(define-public go-github-com-bmizerany-perks-quantile
+ (package
+ (name "go-github-com-bmizerany-perks-quantile")
+ (version "0.0.0-20230307044200-03f9df79da1e")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bmizerany/perks")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1f2a99v3618bz2mf61iwhdjm3xi1gam6v4apqgcrz71gj7ba9943"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:unpack-path "github.com/bmizerany/perks"
+ #:import-path "github.com/bmizerany/perks/quantile"))
+ (home-page "https://github.com/bmizerany/perks")
+ (synopsis "Library for computing quantiles")
+ (description
+ "Perks contains the Go package @code{quantile} that computes approximate
+quantiles over an unbounded data stream within low memory and CPU bounds.")
+ (license license:bsd-2)))
+
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5a2972427c..089b54d5a5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7944,30 +7944,6 @@ the library more lightweight.")
matching and globbing with support for \"doublestar\" patterns.")
(license license:expat)))
-(define-public go-github-com-bmizerany-perks-quantile
- (package
- (name "go-github-com-bmizerany-perks-quantile")
- (version "0.0.0-20230307044200-03f9df79da1e")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bmizerany/perks")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1f2a99v3618bz2mf61iwhdjm3xi1gam6v4apqgcrz71gj7ba9943"))))
- (build-system go-build-system)
- (arguments
- (list #:unpack-path "github.com/bmizerany/perks"
- #:import-path "github.com/bmizerany/perks/quantile"))
- (home-page "https://github.com/bmizerany/perks")
- (synopsis "Library for computing quantiles")
- (description
- "Perks contains the Go package @code{quantile} that computes approximate
-quantiles over an unbounded data stream within low memory and CPU bounds.")
- (license license:bsd-2)))
-
(define-public go-github-com-dlclark-regexp2
(package
(name "go-github-com-dlclark-regexp2")
- 05/31: gnu: go-github-com-mreiferson-go-options: Move to golang-xyz., (continued)
- 05/31: gnu: go-github-com-mreiferson-go-options: Move to golang-xyz., guix-commits, 2024/02/13
- 06/31: gnu: go-golang-org-x-sys: Move to golang-build., guix-commits, 2024/02/13
- 04/31: gnu: go-github-com-golang-snappy: Mmove to golang-compression., guix-commits, 2024/02/13
- 07/31: gnu: go-github-com-mreiferson-go-svc: Move to golang-xyz., guix-commits, 2024/02/13
- 08/31: gnu: go-github-com-nsqio-go-nsq: Move to golang-xyz., guix-commits, 2024/02/13
- 10/31: gnu: go-github-com-davecgh-go-spew: Move to golang-check., guix-commits, 2024/02/13
- 11/31: gnu: go-github-com-burntsushi-toml: Move to golang-xyz., guix-commits, 2024/02/13
- 14/31: gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz., guix-commits, 2024/02/13
- 03/31: gnu: go-golang-org-x-net: Move to golang-build., guix-commits, 2024/02/13
- 09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz., guix-commits, 2024/02/13
- 12/31: gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.,
guix-commits <=
- 13/31: gnu: go-github-com-blang-semver: Move to golang-xyz., guix-commits, 2024/02/13
- 16/31: gnu: go-golang-org-x-exp: Move to golang-build., guix-commits, 2024/02/13
- 17/31: gnu: go-golang-org-x-mod: Move to golang-build., guix-commits, 2024/02/13
- 15/31: gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz., guix-commits, 2024/02/13
- 18/31: gnu: go-golang-org-x-xerrors: Move to golang-build., guix-commits, 2024/02/13
- 19/31: gnu: go-golang.org-x-sync-errgroup: Move to golang-build., guix-commits, 2024/02/13
- 21/31: gnu: go-golang-org-x-term: Move to golang-build., guix-commits, 2024/02/13
- 20/31: gnu: go-golang-org-x-sync: Move to golang-build., guix-commits, 2024/02/13
- 25/31: gnu: go-golang-org-x-tools: Move to golang-build., guix-commits, 2024/02/13
- 27/31: gnu: go-golang-org-x-crypto: Move to golang-build., guix-commits, 2024/02/13