[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/401: gnu: Add go-github-com-jackc-pgservicefile.
From: |
guix-commits |
Subject: |
113/401: gnu: Add go-github-com-jackc-pgservicefile. |
Date: |
Thu, 26 Dec 2024 19:30:39 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f2ae857aadfb391f15aee9c56a5f814efe538db1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 12 21:50:33 2024 +0000
gnu: Add go-github-com-jackc-pgservicefile.
* gnu/packages/golang-xyz.scm (go-github-com-jackc-pgservicefile): New
variable.
Change-Id: I8df2ea460e3436135a4f0660569b060f4208880c
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cbdc358299..c617a8b65e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4721,6 +4721,31 @@ time strings.")
"Package pgpassfile is a parser @code{PostgreSQL} .pgpass files.")
(license license:expat)))
+(define-public go-github-com-jackc-pgservicefile
+ (package
+ (name "go-github-com-jackc-pgservicefile")
+ (version "0.0.0-20240606120523-5a60cdf6a761")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jackc/pgservicefile")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0z8ndfdxx5r4dpjbjn9caq9w56lrzwm6nh8jwwk0gnq0n2q4cfhi"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jackc/pgservicefile"))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/jackc/pgservicefile")
+ (synopsis "Parser PostgreSQL for service files")
+ (description
+ "Package pgservicefile is a parser for @code{PostgreSQL} service
+files (e.g. .pg_service.conf).")
+ (license license:expat)))
+
(define-public go-github-com-jackc-puddle
(package
(name "go-github-com-jackc-puddle")
- 99/401: build-system/go: Add skip-build? option key., (continued)
- 99/401: build-system/go: Add skip-build? option key., guix-commits, 2024/12/26
- 100/401: gnu: go-golang-org-x-lint: Update to 0.0.0-20241112194109-818c5a804067., guix-commits, 2024/12/26
- 102/401: gnu: go-golang-org-x-lint: Enable tests., guix-commits, 2024/12/26
- 101/401: gnu: go-golang-org-x-lint: Fix indentation., guix-commits, 2024/12/26
- 106/401: gnu: go-github-com-go-sql-driver-mysql: Enable tests., guix-commits, 2024/12/26
- 104/401: gnu: Add go-gonum-org-v1-gonum., guix-commits, 2024/12/26
- 105/401: gnu: Add go-github-com-aclements-go-moremath., guix-commits, 2024/12/26
- 108/401: gnu: go-github-com-go-stack-stack: Skip failing tests., guix-commits, 2024/12/26
- 116/401: gnu: Add go-github-com-jackc-pgmock., guix-commits, 2024/12/26
- 130/401: gnu: go-golang-org-x-exp-typeparams: Update to 0.0.0-20241210194714-1829a127f884., guix-commits, 2024/12/26
- 113/401: gnu: Add go-github-com-jackc-pgservicefile.,
guix-commits <=
- 120/401: gnu: go-github-com-sirupsen-logrus: Move to golang-xyz., guix-commits, 2024/12/26
- 123/401: gnu: go-github-com-mdlayher-netlink: Simplify package., guix-commits, 2024/12/26
- 133/401: gnu: Add go-github-com-satori-go-uuid., guix-commits, 2024/12/26
- 114/401: gnu: Add go-github-com-jackc-chunkreader., guix-commits, 2024/12/26
- 110/401: gnu: Add go-github-com-jackc-puddle., guix-commits, 2024/12/26
- 136/401: gnu: Add go-github-com-corpix-uarand., guix-commits, 2024/12/26
- 124/401: gnu: Add go-github-com-cilium-ebpf., guix-commits, 2024/12/26
- 137/401: gnu: Add go-github-com-icrowley-fake., guix-commits, 2024/12/26
- 155/401: gnu: Add go-github-com-go-git-go-git-fixtures-v5., guix-commits, 2024/12/26
- 151/401: gnu: go-github-com-coreos-go-semver: Adjust inputs., guix-commits, 2024/12/26