1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00
Commit graph

917 commits

Author SHA1 Message Date
Sharlatan Hellseher
01c1fb5409
gnu: Add go-github-com-texttheater-golang-levenshtein.
* gnu/packages/golang-xyz.scm (go-github-com-texttheater-golang-levenshtein): New variable.

Change-Id: I5c72cca752774385c658f8b803ff2ebd0de4dee5
2025-05-26 16:50:27 +01:00
Sharlatan Hellseher
127e15fa14
gnu: Add go-github-com-crackcomm-go-gitignore.
* gnu/packages/golang-xyz.scm (go-github-com-crackcomm-go-gitignore): New variable.

Change-Id: Ie2f226249d9eec55d852b02d6f5aeda692df29ac
2025-05-26 16:50:27 +01:00
Sharlatan Hellseher
22160d19d6
gnu: Add go-github-com-cskr-pubsub-v2.
* gnu/packages/golang-xyz.scm (go-github-com-cskr-pubsub): Downgrade to
1.0.2 to reflect go.mod path.
(go-github-com-cskr-pubsub-v2): New variable.

Change-Id: Icb3a8ed12d6c1414aecb4552c9001b1861979ffd
2025-05-26 16:50:24 +01:00
Sharlatan Hellseher
907b726b86
gnu: go-github-com-go-md2man: Package executable separately.
* gnu/packages/golang-xyz.scm (go-github-com-go-md2man) [arguments]
<skip-build?>: Preserve the package for source only inputs.
(go-md2man): New variable.

* gnu/packages/check.scm (checkmake): [native-inputs]: Remove
go-github-com-go-md2man; add go-md2man.
* gnu/packages/containers.scm (buildah, podman): Likewise.
* gnu/packages/hardware.scm (brillo): Likewise.
* gnu/packages/printers.scm (ipp-usb): Likewise.
* gnu/packages/virtualization.scm (runc, skopeo): Likewise.

Change-Id: I753364633786574c603a978da75a57090d706b27
2025-05-26 16:50:24 +01:00
Sharlatan Hellseher
726cc81f25
gnu: gopls: Update to 0.18.1.
* gnu/packages/golang-xyz.scm (gopls): Update to 0.18.1.
[native-inputs]: Add go-golang-org-x-sys and go-golang-org-x-tools.

Change-Id: I15aec413e66f944cc64d9898daee4b7910c2680f
2025-05-26 16:50:23 +01:00
Sharlatan Hellseher
722f591644
gnu: Add go-github-com-rogpeppe-go-internal-1.14.
* gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-go-internal-1.14): New variable.

Change-Id: Ic20ed9a5be257eb3fc704c0846568c7b9896159c
2025-05-26 16:50:23 +01:00
Sharlatan Hellseher
0c5cd02470
gnu: go-github-com-rogpeppe-go-internal: Improve description.
* gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-go-internal)
[description]: Fix fill column and adjust the wording a little.

Change-Id: I616d91e2dde2c0b7c76fc367f42bd6d6d977c56e
2025-05-26 16:50:23 +01:00
Sharlatan Hellseher
a5b20e27a3
gnu: Add go-go-abhg-dev-io-ioutil.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-io-ioutil): New variable.

Change-Id: I18f5a4389a57742814813b57b880ccdaa11ed9fd
2025-05-26 16:50:23 +01:00
Sharlatan Hellseher
f9e384867b
gnu: Add go-github-com-junegunn-go-shellwords.
* gnu/packages/golang-xyz.scm (go-github-com-junegunn-go-shellwords): New variable.

Change-Id: I5368249f9dc8c337f98f5bbbc6f0b089eb15388a
2025-05-26 16:50:22 +01:00
Sharlatan Hellseher
978c7c7fc5
gnu: go-github-com-nats-io-nats-go: Update to 1.39.1.
* gnu/packages/golang-xyz.scm (go-github-com-nats-io-nats-go): Update to 1.39.1.

Change-Id: I66436fb521c98cbb84c4659b7cc8c8a55ea67d6c
2025-05-26 16:50:22 +01:00
Sharlatan Hellseher
ffc04840ae
gnu: Remove go-github-com-alecthomas-template.
No users in Guix, it's a fork of already available functionality in std
library.  It may be build only with go-1.17.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-template): Delete variable.

Change-Id: Id0a47d8f4c6afa90247481ba8a9a14466714f8c6
2025-05-26 16:50:20 +01:00
Sharlatan Hellseher
44a9581f88
gnu: Remove go-github-com-alecthomas-kingpin.
go-github-com-alecthomas-kingpin-v2 is a successor of this package.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin): Delete variable.
(go-gopkg-in-alecthomas-kingpin-v2): Inherit from
go-github-com-alecthomas-kingpin-v2.

