[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: Remove go-github-com-technoweenie-multipartstreamer.
From: |
guix-commits |
Subject: |
16/21: gnu: Remove go-github-com-technoweenie-multipartstreamer. |
Date: |
Fri, 26 Jul 2024 18:47:32 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit cbba4c9ed9985e86d771fdd05bed15962d419ca8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 26 21:09:54 2024 +0100
gnu: Remove go-github-com-technoweenie-multipartstreamer.
The project is abandoned, the last changes were added 11y ago. Not in
use within Guix.
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer):
Delete variable.
Change-Id: I04cf34e4b3fe7a52b7c30ca794ad051a62a93691
---
gnu/packages/golang.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e68b0ba07d..aff21c7c35 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3303,30 +3303,6 @@ editor.")
slices, JSON and other data.")
(license license:expat)))
-(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")
- 10/21: gnu: aws-vault: Improve package style., (continued)
- 10/21: gnu: aws-vault: Improve package style., guix-commits, 2024/07/26
- 11/21: gnu: go-github-com-gatherstars-com-jwz: Update to 1.4.0., guix-commits, 2024/07/26
- 12/21: gnu: go-github-com-gatherstars-com-jwz: Adjust synopsis and description., guix-commits, 2024/07/26
- 19/21: gnu: go-github-com-emersion-go-message: Update to 0.18.1., guix-commits, 2024/07/26
- 20/21: gnu: go-github-com-emersion-go-message: Move to golang-web., guix-commits, 2024/07/26
- 08/21: gnu: go-gopkg-in-ini-v1: Move to golang-xyz., guix-commits, 2024/07/26
- 13/21: gnu: packages/golang-web: Update module commentary., guix-commits, 2024/07/26
- 09/21: gnu: aws-vault: Update to 7.2.0., guix-commits, 2024/07/26
- 21/21: gnu: go-github-com-jhillyerd-enmime: Move to golang-web., guix-commits, 2024/07/26
- 02/21: gnu: go-github-com-99designs-go-keyring: Rename variable., guix-commits, 2024/07/26
- 16/21: gnu: Remove go-github-com-technoweenie-multipartstreamer.,
guix-commits <=
- 17/21: gnu: go-github-com-emersion-go-pgpmail: Update to 0.2.1., guix-commits, 2024/07/26
- 18/21: gnu: go-github-com-emersion-go-pgpmail: Enable tests., guix-commits, 2024/07/26
- 03/21: gnu: go-github-com-99designs-keyring: Enable tests., guix-commits, 2024/07/26
- 14/21: gnu: go-github-com-gatherstars-com-jwz: Move to golang-web., guix-commits, 2024/07/26
- 15/21: gnu: Remove go-github-com-go-telegram-bot-api-telegram-bot-api., guix-commits, 2024/07/26