[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4.
From: |
guix-commits |
Subject: |
195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4. |
Date: |
Thu, 26 Dec 2024 19:30:56 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 551976ab798f74967985ae9543371e2a8fa34d00
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 15 20:27:29 2024 +0000
gnu: Add go-sigs-k8s-io-structured-merge-diff-v4.
* gnu/packages/golang-xyz.scm (go-sigs-k8s-io-structured-merge-diff-v4):
New variable.
Change-Id: Ica5089e9c8c957c27a797602da66001530281de1
---
gnu/packages/golang-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cdb2810c29..ecbe9cd828 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10777,6 +10777,38 @@ described at https://golang.org/s/re2syntax, except
for @code{\\C.}")
unmarshaling functions based on @code{encoding/json} @code{Unmarshal()}.")
(license license:asl2.0)))
+(define-public go-sigs-k8s-io-structured-merge-diff-v4
+ (package
+ (name "go-sigs-k8s-io-structured-merge-diff-v4")
+ (version "4.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kubernetes-sigs/structured-merge-diff")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0xgi3r2xvwvxy6jc6rd5rrnib4y9b4kgpqphm4lkhgaayy3njwv3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "sigs.k8s.io/structured-merge-diff/v4"
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'build)))) ; no go files in project's root
+ (propagated-inputs
+ (list go-github-com-google-go-cmp
+ go-github-com-google-gofuzz
+ go-github-com-json-iterator-go
+ go-sigs-k8s-io-yaml))
+ (home-page "https://github.com/kubernetes-sigs/structured-merge-diff")
+ (synopsis "Structured Merge and Diff")
+ (description
+ "This package provides a code which implements the Kubernetes \"apply\"
+operation.")
+ (license license:asl2.0)))
+
(define-public go-sigs-k8s-io-yaml
(package
(name "go-sigs-k8s-io-yaml")
- 135/401: gnu: Add go-github-com-cockroachdb-apd., (continued)
- 135/401: gnu: Add go-github-com-cockroachdb-apd., guix-commits, 2024/12/26
- 392/401: gnu: Add go-fxlint., guix-commits, 2024/12/26
- 148/401: gnu: Add go-github-com-viant-toolbox., guix-commits, 2024/12/26
- 175/401: gnu: Add go-gitlab-com-yawning-obfs4-git., guix-commits, 2024/12/26
- 173/401: gnu: go-github-com-dsnet-golib: Adjust inputs., guix-commits, 2024/12/26
- 198/401: gnu: Add go-github-com-google-gnostic-models., guix-commits, 2024/12/26
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., guix-commits, 2024/12/26
- 172/401: gnu: go-github-com-dsnet-compress: Fix tests., guix-commits, 2024/12/26
- 197/401: gnu: go-github-com-emicklei-go-restful-v3: Fix build., guix-commits, 2024/12/26
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26
- 195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4.,
guix-commits <=
- 342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable., guix-commits, 2024/12/26
- 360/401: gnu: Add go-github-com-go-yaml-yaml., guix-commits, 2024/12/26
- 362/401: gnu: go-github-com-oklog-ulid: Fix bulid., guix-commits, 2024/12/26
- 382/401: gnu: Add go-github-com-gin-gonic-gin., guix-commits, 2024/12/26
- 368/401: gnu: Add go-github-com-keybase-dbus., guix-commits, 2024/12/26
- 379/401: gnu: go-github-com-burntsushi-toml: Simplify., guix-commits, 2024/12/26
- 390/401: gnu: go-go-uber-org-multierr: Update to 1.11.0., guix-commits, 2024/12/26
- 396/401: gnu: go-github-com-willscott-goturn: Update to 0.0.0-20170802220503-19f41278d0c9., guix-commits, 2024/12/26
- 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0., guix-commits, 2024/12/26
- 128/401: gnu: Add go-github-com-containerd-log., guix-commits, 2024/12/26