[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/16: gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web.
From: |
guix-commits |
Subject: |
04/16: gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web. |
Date: |
Thu, 27 Jun 2024 11:05:30 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit be7386e288589f656658a109c73f4c37b4bddbff
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 27 14:46:11 2024 +0100
gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ie95d3630ec98cd2f60139914959a82dc3313ea05
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
gnu/packages/syncthing.scm | 25 -------------------------
2 files changed, 27 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 0b4970f5d5..efbe3dd568 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1829,6 +1829,33 @@ which produce colorized output using
github.com/fatih/color.")
(description "OpenTracing-Go is a Go implementation of the OpenTracing
API.")
(license license:asl2.0)))
+(define-public go-github-com-oschwald-geoip2-golang
+ (package
+ (name "go-github-com-oschwald-geoip2-golang")
+ (version "1.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/oschwald/geoip2-golang")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:tests? #f ; Requires some unpackaged software and test data
+ #:import-path "github.com/oschwald/geoip2-golang"))
+ (propagated-inputs
+ (list go-github-com-oschwald-maxminddb-golang))
+ (home-page "https://github.com/oschwald/geoip2-golang")
+ (synopsis "MaxMind GeoIP2 reader")
+ (description
+ "This package provides a library for reading MaxMind GeoLite2 and GeoIP2
+databases in Go.")
+ (license license:isc)))
+
(define-public go-github-com-oschwald-maxminddb-golang
(package
(name "go-github-com-oschwald-maxminddb-golang")
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 28c3f0dbd2..b9cd50740d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -280,31 +280,6 @@ structs in the Go programming language.")
(home-page "https://github.com/d4l3k/messagediff")
(license expat)))
-(define-public go-github-com-oschwald-geoip2-golang
- (package
- (name "go-github-com-oschwald-geoip2-golang")
- (version "1.4.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/oschwald/geoip2-golang")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw"))))
- (build-system go-build-system)
- (propagated-inputs
- (list go-github-com-oschwald-maxminddb-golang go-golang-org-x-sys))
- (arguments
- `(#:import-path "github.com/oschwald/geoip2-golang"
- #:tests? #f)) ; Requires some unpackaged software and test data
- (synopsis "MaxMind GeoIP2 reader")
- (description "This package provides a library for reading MaxMind
-GeoLite2 and GeoIP2 databases in Go.")
- (home-page "https://github.com/oschwald/geoip2-golang")
- (license isc)))
-
(define-public go-github-com-thejerf-suture
(package
(name "go-github-com-thejerf-suture")
- branch master updated (69f9a43c87 -> 6d88e9e21f), guix-commits, 2024/06/27
- 02/16: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.13.0., guix-commits, 2024/06/27
- 03/16: gnu: go-github-com-oschwald-maxminddb-golang: Enable tests., guix-commits, 2024/06/27
- 04/16: gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web.,
guix-commits <=
- 08/16: gnu: Add go-github-com-thejerf-suture-v4., guix-commits, 2024/06/27
- 13/16: gnu: Remove go-github-com-calmh-du., guix-commits, 2024/06/27
- 14/16: gnu: go-github-com-calmh-xdr: Move to golang-xyz., guix-commits, 2024/06/27
- 01/16: gnu: go-github-com-oschwald-maxminddb-golang: Move to golang-web., guix-commits, 2024/06/27
- 07/16: gnu: go-github-com-thejerf-suture: Update to 3.0.3., guix-commits, 2024/06/27
- 05/16: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.11.0., guix-commits, 2024/06/27
- 09/16: gnu: go-github-com-chmduquesne-rollinghash: Move to golang-crypto., guix-commits, 2024/06/27
- 06/16: gnu: go-github-com-thejerf-suture: Move to golang-xyz., guix-commits, 2024/06/27
- 10/16: gnu: go-github-com-chmduquesne-rollinghash: Update to 4.0.0-1.9a5199b., guix-commits, 2024/06/27
- 11/16: gnu: go-github-com-chmduquesne-rollinghash: Enable all tests., guix-commits, 2024/06/27