[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66827] [PATCH 46/67] gnu: go-github-com-aws-aws-sdk-go: Move to (gn
From: |
Sharlatan Hellseher |
Subject: |
[bug#66827] [PATCH 46/67] gnu: go-github-com-aws-aws-sdk-go: Move to (gnu packages golang-web). |
Date: |
Mon, 30 Oct 2023 01:09:00 +0000 |
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.
Change-Id: Ic639856afb340c2a7aea6dc917d2bcd32290d1b7
---
gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
gnu/packages/golang.scm | 25 -------------------------
2 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 1542c409fe..7ecdcbd8b5 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
;;; Copyright © 2020-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2022 Adam Kandur <kefironpremise@gmail.com>
@@ -104,6 +105,33 @@ (define-public go-github-com-aws-sdk
"This is the official AWS SDK for the Go programming language.")
(license license:asl2.0)))
+;; XXX: This package might be a duplicate of go-github-com-aws-sdk, it's not
+;; in use anywhere. Keep it here for the farther review.
+(define-public go-github-com-aws-aws-sdk-go
+ (package
+ (name "go-github-com-aws-aws-sdk-go")
+ (version "1.36.18")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aws/aws-sdk-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "169mkkw1cff1px6326krwvfpfj07sb4y5rbn003gi4bk176h6ry9"))))
+ (build-system go-build-system)
+ (propagated-inputs
+ (list go-github-com-jmespath-go-jmespath))
+ (arguments
+ '(#:import-path "github.com/aws/aws-sdk-go"
+ #:phases %standard-phases))
+ (synopsis "The official AWS SDK for the Go programming language")
+ (description
+ "The official AWS SDK for the Go programming language.")
+ (home-page "https://github.com/aws/aws-sdk-go")
+ (license license:asl2.0)))
+
(define-public go-github-com-aws-aws-sdk-go-v2
(package
(name "go-github-com-aws-aws-sdk-go-v2")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a416c00a12..7bcfb86d5c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11423,31 +11423,6 @@ (define-public go-github-com-mtibben-androiddnsfix
(define-public go-github-com-androiddnsfix
(deprecated-package "go-github-com-androiddnsfix"
go-github-com-mtibben-androiddnsfix))
-(define-public go-github-com-aws-aws-sdk-go
- (package
- (name "go-github-com-aws-aws-sdk-go")
- (version "1.36.18")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/aws/aws-sdk-go")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "169mkkw1cff1px6326krwvfpfj07sb4y5rbn003gi4bk176h6ry9"))))
- (build-system go-build-system)
- (propagated-inputs
- (list go-github-com-jmespath-go-jmespath))
- (arguments
- '(#:import-path "github.com/aws/aws-sdk-go"
- #:phases %standard-phases))
- (synopsis "The official AWS SDK for the Go programming language")
- (description
- "The official AWS SDK for the Go programming language.")
- (home-page "https://github.com/aws/aws-sdk-go")
- (license license:asl2.0)))
-
(define-public go-gopkg-in-ini
(package
(name "go-gopkg-in-ini")
--
2.41.0
- [bug#66827] [PATCH 31/67] gnu: go-github-com-coreos-go-oidc-v3: Move to (gnu packages golang-web)., (continued)
- [bug#66827] [PATCH 31/67] gnu: go-github-com-coreos-go-oidc-v3: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 11/67] gnu: go-github-com-gorilla-handlers: Remove input labels., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 18/67] gnu: go-github-com-jcmturner-dnsutils-v2: Adjust inputs., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 22/67] gnu: go-github-com-tdewolff-minify-v2: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 25/67] gnu: go-github-com-microcosm-cc-bluemonday: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 29/67] gnu: go-gopkg-in-square-go-jose-v2: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 21/67] gnu: go-github-com-gorilla-csrf: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 34/67] gnu: go-github-com-go-chi-chi-v5: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 40/67] gnu: go-github-com-francoispqt-gojay: Adjust inputs., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 42/67] gnu: go-github-com-jmespath-go-jmespath: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 46/67] gnu: go-github-com-aws-aws-sdk-go: Move to (gnu packages golang-web).,
Sharlatan Hellseher <=
- [bug#66827] [PATCH 44/67] gnu: go-github-com-aws-smithy-go: Adjust description., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 49/67] gnu: go-github-com-aws-aws-sdk-go-v2-service-sso: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 45/67] gnu: go-github-com-aws-aws-sdk-go-v2: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 48/67] gnu: go-github-com-aws-aws-sdk-go-v2-service-iam: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 43/67] gnu: go-github-com-aws-smithy-go: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 47/67] gnu: go-github-com-aws-aws-sdk-go-v2-config: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 41/67] gnu: go-github-com-goccy-go-json: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 50/67] gnu: go-github-com-aws-aws-sdk-go-v2-service-ssooidc: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 54/67] gnu: go-github-com-nwidger-jsoncolor: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29
- [bug#66827] [PATCH 55/67] gnu: go-github-com-hjson-hjson-go: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/10/29