[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66827] [PATCH 36/67] gnu: go-github-com-emicklei-go-restful: Move t
From: |
Sharlatan Hellseher |
Subject: |
[bug#66827] [PATCH 36/67] gnu: go-github-com-emicklei-go-restful: Move to (gnu packages golang-web). |
Date: |
Wed, 8 Nov 2023 00:41:13 +0000 |
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Move from
here...
* gnu/packages/golang-web.scm: ...to here.
Change-Id: Idc88242d2ec3274a0b68244f5e91bbfc2dd8543c
---
gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c501f55685..4cef7b6641 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
+;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
@@ -260,6 +261,29 @@ (define-public go-github-com-coreos-go-oidc-v3
(list go-github-com-go-jose-go-jose-v3
go-golang-org-x-oauth2))))
+(define-public go-github-com-emicklei-go-restful
+ (package
+ (name "go-github-com-emicklei-go-restful")
+ (version "3.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emicklei/go-restful")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0m1y5a6xr6hmdj77afrvyh2llkbhn1166lcrgis654shl8zs9qhz"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/emicklei/go-restful"))
+ (home-page "https://github.com/emicklei/go-restful")
+ (synopsis "Build REST-style web services using Go")
+ (description "This package provides @code{go-restful}, which helps
+developers to use @code{http} methods explicitly and in a way that's
+consistent with the HTTP protocol definition.")
+ (license license:expat)))
+
(define-public go-github-com-felixge-httpsnoop
(package
(name "go-github-com-felixge-httpsnoop")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bd70a4271c..30d32dcba9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4346,30 +4346,6 @@ (define-public go-github-com-blang-semver
(description "Semver is a library for Semantic versioning written in
Go.")
(license license:expat))))
-(define-public go-github-com-emicklei-go-restful
- (package
- (name "go-github-com-emicklei-go-restful")
- (version "3.4.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/emicklei/go-restful")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0m1y5a6xr6hmdj77afrvyh2llkbhn1166lcrgis654shl8zs9qhz"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/emicklei/go-restful"))
- (home-page "https://github.com/emicklei/go-restful")
- (synopsis "Build REST-style web services using Go")
- (description "This package provides @code{go-restful}, which helps
-developers to use @code{http} methods explicitly and in a way that's consistent
-with the HTTP protocol definition.")
- (license license:expat)))
-
(define-public go-cloud-google-com-go-compute-metadata
(package
(name "go-cloud-google-com-go-compute-metadata")
--
2.41.0
- [bug#66827] [PATCH 15/67] gnu: go-github-com-jcmturner-gokrb5-v8: Move to (gnu packages golang-web)., (continued)
- [bug#66827] [PATCH 15/67] gnu: go-github-com-jcmturner-gokrb5-v8: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 19/67] gnu: go-github-com-jcmturner-goidentity-v6: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 20/67] gnu: go-github-com-jcmturner-goidentity-v6: Adjust inputs., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 21/67] gnu: go-github-com-gorilla-csrf: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 26/67] gnu: go-github-com-google-safehtml: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 10/67] gnu: go-github-com-gorilla-handlers: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 14/67] gnu: go-github-com-gorilla-sessions: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 18/67] gnu: go-github-com-jcmturner-dnsutils-v2: Adjust inputs., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 22/67] gnu: go-github-com-tdewolff-minify-v2: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 23/67] gnu: go-github-com-tdewolff-parse-v2: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 36/67] gnu: go-github-com-emicklei-go-restful: Move to (gnu packages golang-web).,
Sharlatan Hellseher <=
- [bug#66827] [PATCH 38/67] gnu: go-github-com-opentracing-opentracing-go: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 24/67] gnu: go-github-com-gorilla-context: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 32/67] gnu: go-github-com-aws-sdk: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 33/67] gnu: go-github-com-valyala-fasthttp: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 37/67] gnu: go-github-com-tv42-httpunix: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 34/67] gnu: go-github-com-go-chi-chi-v5: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 41/67] gnu: go-github-com-goccy-go-json: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 16/67] gnu: go-github-com-jcmturner-gokrb5-v8: Adjust inputs., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 35/67] gnu: go-github-com-julienschmidt-httprouter: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07
- [bug#66827] [PATCH 30/67] gnu: go-github-com-coreos-go-oidc: Move to (gnu packages golang-web)., Sharlatan Hellseher, 2023/11/07