Change-Id: I9225a40c5cc7a1a5510f680abff031d867fbeb34
2025-05-26 16:50:20 +01:00
Sharlatan Hellseher
f6b5e69162
gnu: go-github-com-alecthomas-kingpin-v2: Do not inherit.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin-v2): Do
not inherit from go-github-com-alecthomas-kingpin.

Change-Id: Iaa00c39990fe89fabe37e0b9552d4074ba61bee1
2025-05-26 16:50:19 +01:00
Sharlatan Hellseher
ba63b19618
gnu: go-golang-org-rainycape-unidecode: Move to golang-xyz.
* gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If8a9d030baf44af788d43cb00d87337f7f46f4d2
2025-05-26 16:50:18 +01:00
Sharlatan Hellseher
e850c2f15a
gnu: Add go-github-com-komkom-toml.
* gnu/packages/golang-xyz.scm (go-github-com-komkom-toml): New variable.

Change-Id: I6e0225301d3423453dcc88b747eca40a8e4e9d6e
2025-05-26 16:50:18 +01:00
Sharlatan Hellseher
45f7e86f38
gnu: go-github-com-operatorfoundation-monolith-go: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go,
go-github-com-operatorfoundation-monolith-go-1.0.4): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I0a211a49b3f7dc6f34ae117f03fddeb3315dd388
2025-05-26 16:50:17 +01:00
Sharlatan Hellseher
d307c92de1
gnu: go-github-com-mufti1-interconv: Move to golang-xzy.
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib56be0346c4f218228f5ad68ca02ed82bfac5820
2025-05-26 16:50:16 +01:00
Sharlatan Hellseher
6ccb54e2e6
gnu: go-github-com-yookoala-realpath: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-yookoala-realpath): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If95b002e659cf14c4ff28e518d951324ba416ce8
2025-05-26 16:50:16 +01:00
Sharlatan Hellseher
2e24868baf
gnu: go-gitlab-com-ambrevar-damerau: Move to golang-xyz.
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-damerau): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic2e9f2fdb642c02e1c9943d13776923de2357e3c
2025-05-26 16:50:15 +01:00
Sharlatan Hellseher
643170d52a
gnu: go-github-com-fogleman-gg: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fogleman-gg): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If91963847f78a03c4d2f97236dba89e700fdb824
2025-05-26 16:50:15 +01:00
Sharlatan Hellseher
c5e73f1634
gnu: go-github-com-delthas-go-libnp: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-delthas-go-libnp): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I574f9429b01813a0a2a1935e5eb9b6aeee5c9833
2025-05-26 16:50:15 +01:00
Sharlatan Hellseher
b84761df25
gnu: go-github-com-google-cadvisor: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-cadvisor): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Icc769b160a43e40a7cef7ec201559374d0036f33
2025-05-26 16:50:15 +01:00
Sharlatan Hellseher
95e9f8a27f
gnu: Add go-github-com-jorropo-jsync.
* gnu/packages/golang-xyz.scm (go-github-com-jorropo-jsync): New variable.

Change-Id: I7d832b9ae13c17022c1db9ab7d654546f2464efb
2025-05-26 16:50:15 +01:00
Sharlatan Hellseher
5401798409
gnu: Add go-github-com-samber-lo.
* gnu/packages/golang-xyz.scm (go-github-com-samber-lo): New variable.

Change-Id: I2273b7c7da35e67440a03b097b1491f91058a5a0
2025-05-26 16:50:14 +01:00
Sharlatan Hellseher
f409f566e6
gnu: Add go-github-com-petar-gollrb.
* gnu/packages/golang-xyz.scm (go-github-com-petar-gollrb): New variable.

Change-Id: I41838a3f35e9259f394b5bf1b12054d6d4386e1f
2025-05-26 16:50:13 +01:00
Sharlatan Hellseher
5b3e6263e7
gnu: Add go-github-com-gammazero-chanqueue.
* gnu/packages/golang-xyz.scm (go-github-com-gammazero-chanqueue): New variable.

Change-Id: Id4952684410fe13a57db04d46ef9d160427def9c
2025-05-26 16:50:13 +01:00
Sharlatan Hellseher
8aec0d8f9c
gnu: Add go-github-com-gammazero-deque.
* gnu/packages/golang-xyz.scm (go-github-com-gammazero-deque): New variable.

Change-Id: I5e7c2c69433f3285d84f8bbbe45ce3209584ff73
2025-05-26 16:50:12 +01:00
Sharlatan Hellseher
d303192324
gnu: Add go-github-com-nlpodyssey-spago.
* gnu/packages/golang-xyz.scm (go-github-com-nlpodyssey-spago): New variable.

