[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/37: gnu: go-github-com-vividcortex-ewma: Move to golang-xyz.
From: |
guix-commits |
Subject: |
13/37: gnu: go-github-com-vividcortex-ewma: Move to golang-xyz. |
Date: |
Wed, 6 Mar 2024 18:46:18 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9af99245e78f96cd494203e3f48edeb420db173d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Mar 6 18:34:38 2024 +0000
gnu: go-github-com-vividcortex-ewma: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Iabf8a6ee15240c0817d80584a34e80dcbce1c974
---
gnu/packages/golang-xyz.scm | 25 ++++++++++++++++++++++++-
gnu/packages/golang.scm | 23 -----------------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 645b979e11..8d77ee956a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Joseph LaFreniere <joseph@lafreniere.xyz>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020, 2021 raingloom <raingloom@riseup.net>
@@ -1367,6 +1367,29 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
query information regarding the number of CPUs available to the system.")
(license license:asl2.0)))
+(define-public go-github-com-vividcortex-ewma
+ (package
+ (name "go-github-com-vividcortex-ewma")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/VividCortex/ewma")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/VividCortex/ewma"))
+ (home-page "https://github.com/VividCortex/ewma")
+ (synopsis "Exponentially Weighted Moving Average algorithms for Go")
+ (description
+ "This package implements algorithms for
+@url{https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average,exponentially
+weighted moving averages}.")
+ (license license:expat)))
+
(define-public go-go-uber-org-automaxprocs
(package
(name "go-go-uber-org-automaxprocs")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ac4c24e487..32c2171ca2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9556,29 +9556,6 @@ programming language.")
parser.")
(license license:bsd-2)))
-(define-public go-github-com-vividcortex-ewma
- (package
- (name "go-github-com-vividcortex-ewma")
- (version "1.2.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/VividCortex/ewma")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
- (build-system go-build-system)
- (arguments '(#:import-path "github.com/VividCortex/ewma"))
- (home-page "https://github.com/VividCortex/ewma")
- (synopsis "Exponentially Weighted Moving Average algorithms for Go")
- (description
- "This package implements algorithms for
-@url{https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average,exponentially
-weighted moving averages}.")
- (license license:expat)))
-
(define-public go-github-com-rivo-uniseg
(package
(name "go-github-com-rivo-uniseg")
- 02/37: gnu: Add go-github-com-tklauser-go-sysconf., (continued)
- 02/37: gnu: Add go-github-com-tklauser-go-sysconf., guix-commits, 2024/03/06
- 09/37: gnu: go-github-com-cheggaaa-pb-v3: Enable tests., guix-commits, 2024/03/06
- 08/37: gnu: go-github-com-vividcortex-ewma: Fix import-path., guix-commits, 2024/03/06
- 18/37: gnu: Add go-github-com-nwaples-rardecode-v2., guix-commits, 2024/03/06
- 19/37: gnu: Add go-github-com-ugorji-go-codec., guix-commits, 2024/03/06
- 23/37: gnu: go-github-com-spf13-afero: Add missing input., guix-commits, 2024/03/06
- 21/37: gnu: sqls: Add missing inputs., guix-commits, 2024/03/06
- 26/37: gnu: go-go-uber-org-zap: Move to golang-xyz., guix-commits, 2024/03/06
- 27/37: gnu: Add go-github-com-cskr-pubsub., guix-commits, 2024/03/06
- 30/37: gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz., guix-commits, 2024/03/06
- 13/37: gnu: go-github-com-vividcortex-ewma: Move to golang-xyz.,
guix-commits <=
- 14/37: gnu: Add go-github-com-dave-jennifer., guix-commits, 2024/03/06
- 03/37: gnu: Add go-numcpus., guix-commits, 2024/03/06
- 04/37: gnu: go-github-com-shirou-gopsutil: Move to golang-xyz., guix-commits, 2024/03/06
- 12/37: gnu: go-github-com-cheggaaa-pb-v3: Move to golang-xyz., guix-commits, 2024/03/06
- 20/37: gnu: Add go-github-com-k0kubun-pp., guix-commits, 2024/03/06
- 24/37: gnu: go-go-uber-org-zap: Update to 1.24.0., guix-commits, 2024/03/06
- 22/37: gnu: Add go-github-com-pkg-sftp., guix-commits, 2024/03/06
- 25/37: gnu: kubo: Update to 0.22.0., guix-commits, 2024/03/06
- 34/37: gnu: go-github-com-hashicorp-go-version: Update to 1.6.0., guix-commits, 2024/03/06
- 10/37: gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs., guix-commits, 2024/03/06