[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/401: gnu: Remove go-github-com-dustin-gojson.
From: |
guix-commits |
Subject: |
02/401: gnu: Remove go-github-com-dustin-gojson. |
Date: |
Thu, 26 Dec 2024 19:30:18 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 0b73fc9ae7fbe20a8db513953e66f6a9d6240a75
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 23 21:06:40 2024 +0000
gnu: Remove go-github-com-dustin-gojson.
It's not maintained for 8y and not in use by any other packages in Guix.
* gnu/packages/golang-xyz.scm (go-github-com-dustin-gojson): Delete
variable.
Change-Id: I0b8d6e0873967d2454654640fa5f5add0b2bfaf3
---
gnu/packages/golang-xyz.scm | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3731341654..b8076697d6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2597,41 +2597,6 @@ Implements string conversion functionality for unit
prefixes.
@end table")
(license license:bsd-3)))
-(define-public go-github-com-dustin-gojson
- (package
- (name "go-github-com-dustin-gojson")
- (version "v0.0.0-20160307161227-2e71ec9dd5ad")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/dustin/gojson")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1vrmmyn7l568l1k71mxd54iqf3d54pn86cf278i374j86jn0bdxf"))
- (modules '((guix build utils)))
- (snippet '(begin
- ;; Fix the library to work with go-1.21.
- (substitute* "decode.go"
- (("trying to unmarshal unquoted value into")
- "trying to unmarshal unquoted value %v into"))
- (substitute* "decode_test.go"
- (("t.Fatalf\\(\"Unmarshal: %v\"\\)")
- "t.Fatalf(\"Unmarshal: %v\", data)")) ;))))
- (substitute* "scanner.go"
- (("s := strconv.Quote\\(string\\(c\\)\\)")
- "s := strconv.QuoteRune(rune(c))"))))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/dustin/gojson"))
- (home-page "https://github.com/dustin/gojson")
- (synopsis "Extended Golang's @code{encoding/json} module with the public
scanner API")
- (description
- "This package provides a fork of Golang's @code{encoding/json} with the
-scanner API made public.")
- (license license:bsd-3)))
-
(define-public go-github-com-dustin-go-humanize
(package
(name "go-github-com-dustin-go-humanize")
- 199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0., (continued)
- 199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0., guix-commits, 2024/12/26
- 185/401: gnu: go-github-com-twpayne-go-xdg-v3: Fix bulid., guix-commits, 2024/12/26
- 188/401: gnu: go-go-mongodb-org-mongo-driver: Simplify package., guix-commits, 2024/12/26
- 225/401: gnu: go-github-com-jcmturner-rpc: Fix import path., guix-commits, 2024/12/26
- 232/401: gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-20150505043853-245c9e0234cb., guix-commits, 2024/12/26
- 233/401: gnu: go-github-com-jacobsa-reqtrace: Move to golang-check., guix-commits, 2024/12/26
- 246/401: gnu: Add go-github-com-jacobsa-syncutil., guix-commits, 2024/12/26
- 247/401: gnu: go-golang-org-x-net: Update to 0.33.0., guix-commits, 2024/12/26
- 243/401: gnu: Add go-github-com-maxatome-go-testdeep., guix-commits, 2024/12/26
- 01/401: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/12/26
- 02/401: gnu: Remove go-github-com-dustin-gojson.,
guix-commits <=
- 03/401: gnu: go-github-com-russross-blackfriday: Move to golang-xyz., guix-commits, 2024/12/26
- 14/401: gnu: go-github-com-spf13-cast: Move to golang-xyz., guix-commits, 2024/12/26
- 22/401: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/12/26
- 26/401: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., guix-commits, 2024/12/26
- 32/401: gnu: packages/textutils: Remove golang module., guix-commits, 2024/12/26
- 56/401: gnu: go-github-com-golang-glog: Update to 1.2.3., guix-commits, 2024/12/26
- 58/401: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0., guix-commits, 2024/12/26
- 62/401: gnu: go-github-com-vishvananda-netns: Move to golang-web., guix-commits, 2024/12/26
- 76/401: gnu: Add go-github-com-vito-midterm., guix-commits, 2024/12/26
- 75/401: gnu: Add go-github-com-sebdah-goldie-v2., guix-commits, 2024/12/26