Change-Id: I0ba54606ff3f82d8aad34dd243094ef321b8a231
2025-05-26 16:50:12 +01:00
Sharlatan Hellseher
5762e6ced0
gnu: Add go-github-com-anacrolix-fuse.
* gnu/packages/golang-xyz.scm (go-github-com-anacrolix-fuse): New variable.

Change-Id: Iba2c430f2f158e1a4d0975fcc4940d367e103662
2025-05-26 16:50:12 +01:00
Sharlatan Hellseher
d5c545d86e
gnu: Add go-github-com-anacrolix-log.
* gnu/packages/golang-xyz.scm (go-github-com-anacrolix-log): New variable.

Change-Id: I53b44c78b67046797dc8a39e1d493baed5458737
2025-05-26 16:50:11 +01:00
Sharlatan Hellseher
d1cd343f06
gnu: Add go-github-com-anacrolix-generics.
* gnu/packages/golang-xyz.scm (go-github-com-anacrolix-generics): New variable.

Change-Id: I6a040c5d971bde669902945adba0712a70a914d5
2025-05-26 16:50:11 +01:00
Sharlatan Hellseher
08349a9067
gnu: Add go-github-com-peterbourgon-ff-v3.
* gnu/packages/golang-xyz.scm (go-github-com-peterbourgon-ff-v3): New variable.

Change-Id: I63622012649442a0921d250c1fefd715090cd747
2025-05-26 16:50:10 +01:00
Sharlatan Hellseher
8604046d38
gnu: Add go-go-uber-org-zap-exp.
* gnu/packages/golang-xyz.scm (go-go-uber-org-zap-exp): New variable.

Change-Id: Ifda51c2b6cd9d2c0fef9afd7f14c219c5dd39b88
2025-05-26 16:50:10 +01:00
Sharlatan Hellseher
35ad7c90a9
gnu: go-go-uber-org-zap: Improve package.
* gnu/packages/golang-xyz.scm (go-go-uber-org-zap) [source] <snippet>:
Remove all submodules containing go.mod.
[arguments] <test-flags>: Skip just one test.
<phases>: Remove 'remove-examples-and-benchmarks as redundant.
[home-page]: Fix lint warning.
[synopsis]: Reword it according to project's README.
[description]: Likewise.

Change-Id: I94c4491ff22823c958610e9adf2ac051da6a6180
2025-05-26 16:50:10 +01:00
Sharlatan Hellseher
a974cf2f85
gnu: go-github-com-benbjohnson-clock: Move to golang-check.
* gnu/packages/golang-xyz.scm (go-github-com-benbjohnson-clock): Move
from here ...
* gnu/packages/golang-check.scm: ... to here.

Change-Id: I8dbd3490ef60bfcc84c2d10956c2b69e7751d8af
2025-05-26 16:50:10 +01:00
Sharlatan Hellseher
87dad20436
gnu: Add go-go-uber-org-ratelimit.
* gnu/packages/golang-xyz.scm (go-go-uber-org-ratelimit): New variable.

Change-Id: I90579a32cc45192137524279f4097ecacf0ab139
2025-05-26 16:50:09 +01:00
Sharlatan Hellseher
09a53173a4
gnu: Add go-github-com-boombuler-barcode.
* gnu/packages/golang-xyz.scm (go-github-com-boombuler-barcode): New variable.

Change-Id: I8dd1b72a8faac08d37bafd60ba02368b90fd680f
2025-05-26 16:50:09 +01:00
Sharlatan Hellseher
0698801dcb
gnu: Add go-github-com-yargevad-filepathx.
* gnu/packages/golang-xyz.scm (go-github-com-yargevad-filepathx): New variable.

Change-Id: Iabea6ceb3e026420ec7d775060de882a77458159
2025-05-26 16:50:08 +01:00
Sharlatan Hellseher
47e6774401
gnu: Add go-github-com-ghodss-yaml.
* gnu/packages/golang-xyz.scm (go-github-com-ghodss-yaml): New variable.

Change-Id: If8172ffc3c41545e4dd247bf5c2229a95ac09970
2025-05-26 16:50:08 +01:00
Sharlatan Hellseher
aaacaaf10a
gnu: Add go-github-com-kylebanks-depth.
* gnu/packages/golang-xyz.scm (go-github-com-kylebanks-depth): New variable.

Change-Id: I20dc98c4fa6c3780a30e93e1280500221171a9d0
2025-05-26 16:50:08 +01:00
Sharlatan Hellseher
eaeae4e077
gnu: Add go-github-com-tidwall-cities.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-cities): New variable.

