[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web.
From: |
guix-commits |
Subject: |
10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web. |
Date: |
Sun, 24 Nov 2024 16:48:51 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 824b4b59847629555aa05af496ee2de9509e6833
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 20:24:51 2024 +0000
gnu: go-github-com-aki237-nscjar: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar): Move from here ...
* gnu/packages/golang-web.scm: ... to here.
* gnu/packages/curl.scm: Add golang-web module.
Change-Id: I77e9528d925507cbc64acc47cf241d8efe0d5cd4
---
gnu/packages/curl.scm | 1 +
gnu/packages/golang-web.scm | 25 +++++++++++++++++++++++++
gnu/packages/golang.scm | 23 -----------------------
3 files changed, 26 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index ecc13a04e5..cbdcfb4871 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,6 +51,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
+ #:use-module (gnu packages golang-web)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages guile)
#:use-module (gnu packages kerberos)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 30eec83016..fc1f45e7b4 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -171,6 +171,31 @@ API service accounts for Go.")
2019.")
(license license:expat)))
+(define-public go-github-com-aki237-nscjar
+ (package
+ (name "go-github-com-aki237-nscjar")
+ (version "0.0.0-20210417074043-bbb606196143")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aki237/nscjar")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vbagy9g795b17lnnkkm2f3pcrkxrzc4qbzc656g2cdkdprdyb4m"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/aki237/nscjar"))
+ (home-page "https://github.com/aki237/nscjar")
+ (synopsis "Handle Netscape / Mozilla cookies")
+ (description
+ "@code{nscjar} is a Go library used to parse and output
+Netscape/Mozilla's old-style cookie files. It also implements a simple cookie
+jar struct to manage the cookies added to the cookie jar.")
+ (license license:expat)))
+
(define-public go-github-com-alexliesenfeld-health
(package
(name "go-github-com-alexliesenfeld-health")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e3fa4e6eff..1ca7d6e53e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2438,29 +2438,6 @@ writers can be supplied for alternate environments.")
(home-page "https://github.com/alsm/ioprogress")
(license license:expat))))
-(define-public go-github-com-aki237-nscjar
- (package
- (name "go-github-com-aki237-nscjar")
- (version "0.0.0-20210417074043-bbb606196143")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/aki237/nscjar")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0vbagy9g795b17lnnkkm2f3pcrkxrzc4qbzc656g2cdkdprdyb4m"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/aki237/nscjar"))
- (synopsis "Handle Netscape / Mozilla cookies")
- (description "@code{nscjar} is a Go library used to parse and output
-Netscape/Mozilla's old-style cookie files. It also implements a simple cookie
-jar struct to manage the cookies added to the cookie jar.")
- (home-page "https://github.com/aki237/nscjar")
- (license license:expat)))
-
(define-public go-github-com-gizak-termui
(package
(name "go-github-com-gizak-termui")
- 04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz., (continued)
- 04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/11/24
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/11/24
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/11/24
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web.,
guix-commits <=
- 16/20: gnu: lf: Update to 33., guix-commits, 2024/11/24
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/11/24
- 15/20: gnu: Add go-github-com-xuanwo-go-locale., guix-commits, 2024/11/24
- 14/20: gnu: packages/curl: Remove golang module., guix-commits, 2024/11/24
- 17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/11/24