[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz.
From: |
guix-commits |
Subject: |
12/12: gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz. |
Date: |
Fri, 29 Mar 2024 10:23:53 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8ed9ce9d0070b854f0aadc6626e624ba2156c112
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 29 14:05:10 2024 +0000
gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/mail.scm: Add (gnu packages golang-xyz) module.
Change-Id: I2d5d0565f4c758f49032cadfa1dcca7e884a577b
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
gnu/packages/golang.scm | 25 -------------------------
gnu/packages/mail.scm | 1 +
3 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8e34c34e7b..e1ac32273c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -784,6 +784,33 @@ of unit files.")))
metrics to Graphite.")
(license license:bsd-2)))
+(define-public go-github-com-danwakefield-fnmatch
+ (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
+ (revision "0"))
+ (package
+ (name "go-github-com-danwakefield-fnmatch")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/danwakefield/fnmatch")
+ (commit commit)))
+ (sha256
+ (base32 "0cbf511ppsa6hf59mdl7nbyn2b2n71y0bpkzbmfkdqjhanqh1lqz"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/danwakefield/fnmatch"))
+ (home-page "https://github.com/danwakefield/fnmatch")
+ (synopsis "Updated clone of kballards golang fnmatch gist")
+ (description
+ "This package provides string-matching based on BSD fnmatch.3. It is an
+updated clone of kballards golang fnmatch
+gist (https://gist.github.com/kballard/272720).")
+ (license license:bsd-2))))
+
(define-public go-github-com-dave-jennifer
(package
(name "go-github-com-dave-jennifer")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3a10b8c03c..385da42eda 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6045,31 +6045,6 @@ and aid debugging.")
a cron spec parser and job runner.")
(license license:expat)))
-(define-public go-github-com-danwakefield-fnmatch
- (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
- (revision "0"))
- (package
- (name "go-github-com-danwakefield-fnmatch")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/danwakefield/fnmatch")
- (commit commit)))
- (sha256
- (base32
- "0cbf511ppsa6hf59mdl7nbyn2b2n71y0bpkzbmfkdqjhanqh1lqz"))
- (file-name (git-file-name name version))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/danwakefield/fnmatch"))
- (home-page "https://github.com/danwakefield/fnmatch")
- (synopsis "Updated clone of kballards golang fnmatch gist")
- (description "This package provides an updated clone of kballards golang
-fnmatch gist (https://gist.github.com/kballard/272720).")
- (license license:bsd-2))))
-
(define-public go-github-com-ddevault-go-libvterm
(let ((commit "b7d861da381071e5d3701e428528d1bfe276e78f")
(revision "0"))
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 23c78a6db5..96a1e3b199 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -113,6 +113,7 @@
#:use-module (gnu packages golang-check)
#:use-module (gnu packages golang-crypto)
#:use-module (gnu packages golang-web)
+ #:use-module (gnu packages golang-xyz)
#:use-module (gnu packages groff)
#:use-module (gnu packages gsasl)
#:use-module (gnu packages gtk)
- branch master updated (d84fb791f6 -> 8ed9ce9d00), guix-commits, 2024/03/29
- 01/12: gnu: Add go-gopkg-in-cheggaaa-pb-v1., guix-commits, 2024/03/29
- 07/12: gnu: Add go-github-com-google-gousb., guix-commits, 2024/03/29
- 02/12: gnu: Add go-github-com-logrusorgru-aurora., guix-commits, 2024/03/29
- 08/12: gnu: Add wally-cli., guix-commits, 2024/03/29
- 09/12: gnu: packages: libusb: Sort use-module alphabetically., guix-commits, 2024/03/29
- 05/12: gnu: Add go-github-com-briandowns-spinner., guix-commits, 2024/03/29
- 06/12: gnu: Add go-github-com-marcinbor85-gohex., guix-commits, 2024/03/29
- 10/12: gnu: packages: flashing-tools: Sort use-module alphabetically., guix-commits, 2024/03/29
- 11/12: gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz., guix-commits, 2024/03/29
- 12/12: gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz.,
guix-commits <=
- 04/12: gnu: Add go-github-com-logrusorgru-aurora-v4., guix-commits, 2024/03/29
- 03/12: gnu: Add go-github-com-logrusorgru-aurora-v3., guix-commits, 2024/03/29