Change-Id: I05b8dc7af104c6c16acaf942a9229ae740e1df65
2025-05-26 16:50:08 +01:00
Sharlatan Hellseher
27ee55714b
gnu: go-gopkg-in-tomb-v1: Move to golang-xyz.
* gnu/packages/golang.scm (go-gopkg-in-tomb-v1): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I9b5e36505b924c2ae69b95201c2d81312ae16310
2025-05-26 16:50:08 +01:00
Sharlatan Hellseher
0833ea80ff
gnu: go-github-com-flopp-go-findfont: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-flopp-go-findfont): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I720a48fd063fc543f4d3ada33e9b9767d88cadda
2025-05-26 16:50:07 +01:00
Sharlatan Hellseher
ff6929fb97
gnu: go-github-com-rakyll-statik: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rakyll-statik): Move from here
...
* gnu/packages/golang-xyz.scm: ...  to here.

Change-Id: I02d155318c585b6d2e5bb243305a687c40a8ba44
2025-05-26 16:50:07 +01:00
Sharlatan Hellseher
983562fc42
gnu: go-github-com-signintech-gopdf: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iaba75f2ea6e96199951c3f40062b7539ad885a8b
2025-05-26 16:50:07 +01:00
Sharlatan Hellseher
7a6da937bd
gnu: chezmoi: Update to 2.1.0.
The most of the changes are clean up for no longer required package
variants.

* gnu/packages/configuration-management.scm (chezmoi): Update to 2.1.0.
[arguments] <test-flags>: Skip failing test here instead of deleting
test files.
<phases>: Remove 'remove-failing-test-scripts.
[native-inputs]: Remove go-github-com-bmatcuk-doublestar-v2,
go-github-com-charmbracelet-glamour, go-github-com-google-go-github-v33,
go-github-com-pkg-diff, go-github-com-twpayne-go-vfs-1.0.1,
go-github-com-twpayne-go-vfsafero, and go-github-com-twpayne-go-xdg-v3;
add go-github-com-bmatcuk-doublestar-v4,
go-github-com-bradenhilton-mozillainstallhash,
go-github-com-charmbracelet-glamour-0.3,
go-github-com-google-go-github-v36, go-github-com-google-gops,
go-github-com-mitchellh-mapstructure, go-github-com-spf13-afero,
go-github-com-twpayne-go-vfs-v3, and go-github-com-twpayne-go-xdg-v6.

* gnu/packages/golanng-web.scm: (go-github-com-google-go-github-v33): Delete variable.
(go-github-com-google-go-github-v36): New variable.

* gnu/packages/golanng-xyz.scm: (go-github-com-bmatcuk-doublestar-v2,
go-github-com-spf13-afero-1.1.2, go-github-com-twpayne-go-vfs-v4,
go-github-com-twpayne-go-vfs-1.0.1, go-github-com-twpayne-go-xdg-v3):
Delete variables.

(go-github-com-twpayne-go-xdg-v6): Do not inherit from
go-github-com-twpayne-go-xdg-v3

(go-github-com-charmbracelet-glamour-0.3,
go-github-com-twpayne-go-vfs-v3): New variables.

* gnu/packages/golanng.scm (go-github-com-twpayne-go-vfsafero): Delete
variable.

Change-Id: I0732fd7eb8d8873d53a7094e94af0cc07f2f6f61
2025-05-26 16:50:06 +01:00
Sharlatan Hellseher
18325898bb
gnu: Add go-github-com-google-gops.
* gnu/packages/golang-xyz.scm (go-github-com-google-gops, gops): New variables.

Change-Id: I93474a2ed18b006520fba1c7bacd7eef0cd7ebe4
2025-05-26 16:50:06 +01:00
Sharlatan Hellseher
f18c19cd23
gnu: Add go-rsc-io-goversion.
* gnu/packages/golang-xyz.scm (go-rsc-io-goversion): New variable.

Change-Id: If030e32a7b491ca9e224517e1e52e38fabb4d29a
2025-05-26 16:50:06 +01:00
Sharlatan Hellseher
665f69c66c
gnu: go-github-com-zalando-go-keyring: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If1a55a049bcea1a6a9a3bc25ab179b46214766c7
2025-05-26 16:50:06 +01:00
Sharlatan Hellseher
8d5281cbc9
gnu: Add go-go-mau-fi-zeroconfig.
It was proposed in #62284 on <2023-03-20>.

* gnu/packages/golang-xyz.scm (go-go-mau-fi-zeroconfig): New variable.

Co-authored-by: conses <contact@conses.eu>
Co-authored-by: Miguel Ángel Moreno <mail@migalmoreno.com>
Change-Id: Ib04852a01023c90029071d77be37dcd1174630f3
2025-05-26 16:50:05 +01:00