[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: go-github-com-dlclark-regexp2: Move to golang-xyz.
From: |
guix-commits |
Subject: |
13/13: gnu: go-github-com-dlclark-regexp2: Move to golang-xyz. |
Date: |
Fri, 28 Jun 2024 10:40:29 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit ae55410e0752000268b31c71dddea58e6106522a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jun 18 19:03:15 2024 +0100
gnu: go-github-com-dlclark-regexp2: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I0e355d6d21c604d89c623eaf9c5276c61b40d4c6
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
gnu/packages/golang.scm | 21 ---------------------
2 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8eb47fbe9e..abcd18dd67 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1240,6 +1240,29 @@ atimes for files.")
mtime,ctime and btime for files.")
(license license:expat)))
+(define-public go-github-com-dlclark-regexp2
+ (package
+ (name "go-github-com-dlclark-regexp2")
+ (version "1.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dlclark/regexp2")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1irfv89b7lfkn7k3zgx610ssil6k61qs1wjj31kvqpxb3pdx4kry"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/dlclark/regexp2"))
+ (home-page "https://github.com/dlclark/regexp2/")
+ (synopsis "Full featured regular expressions for Go")
+ (description
+ "Regexp2 is a feature-rich RegExp engine for Go.")
+ (license license:expat)))
+
(define-public go-github-com-docopt-docopt-go
(let ((commit "ee0de3bc6815ee19d4a46c7eb90f829db0e014b1")
(revision "0"))
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7bc6cb894b..3fd844c7a0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6820,27 +6820,6 @@ matching and globbing with support for \"doublestar\"
patterns.")
(list
#:import-path "github.com/bmatcuk/doublestar/v4"))))
-(define-public go-github-com-dlclark-regexp2
- (package
- (name "go-github-com-dlclark-regexp2")
- (version "1.4.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/dlclark/regexp2")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1irfv89b7lfkn7k3zgx610ssil6k61qs1wjj31kvqpxb3pdx4kry"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/dlclark/regexp2"))
- (home-page "https://github.com/dlclark/regexp2/")
- (synopsis "Full featured regular expressions for Go")
- (description "Regexp2 is a feature-rich RegExp engine for Go.")
- (license license:expat)))
-
(define-public go-github-com-alecthomas-colour
(package
(name "go-github-com-alecthomas-colour")
- 08/13: gnu: go-github-com-masterminds-semver: Rename variable., (continued)
- 08/13: gnu: go-github-com-masterminds-semver: Rename variable., guix-commits, 2024/06/28
- 09/13: gnu: go-github-com-masterminds-semver-v3: Update to 3.2.1., guix-commits, 2024/06/28
- 04/13: gnu: chezmoi: Refresh package style., guix-commits, 2024/06/28
- 01/13: gnu: go-github-com-nwaples-rardecode-v2: Rename variable., guix-commits, 2024/06/28
- 03/13: gnu: chezmoi: Remove propagated inputs., guix-commits, 2024/06/28
- 10/13: gnu: go-github-com-klauspost-cpuid: Move to golang-xyz., guix-commits, 2024/06/28
- 06/13: gnu: go-github-com-masterminds-sprig-v3: Enable tests., guix-commits, 2024/06/28
- 12/13: gnu: Add go-github-com-bmatcuk-doublestar-v4., guix-commits, 2024/06/28
- 11/13: gnu: Add go-github-com-klauspost-cpuid-v2., guix-commits, 2024/06/28
- 05/13: gnu: go-github-com-masterminds-sprig: Rename variable., guix-commits, 2024/06/28
- 13/13: gnu: go-github-com-dlclark-regexp2: Move to golang-xyz.,
guix-commits <=
- 07/13: gnu: go-github-com-masterminds-semver: Move to golang-xyz., guix-commits, 2024/06/28