[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63903] [PATCH 07/11] gnu: Add go-github-com-technoweenie-multiparts
From: |
Hilton Chain |
Subject: |
[bug#63903] [PATCH 07/11] gnu: Add go-github-com-technoweenie-multipartstreamer. |
Date: |
Mon, 5 Jun 2023 18:09:21 +0800 |
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): New
variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c69a991290..4708d4395f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4323,6 +4323,30 @@ (define go-github-com-stretchr-testify-bootstrap
(propagated-inputs
(list go-gopkg-in-yaml-v3))))
+(define-public go-github-com-technoweenie-multipartstreamer
+ (package
+ (name "go-github-com-technoweenie-multipartstreamer")
+ (version "1.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/technoweenie/multipartstreamer")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "159jhcabdkds8m5777zfs8p5z3snpjhzz7q9aq9wjpcvh6xlljqa"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:tests? #f ; Upstream tests are broken.
+ #:import-path "github.com/technoweenie/multipartstreamer"))
+ (home-page "https://github.com/technoweenie/multipartstreamer")
+ (synopsis "MIME multipart format streamer")
+ (description
+ "This package helps you encode large files in MIME multipart format
+without reading the entire content into memory.")
+ (license license:expat)))
+
(define-public go-github-com-tevino-abool
(let ((commit
"3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12")
--
2.40.1
- [bug#63903] [PATCH 00/11] gnu: Add miniflux., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 01/11] gnu: Add go-github-com-pquerna-cachecontrol., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 02/11] gnu: Add go-gopkg-in-square-go-jose-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 05/11] gnu: Add go-github-com-tdewolff-parse-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 07/11] gnu: Add go-github-com-technoweenie-multipartstreamer.,
Hilton Chain <=
- [bug#63903] [PATCH 08/11] gnu: Add go-github-com-go-telegram-bot-api-telegram-bot-api., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 09/11] gnu: Add go-github-com-matrix-org-gomatrix., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 10/11] gnu: Add go-github-com-rylans-getlang., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 03/11] gnu: Add go-github-com-coreos-go-oidc., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 06/11] gnu: Add go-github-com-tdewolff-minify-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 04/11] gnu: Add go-github-com-tdewolff-test., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 11/11] gnu: Add miniflux., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 00/11] gnu: Add miniflux., Hilton Chain, 2023/06/05