[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/74: gnu: go-golang-org-x-exp: Adjust package style.
From: |
guix-commits |
Subject: |
10/74: gnu: go-golang-org-x-exp: Adjust package style. |
Date: |
Thu, 25 Jul 2024 18:02:21 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 96998167c26cddbf44129cbf9955871b3fedaee9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jul 20 08:17:09 2024 +0100
gnu: go-golang-org-x-exp: Adjust package style.
* gnu/packages/golang-build.scm (go-golang-org-x-exp): Fix indentation,
apply list style.
[description]: Place the sentence on a new line.
Change-Id: I79d4682dc8ca0e5f0826f7e32c6dd01fc58aca44
---
gnu/packages/golang-build.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 88665490bb..d1977d36c8 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -262,28 +262,30 @@ language.")
(base32 "0ccjgv19w5p9sbcq12czmfnkjwv3b7hfljifwax6r9wk4dx0fcn7"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; Submodules with their own go.mod files and packed as separated
- ;; packages:
- ;;
- ;; - golang.org/x/exp/event
- ;; - golang.org/x/exp/jsonrpc2
- ;; - golang.org/x/exp/shiny
- ;; - golang.org/x/exp/sumbdb
- ;; - golang.org/x/exp/typeparams
- (for-each delete-file-recursively
- (list "event" "jsonrpc2" "shiny" "sumdb"
"typeparams"))))))
+ #~(begin
+ ;; Submodules with their own go.mod files and packed as separated
+ ;; packages:
+ ;;
+ ;; - golang.org/x/exp/event
+ ;; - golang.org/x/exp/jsonrpc2
+ ;; - golang.org/x/exp/shiny
+ ;; - golang.org/x/exp/sumbdb
+ ;; - golang.org/x/exp/typeparams
+ (for-each delete-file-recursively
+ (list "event" "jsonrpc2" "shiny" "sumdb"
"typeparams"))))))
(build-system go-build-system)
(arguments
- '(#:import-path "golang.org/x/exp"
- ;; Source-only package
- #:tests? #f
- #:phases (modify-phases %standard-phases
- (delete 'build))))
+ (list
+ #:import-path "golang.org/x/exp"
+ ;; Source-only package
+ #:tests? #f
+ #:phases #~(modify-phases %standard-phases
+ (delete 'build))))
(home-page "https://golang.org/x/exp")
(synopsis "Experimental and deprecated Go packages")
- (description "This subrepository holds experimental and deprecated (in the
-@code{old} directory) packages.")
+ (description
+ "This subrepository holds experimental and deprecated (in the @code{old}
+directory) packages.")
(license license:bsd-3)))
(define-public go-golang-org-x-exp-typeparams
- branch go-team created (now 1129b6fe4a), guix-commits, 2024/07/25
- 01/74: gnu: go-golang-org-x-oauth2: Update to 0.21.0., guix-commits, 2024/07/25
- 03/74: gnu: go-golang-org-x-oauth2: Move to golang-web., guix-commits, 2024/07/25
- 06/74: gnu: go-github-com-google-go-cmp-cmp: Improve package style., guix-commits, 2024/07/25
- 10/74: gnu: go-golang-org-x-exp: Adjust package style.,
guix-commits <=
- 11/74: gnu: go-golang-org-x-exp: Enable tests., guix-commits, 2024/07/25
- 15/74: gnu: go-golang-org-sql-mock: Update to 1.5.2., guix-commits, 2024/07/25
- 17/74: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0., guix-commits, 2024/07/25
- 18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6., guix-commits, 2024/07/25
- 24/74: gnu: go-pgregory-net-rapid: Build with default go., guix-commits, 2024/07/25
- 19/74: gnu: go-github-com-tdewolff-test: Update to 1.0.10., guix-commits, 2024/07/25
- 26/74: gnu: go-github-com-burntsushi-toml: Enable all tests., guix-commits, 2024/07/25
- 33/74: gnu: Add packages/prometheus module., guix-commits, 2024/07/25
- 07/74: gnu: go-github-com-google-go-cmp-cmp: Enable all tests., guix-commits, 2024/07/25
- 30/74: gnu: Add go-tomlv., guix-commits, 2024/07/25