[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/223: gnu: Add go-github-com-digitalocean-godo.
From: |
guix-commits |
Subject: |
154/223: gnu: Add go-github-com-digitalocean-godo. |
Date: |
Sat, 15 Mar 2025 04:58:45 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 3ad6f5dcb445f6e43cdee7eb8a47b0b510f2a60b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Feb 24 10:06:25 2025 +0000
gnu: Add go-github-com-digitalocean-godo.
* gnu/packages/golang-web.scm (go-github-com-digitalocean-godo): New
variable.
Change-Id: I5aaaefaae6326db1603d2bcc5241643aa97e9fda
---
gnu/packages/golang-web.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 0a00787b16..87c209b7da 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1918,6 +1918,45 @@ Data Representation (XDR) standard protocol as specified
in RFC
4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.")
(license license:isc)))
+(define-public go-github-com-digitalocean-godo
+ (package
+ (name "go-github-com-digitalocean-godo")
+ (version "1.138.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/digitalocean/godo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "083vhzb1hwzdmn5m14ygs949g2kabmafvpcxq2laylkylq1fd3rm"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:go go-1.22
+ #:import-path "github.com/digitalocean/godo"
+ #:test-flags
+ #~(list "-skip" (string-join
+ ;; Tests requiring networking setup.
+ (list "TestRegistry_DeleteManifest"
+ "TestRegistry_DeleteTag"
+ "TestRegistry_ListManifests"
+ "TestRepository_ListTags")
+ "|"))))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-google-go-querystring
+ go-github-com-hashicorp-go-retryablehttp
+ go-golang-org-x-oauth2
+ go-golang-org-x-time))
+ (home-page "https://github.com/digitalocean/godo")
+ (synopsis "DigitalOcean Go API client")
+ (description
+ "Package godo is the @code{DigitalOcean} API v2 client for Go.")
+ (license (list license:expat license:bsd-3))))
+
(define-public go-github-com-dimfeld-httptreemux
(package
(name "go-github-com-dimfeld-httptreemux")
- 135/223: gnu: go-github-com-mesilliac-pulse-simple: Move to radio., (continued)
- 135/223: gnu: go-github-com-mesilliac-pulse-simple: Move to radio., guix-commits, 2025/03/15
- 140/223: gnu: go-gitlab-com-ambrevar-golua-unicode: Move to music., guix-commits, 2025/03/15
- 148/223: gnu: git-lfs: Update to 3.6.1., guix-commits, 2025/03/15
- 151/223: gnu: Remove go-github-com-alecthomas-kingpin., guix-commits, 2025/03/15
- 126/223: gnu: go-github-com-operatorfoundation-shapeshifter-ipc: Simplify., guix-commits, 2025/03/15
- 127/223: gnu: go-github-com-operatorfoundation-shapeshifter-ipc: Move to golang-crytpo., guix-commits, 2025/03/15
- 136/223: gnu: go-github-com-akosmarton-papipes: Move to radio., guix-commits, 2025/03/15
- 149/223: gnu: git-lfs: Fix indentation., guix-commits, 2025/03/15
- 152/223: gnu: Remove go-github-com-alecthomas-template., guix-commits, 2025/03/15
- 153/223: gnu: aws-vault: Set version in build-flags., guix-commits, 2025/03/15
- 154/223: gnu: Add go-github-com-digitalocean-godo.,
guix-commits <=
- 155/223: gnu: Add go-github-com-miekg-pkcs11., guix-commits, 2025/03/15
- 158/223: gnu: go-1.22: Update to 1.22.12., guix-commits, 2025/03/15
- 165/223: gnu: go-github-com-nats-io-nkeys: Update to 0.4.10., guix-commits, 2025/03/15
- 171/223: gnu: Add go-go-abhg-dev-io-ioutil., guix-commits, 2025/03/15
- 156/223: gnu: packages: Remove redundant (gnu packages golang) from some modules., guix-commits, 2025/03/15
- 157/223: gnu: oauth2l: Update to 1.3.2., guix-commits, 2025/03/15
- 173/223: gnu: go-github-com-rogpeppe-go-internal: Improve description., guix-commits, 2025/03/15
- 159/223: gnu: go-1.23: Update to 1.23.6., guix-commits, 2025/03/15
- 161/223: gnu: vale: Update to 3.9.5., guix-commits, 2025/03/15
- 124/223: gnu: go-github-com-blanu-dust: Simplify., guix-commits, 2025/03/15