unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69658] [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo.
@ 2024-03-08 22:21 Artyom V. Poptsov
  2024-03-11 20:11 ` Sharlatan Hellseher
  2024-03-17  0:14 ` bug#69658: " Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-03-08 22:21 UTC (permalink / raw)
  To: 69658; +Cc: Artyom V. Poptsov, cox.katherine.e+guix, sharlatanus

* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): New
  variable.

Change-Id: I73cd3fa1ab3a73545121bb3a047795ca2850c0f7
---
 gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0b3db6e379..f46edd3768 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1685,6 +1685,28 @@ (define-public go-github-com-vividcortex-ewma
 weighted moving averages}.")
     (license license:expat)))
 
+(define-public go-github-com-whyrusleeping-go-sysinfo
+  (package
+    (name "go-github-com-whyrusleeping-go-sysinfo")
+    (version "0.0.0-20190219211824-4a357d4b90b1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/whyrusleeping/go-sysinfo")
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0s6yjp9incc579wbbga33vq0hcanv8j2xh9l90ya0r4fihz39jiq"))))
+    (build-system go-build-system)
+    (inputs (list go-github-com-dustin-go-humanize))
+    (arguments
+     '(#:import-path "github.com/whyrusleeping/go-sysinfo"))
+    (home-page "https://github.com/whyrusleeping/go-sysinfo")
+    (synopsis "Package to extract system information")
+    (description "Package to extract system information.")
+    (license license:expat)))
+
 (define-public go-go-uber-org-automaxprocs
   (package
     (name "go-go-uber-org-automaxprocs")

base-commit: 09346fd05f19da3846635e1a0f1c844050d59f26
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#69658] [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo.
  2024-03-08 22:21 [bug#69658] [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo Artyom V. Poptsov
@ 2024-03-11 20:11 ` Sharlatan Hellseher
  2024-03-17  0:14 ` bug#69658: " Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-03-11 20:11 UTC (permalink / raw)
  To: 69658

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hi,

Thank you for the patch.

I know it's hard with some golang module documentation but try to
 add a little bit more info in package description than it's in synopsis.

I started reviewing aggregated patches related to golang.

Thanks,
Oleg

[-- Attachment #2: Type: text/html, Size: 502 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69658: [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo.
  2024-03-08 22:21 [bug#69658] [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo Artyom V. Poptsov
  2024-03-11 20:11 ` Sharlatan Hellseher
@ 2024-03-17  0:14 ` Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-03-17  0:14 UTC (permalink / raw)
  To: 69658-done

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]


Hi,

I've adjusted descripton and checked the project status
https://github.com/whyrusleeping/go-sysinfo/issues/3

Pushed as 85c816c7ad0c9486fe71c72a5c15d6e625da7458 to master

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-17  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 22:21 [bug#69658] [PATCH] gnu: Add go-github-com-whyrusleeping-go-sysinfo Artyom V. Poptsov
2024-03-11 20:11 ` Sharlatan Hellseher
2024-03-17  0:14 ` bug#69658: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).