all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71843] [PATCH 00/26] Update and unbundle vale - part I
@ 2024-06-29 20:11 Sharlatan Hellseher
  2024-06-30  9:05 ` [bug#71843] [PATCH 01/26] gnu: Add packages/golang-math module Sharlatan Hellseher
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Sharlatan Hellseher @ 2024-06-29 20:11 UTC (permalink / raw)
  To: 71843; +Cc: Sharlatan Hellseher

Hi Guix,

This is the first portion of patches bringing Vale - A markup-aware linter for
prose built with speed and extensibility in mind, to the latest version and
remove all bundled packages.

I don't want to hold them for a long time on my local checkout and make them
available for wide audience which may need to use them as dependencies.

My current stopping point to finlize the update is:
--8<---------------cut here---------------start------------->8---
(define-public go-github-com-mholt-archiver-v4
  ;; v3.5.1 has an issuue with <github.com/xi2/xz> see
  ;; <https://github.com/mholt/archiver/issues/259>.
--8<---------------cut here---------------end--------------->8---

v3 has doubtful project <github.com/xi2/xz> as dependency, but v4 introduces
longer chain of unpacked projects.

--
Oleg

Sharlatan Hellseher (26):
  gnu: Add packages/golang-math module.
  gnu: Add go-github-com-montanaflynn-stats.
  gnu: Add go-github-com-shopspring-decimal.
  gnu: Add go-github-com-adrg-strutil.
  gnu: Add go-github-com-adrg-xdg.
  gnu: Add go-github-com-dsnet-golib.
  gnu: Add go-github-com-dsnet-compress.
  gnu: Add go-github-com-expr-lang-expr.
  gnu: Add go-github-com-d5-tengo-v2.
  gnu: Add go-tengo.
  gnu: Add go-github-com-remeh-sizedwaitgroup.
  gnu: Add go-github-com-gookit-color.
  gnu: Add go-atomicgo-dev-assert.
  gnu: Add go-github-com-otiai10-mint.
  gnu: Add go-github-com-otiai10-copy.
  gnu: Add go-github-com-neurosnap-sentences.
  gnu: Add go-github-com-errata-ai-regexp2.
  gnu: Add go-github-com-jdkato-twine.
  gnu: Add go-github-com-errata-ai-ini.
  gnu: Add go-atomicgo-dev-cursor.
  gnu: Add go-atomicgo-dev-schedule.
  gnu: Add go-atomicgo-dev-keyboard.
  gnu: Add go-github-com-marvinjwendt-testza.
  gnu: Add go-github-com-pterm-pterm.
  gnu: go-github-com-masterminds-sprig-v3: Update to 3.2.3.
  gnu: Add go-github-com-nwaples-rardecode-v2.

 gnu/local.mk                        |   1 +
 gnu/packages/golang-check.scm       |  97 +++++
 gnu/packages/golang-compression.scm |  72 +++-
 gnu/packages/golang-maths.scm       |  98 +++++
 gnu/packages/golang-xyz.scm         | 591 +++++++++++++++++++++++++++-
 5 files changed, 855 insertions(+), 4 deletions(-)
 create mode 100644 gnu/packages/golang-maths.scm


base-commit: f3689976da3d23b0a73cf1733da04add5e1035ee
-- 
2.41.0





^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-07-03 22:04 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 20:11 [bug#71843] [PATCH 00/26] Update and unbundle vale - part I Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 01/26] gnu: Add packages/golang-math module Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 02/26] gnu: Add go-github-com-montanaflynn-stats Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 03/26] gnu: Add go-github-com-shopspring-decimal Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 04/26] gnu: Add go-github-com-adrg-strutil Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 05/26] gnu: Add go-github-com-adrg-xdg Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 06/26] gnu: Add go-github-com-dsnet-golib Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 07/26] gnu: Add go-github-com-dsnet-compress Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 08/26] gnu: Add go-github-com-expr-lang-expr Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 09/26] gnu: Add go-github-com-d5-tengo-v2 Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 10/26] gnu: Add go-tengo Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 11/26] gnu: Add go-github-com-remeh-sizedwaitgroup Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 12/26] gnu: Add go-github-com-gookit-color Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 13/26] gnu: Add go-atomicgo-dev-assert Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 14/26] gnu: Add go-github-com-otiai10-mint Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 15/26] gnu: Add go-github-com-otiai10-copy Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 16/26] gnu: Add go-github-com-neurosnap-sentences Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 17/26] gnu: Add go-github-com-errata-ai-regexp2 Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 18/26] gnu: Add go-github-com-jdkato-twine Sharlatan Hellseher
2024-06-30  9:05 ` [bug#71843] [PATCH 19/26] gnu: Add go-github-com-errata-ai-ini Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 20/26] gnu: Add go-atomicgo-dev-cursor Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 21/26] gnu: Add go-atomicgo-dev-schedule Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 22/26] gnu: Add go-atomicgo-dev-keyboard Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 23/26] gnu: Add go-github-com-marvinjwendt-testza Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 24/26] gnu: Add go-github-com-pterm-pterm Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 25/26] gnu: go-github-com-masterminds-sprig-v3: Update to 3.2.3 Sharlatan Hellseher
2024-06-30  9:06 ` [bug#71843] [PATCH 26/26] gnu: Add go-github-com-nwaples-rardecode-v2 Sharlatan Hellseher
2024-07-03 22:02 ` bug#71843: [PATCH 00/26] Update and unbundle vale - part I Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.