[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web.
From: |
guix-commits |
Subject: |
08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web. |
Date: |
Sat, 9 Nov 2024 16:44:44 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 856e342fd7b0a4a58ebc407c8ed571c1bea053ec
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 3 20:53:06 2024 +0100
gnu: go-github-com-jaytaylor-html2text: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): Move from
here ...
* gnu/packages/golang-web.scm ... to here.
Change-Id: Ie2e79aa4a7f034579433f9ea7d55bcfdea1b90d8
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
gnu/packages/golang.scm | 26 --------------------------
2 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 477afba2a8..f7c787481c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2443,6 +2443,33 @@ default LAN gateway.")
port mapping and discovering the external IP address of a firewall.")
(license license:asl2.0)))
+(define-public go-github-com-jaytaylor-html2text
+ (package
+ (name "go-github-com-jaytaylor-html2text")
+ (version "0.0.0-20230321000545-74c2419ad056")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jaytaylor/html2text")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14r0ph8w4yxx129kfvj0qbx4cyid65md93qmwlz2cly4iwjnr7w2"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/jaytaylor/html2text"))
+ (propagated-inputs
+ (list go-golang-org-x-net
+ go-github-com-olekukonko-tablewriter
+ go-github-com-ssor-bom))
+ (home-page "https://github.com/jaytaylor/html2text")
+ (synopsis "Convert HTML emails to text")
+ (description
+ "The html2text package converts HTML emails to plain text, allowing
+text-only mail clients to display them.")
+ (license license:expat)))
+
(define-public go-github-com-jcmturner-dnsutils-v2
(package
(name "go-github-com-jcmturner-dnsutils-v2")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 014a347771..b8e2f81ecc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8017,32 +8017,6 @@ result is a conceptually simple, but highly performant,
disk-backed storage syst
email library.")
(license license:gpl3+)))
-(define-public go-github-com-jaytaylor-html2text
- (package
- (name "go-github-com-jaytaylor-html2text")
- (version "0.0.0-20230321000545-74c2419ad056")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jaytaylor/html2text")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "14r0ph8w4yxx129kfvj0qbx4cyid65md93qmwlz2cly4iwjnr7w2"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/jaytaylor/html2text"))
- (propagated-inputs (list go-golang-org-x-net
- go-github-com-olekukonko-tablewriter
- go-github-com-ssor-bom))
- (home-page "https://github.com/jaytaylor/html2text")
- (synopsis "Convert HTML emails to text")
- (description
- "The html2text package converts HTML emails to plain text, allowing
-text-only mail clients to display them.")
- (license license:expat)))
-
(define-public go-github-com-riywo-loginshell
(package
(name "go-github-com-riywo-loginshell")
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., (continued)
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/09
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/09
- 150/172: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/11/09
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/09
- 165/172: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/11/09
- 162/172: gnu: Add go-github-com-matryer-is., guix-commits, 2024/11/09
- 139/172: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/11/09
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/11/09
- 166/172: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/11/09
- 164/172: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/11/09
- 08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web.,
guix-commits <=
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/11/09
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/09
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/09
- 15/172: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/11/09
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/09
- 22/172: import/go: Add diagnostics., guix-commits, 2024/11/09
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/09
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/09
- 136/172: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/11/09
- 153/172: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build., guix-commits, 2024/11/09