[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/32: gnu: go-github-com-dpotapov-go-spnego: Move to golang-web.
From: |
guix-commits |
Subject: |
30/32: gnu: go-github-com-dpotapov-go-spnego: Move to golang-web. |
Date: |
Sun, 29 Dec 2024 17:38:05 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit a7ef0b8db6820d1c5c9f4fab7b01b8220f783ee2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 29 22:11:28 2024 +0000
gnu: go-github-com-dpotapov-go-spnego: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-dpotapov-go-spnego): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I4c4ab0aa707fe12f82a2393d763f6b5afc266f87
---
gnu/packages/golang-web.scm | 30 ++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 28 ----------------------------
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index cf9da3312e..050e964dcc 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1396,6 +1396,36 @@ 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-dpotapov-go-spnego
+ (package
+ (name "go-github-com-dpotapov-go-spnego")
+ (version "0.0.0-20220426193508-b7f82e4507db")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dpotapov/go-spnego")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1rpcgzkqhdwfsi8a9f9qar16i663pdx3gvwd6c0vfppy7qjmpjfr"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/dpotapov/go-spnego"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-jcmturner-gokrb5-v8
+ go-golang-org-x-net))
+ (home-page "https://github.com/dpotapov/go-spnego")
+ (synopsis "HTTP calls with Kerberos authentication")
+ (description
+ "The package extends Go's HTTP Transport allowing Kerberos
+authentication through Negotiate mechanism (see
+@url{https://tools.ietf.org/html/rfc4559, RFC4559}).")
+ (license license:expat)))
+
(define-public go-github-com-elazarl-goproxy
(package
(name "go-github-com-elazarl-goproxy")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 279dca6cbf..5b54e42ff9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1487,34 +1487,6 @@ configuration file.")
(sha256
(base32 "066bqlgw5h7a3kxswqlv734asb7nw2y6snsn09yqk0ixj23qw22s"))))))
-(define-public go-github-com-dpotapov-go-spnego
- (package
- (name "go-github-com-dpotapov-go-spnego")
- (version "0.0.0-20220426193508-b7f82e4507db")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/dpotapov/go-spnego")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1rpcgzkqhdwfsi8a9f9qar16i663pdx3gvwd6c0vfppy7qjmpjfr"))))
- (build-system go-build-system)
- (arguments `(#:import-path "github.com/dpotapov/go-spnego"))
- (native-inputs
- (list go-github-com-stretchr-testify))
- (propagated-inputs (list go-github-com-jcmturner-gokrb5-v8
- go-golang-org-x-net))
- (home-page "https://github.com/dpotapov/go-spnego")
- (synopsis "HTTP calls with Kerberos authentication")
- (description
- "The package extends Go's HTTP Transport allowing Kerberos
-authentication through Negotiate mechanism (see
-@url{https://tools.ietf.org/html/rfc4559, RFC4559}).")
- (license license:expat)))
-
(define-public go-github-com-blanu-dust
(package
(name "go-github-com-blanu-dust")
- 13/32: gnu: go-github-com-koron-go-ssdp: Simplify., (continued)
- 13/32: gnu: go-github-com-koron-go-ssdp: Simplify., guix-commits, 2024/12/29
- 12/32: gnu: Add go-github-com-levigross-grequests., guix-commits, 2024/12/29
- 15/32: gnu: go-github-com-docker-go-connections: Fix bulid., guix-commits, 2024/12/29
- 06/32: gnu: Add go-gopkg-in-vmihailenco-msgpack-v2., guix-commits, 2024/12/29
- 16/32: gnu: go-github-com-maruel-panicparse: Update to 1.6.2., guix-commits, 2024/12/29
- 14/32: gnu: Add go-github-com-lyft-protoc-gen-star-v2., guix-commits, 2024/12/29
- 01/32: gnu: Add go-github-com-bgentry-speakeasy., guix-commits, 2024/12/29
- 18/32: gnu: packages/calendar: Remove golang module., guix-commits, 2024/12/29
- 26/32: gnu: go-github-com-savsgio-gotils: Update to 0.0.0-20240704082632-aef3928b8a38., guix-commits, 2024/12/29
- 27/32: gnu: go-github-com-savsgio-gotils: Move to golang-xyz., guix-commits, 2024/12/29
- 30/32: gnu: go-github-com-dpotapov-go-spnego: Move to golang-web.,
guix-commits <=
- 21/32: gnu: go-github-com-pkg-diff: Update to 0.0.0-20241224192749-4e6772a4315c., guix-commits, 2024/12/29
- 03/32: gnu: Add go-github-com-hashicorp-go-sockaddr., guix-commits, 2024/12/29
- 20/32: gnu: go-github-com-delthas-go-localeinfo: Move to golang-xyz., guix-commits, 2024/12/29
- 19/32: gnu: go-github-com-delthas-go-localeinfo: Update to 0.0.0-20240813094314-e5413e186769., guix-commits, 2024/12/29
- 23/32: gnu: go-github-com-juju-ansiterm: Update to 1.0.0., guix-commits, 2024/12/29
- 25/32: gnu: go-github-com-savsgio-gotils: Simplify., guix-commits, 2024/12/29
- 29/32: gnu: go-github-com-dpotapov-go-spnego: Fix synopsis and description., guix-commits, 2024/12/29
- 28/32: gnu: go-github-com-dpotapov-go-spnego: Update to 0.0.0-20220426193508-b7f82e4507db., guix-commits, 2024/12/29
- 31/32: gnu: go-github-com-dchest-siphash: Update to 1.2.3., guix-commits, 2024/12/29
- 32/32: gnu: go-github-com-dchest-siphash: Move to golang-crypto., guix-commits, 2024/12/29