[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add go-github-com-jbenet-goprocess.
From: |
guix-commits |
Subject: |
02/10: gnu: Add go-github-com-jbenet-goprocess. |
Date: |
Sat, 16 Mar 2024 20:11:25 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit af714ebceedb14e3ed15fbb8cc471178d631bc6f
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Fri Mar 8 21:23:25 2024 +0300
gnu: Add go-github-com-jbenet-goprocess.
* gnu/packages/golang-xyz.scm (go-github-com-jbenet-goprocess): New
variable.
Change-Id: I5683a9e0df7bb1a17b2e813ab6c611f0b6c2ea9c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ef700b9373..528c07d9f1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1035,6 +1035,34 @@ increment versions.")
@end itemize")
(license license:bsd-3)))
+(define-public go-github-com-jbenet-goprocess
+ (package
+ (name "go-github-com-jbenet-goprocess")
+ (version "0.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jbenet/goprocess")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1z4a5skx9kh2c727pc6zz0vhf9v8acd320s7z0f1kwy3y1nbdhjk"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jbenet/goprocess"))
+ (native-inputs
+ (list go-github-com-jbenet-go-cienv))
+ (home-page "https://github.com/jbenet/goprocess")
+ (synopsis "Manage process life cycles in Go")
+ (description
+ "@code{goprocess} introduces a way to manage process lifecycles in
+Go. It is much like @code{go.net/context} (it actually uses a Context), but
it is
+more like a Context-WaitGroup hybrid. @code{goprocess} is about being able to
start
+and stop units of work, which may receive @code{Close} signals from many
clients.")
+ (license license:expat)))
+
(define-public go-github-com-jinzhu-copier
(package
(name "go-github-com-jinzhu-copier")
- branch master updated (4fe9aae225 -> 6fda9cfd0f), guix-commits, 2024/03/16
- 03/10: gnu: Add go-github-com-jbenet-go-temp-err-catcher., guix-commits, 2024/03/16
- 07/10: gnu: Add go-github-com-klauspost-pgzip., guix-commits, 2024/03/16
- 06/10: gnu: Add go-github-com-alexliesenfeld-health., guix-commits, 2024/03/16
- 05/10: gnu: Add go-github-com-whyrusleeping-go-sysinfo., guix-commits, 2024/03/16
- 10/10: gnu: Add go-github-com-josharian-intern., guix-commits, 2024/03/16
- 08/10: gnu: go-github-com-ulikunitz-xz: Update to 0.5.11., guix-commits, 2024/03/16
- 04/10: gnu: Add go-github-com-jbenet-go-random., guix-commits, 2024/03/16
- 01/10: gnu: Add go-github-com-jbenet-go-cienv., guix-commits, 2024/03/16
- 02/10: gnu: Add go-github-com-jbenet-goprocess.,
guix-commits <=
- 09/10: gnu: go-github-com-ulikunitz-xz: Refresh package style., guix-commits, 2024/03/16