mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-jhillyerd-enmime: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-jhillyerd-enmime): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ifbc0490421ad5063d6681c46b8e0facca636bd9e
This commit is contained in:
parent
9f3e8c045f
commit
0508bb1f7d
2 changed files with 32 additions and 32 deletions
|
@ -1620,6 +1620,38 @@ SPNEGO Kerberos authentication, as well as a HTTP handler wrapper decodes
|
||||||
Microsoft AD PAC authorization data.")
|
Microsoft AD PAC authorization data.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-jhillyerd-enmime
|
||||||
|
(package
|
||||||
|
(name "go-github-com-jhillyerd-enmime")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jhillyerd/enmime")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "03pir9wq9ha2i2ifj819yv5i0lvrgdn904ksbzgc3k8bqc497ydn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/jhillyerd/enmime"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-cention-sany-utf7
|
||||||
|
go-github-com-go-test-deep
|
||||||
|
go-github-com-gogs-chardet
|
||||||
|
go-github-com-jaytaylor-html2text
|
||||||
|
go-github-com-pkg-errors
|
||||||
|
go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/jhillyerd/enmime")
|
||||||
|
(synopsis "MIME encoder and decoder for Go")
|
||||||
|
(description
|
||||||
|
"The enmime package implements a MIME encoding and decoding library
|
||||||
|
geared towards parsing MIME encoded emails.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jmespath-go-jmespath
|
(define-public go-github-com-jmespath-go-jmespath
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jmespath-go-jmespath")
|
(name "go-github-com-jmespath-go-jmespath")
|
||||||
|
|
|
@ -8653,38 +8653,6 @@ email library.")
|
||||||
text-only mail clients to display them.")
|
text-only mail clients to display them.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jhillyerd-enmime
|
|
||||||
(package
|
|
||||||
(name "go-github-com-jhillyerd-enmime")
|
|
||||||
(version "1.2.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/jhillyerd/enmime")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"03pir9wq9ha2i2ifj819yv5i0lvrgdn904ksbzgc3k8bqc497ydn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/jhillyerd/enmime"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-stretchr-testify))
|
|
||||||
(propagated-inputs (list
|
|
||||||
go-github-com-cention-sany-utf7
|
|
||||||
go-github-com-go-test-deep
|
|
||||||
go-github-com-gogs-chardet
|
|
||||||
go-github-com-jaytaylor-html2text
|
|
||||||
go-github-com-pkg-errors
|
|
||||||
go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/jhillyerd/enmime")
|
|
||||||
(synopsis "MIME encoder and decoder for Go")
|
|
||||||
(description
|
|
||||||
"The enmime package implements a MIME encoding and decoding
|
|
||||||
library geared towards parsing MIME encoded emails.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-creack-pty
|
(define-public go-github-com-creack-pty
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-creack-pty")
|
(name "go-github-com-creack-pty")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue