Commit graph

350 commits

Author SHA1 Message Date
Sharlatan Hellseher
4dc9cd218d
gnu: go-github-com-hashicorp-golang-lru-v2: Delete submodule.
The submodule <github.com/hashicorp/golang-lru/arc/v2> needs to be
packed as dedicated package.  It would easy the job for the importer as
it contains it's own go.mod file.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-v2)
[source]: Delete "arc" submodule.

Change-Id: Iaace717e530e49a2c910ac6e78f3f2fec3a2b7ca
2024-09-03 15:43:10 +01:00
Sarah Morgensen
d4da8af4e4
gnu: Add go-github-com-godbus-dbus-v5.
These changes resolve issues with golang import paths for
<github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new
variable with downgrading existing one to the latest version where
import path is still <github.com/godbus/dbus>.  It addresses the cases
with unit tests failures and help importer to resolve dependencies.

* gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to
0.0.0-20190726142602-4481cbc300e2.
(go-github-com-godbus-dbus-v5): New variable, preserver version of
go-github-com-godbus-dbus.
(go-github-com-delthas-go-libnp) [propagated-inputs]: Remove
go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5.

* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22)
[propagated-inputs]: Remove go-github-com-godbus-dbus, add
go-github-com-godbus-dbus-v5.

Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03 15:42:59 +01:00
Sharlatan Hellseher
3dfb6df26f
gnu: go-github-com-fxamacker-cbor-v2: Disable tests on non 64bit architecture.
* gnu/packages/golang-web.scm (go-github-com-fxamacker-cbor-v2): Disable
tests on non 64bit architecture.

Change-Id: I41e207a77989d6b4faf883c14327e48fc303a027
2024-08-27 14:02:27 +01:00
Sharlatan Hellseher
9eac01173c
gnu: go-go-etcd-io-bbolt: Adjust package style.
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11.
[description]: Place on a new line and reindent.

Change-Id: I1c327d9b0efd73f710ca99b6c222de72a4a438ac
2024-08-27 00:33:34 +01:00
Sharlatan Hellseher
099fb61112
gnu: go-go-etcd-io-bbolt: Update to 1.3.11.
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11.
[native-inputs]: Add go-github-com-stretchr-testify, go-go-etcd-io-gofail, and
go-golang-org-x-sync.

Change-Id: I8bad82ce8006360cfa3cc509ccdff02e06f703d3
2024-08-27 00:33:34 +01:00
spencerpeters
a84f26f0af
gnu: Add go-go-senan-xyz-flagconf
I've fixed the inputs for go-go-senan-xyz-flagconf and cliphist and I've updated the build-system arguments as well as the [synopsis] and [description] fields for cliphist. I believe the formatting issues were caused by my email client--hopefully this time it doesn't mess up the indentation again.

Best, Spencer

* gnu/packages/golang-xyz.scm (go-go-senan-xyz-flagconf): New variable.

Change-Id: I3edcda63ca09e1370be4da8c6926bacde5d66cbf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-27 00:33:33 +01:00
Sharlatan Hellseher
9b4b9bd928
gnu: Add go-github-com-go-logr-stdr.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-stdr): New variable.

Change-Id: I3cbe5e34306ee0c07143155e499f9f0aa6be2761
2024-08-25 21:43:31 +01:00
Sharlatan Hellseher
0a46e960d0
gnu: go-github-com-miekg-dns: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I7d1e38dd4fdc9578cdefdf01ff43f5201c490f73
2024-08-25 21:21:30 +01:00
Sharlatan Hellseher
5eb7bb7c2c
gnu: go-github-com-miekg-dns: Update to 1.1.62.
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Update to 1.1.62.
[arguments] <#:phases>: Add 'disable-failing-tests.

Change-Id: I857df6a1520e0e08f7255b700ffc2ac1494b27db
2024-08-25 20:46:49 +01:00
Leo Nikkilä
90efc85499
gnu: Add go-go-mongodb-org-mongo-driver.
* gnu/packages/golang-xyz.scm (go-go-mongodb-org-mongo-driver): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib7bc1252593c91d33cb75436cdc9e803e11977af
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
27eecaac18
gnu: Add go-k8s-io-klog-v2.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog-v2): New variable.

Change-Id: I98900fdd7449b4e6bf6d4ea35eac659b188182a4
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
838377c4d7
gnu: Add go-k8s-io-klog.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog): New variable.

Change-Id: I5985ef3f9342fb1cc671c3d113cef78785650548
2024-08-25 20:46:47 +01:00
Sharlatan Hellseher
62d7440b26
gnu: Add go-github-com-oklog-ulid-v2.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid-v2, go-ulid):
New variables.

Change-Id: I6512659023330ab1ff03bc9c2e43e3ad92a30490
2024-08-25 20:46:46 +01:00
Leo Nikkilä
f705f4b42f
gnu: Add go-github-com-oklog-ulid.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iff799292882f22db38273a597a2b83de781cf51d
2024-08-25 20:46:46 +01:00
Leo Nikkilä
95cf183452
gnu: Add go-github-com-oklog-run.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-run): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If0a0f1cb274ed10e991001079ff152dbe31c8ce4
2024-08-25 20:46:46 +01:00
Leo Nikkilä
420a8a5096
gnu: Add go-github-com-go-stack-stack.
* gnu/packages/golang-xyz.scm (go-github-com-go-stack-stack): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia9e8049ec5b0bb977b6e54faaa98dd9868e0d84c
2024-08-25 20:46:46 +01:00
Leo Nikkilä
a4d28f6574
gnu: Add go-github-com-edsrzf-mmap-go.
* gnu/packages/golang-xyz.scm (go-github-com-edsrzf-mmap-go): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I53bab656d8e9607c93b48c8877c9f568cbd4ef41
2024-08-25 20:46:45 +01:00
Leo Nikkilä
e8993a66d2
gnu: Add go-github-com-dennwc-varint.
* gnu/packages/golang-xyz.scm (go-github-com-dennwc-varint): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I2e0b00e09fa20b0047e29ada307c1b3eb8c90a74
2024-08-25 20:46:45 +01:00
Leo Nikkilä
bf7ba1ef8c
gnu: Add go-github-com-asaskevich-govalidator.
* gnu/packages/golang-xyz.scm (go-github-com-asaskevich-govalidator):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I81bedd44ba1b41771a114733b443a73953e7d7e1
2024-08-25 20:46:45 +01:00
Sharlatan Hellseher
fd417686a0
gnu: go-github-com-creack-pty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-creack-pty): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I2fe01445a03d1f4e76ff0c2d129864ffce249c51
2024-08-23 17:05:19 +01:00
Sharlatan Hellseher
48f5df83df
gnu: go-github-com-muesli-reflow: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-muesli-reflow): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie839050f776b764b034492292f7821266b953b1e
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
ed907c7a29
gnu: go-github-com-muesli-termenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-muesli-termenv): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iba509c25f56581aeb34508ad0db98fe85a24d135
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
e4391ff7e5
gnu: Add go-github-com-muesli-cancelreader.
* gnu/packages/golang-xyz.scm (go-github-com-muesli-cancelreader): New variable.

Change-Id: I514152f2ffc2fe535ee48c3f8912578238155d9f
2024-08-23 17:05:18 +01:00
Sharlatan Hellseher
0f7a5ae887
gnu: go-github-com-google-renameio: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-renameio,
go-github-com-google-renameio-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I38a9f57ab28501b87d517e098d6afdc0c414f6e9
2024-08-23 17:05:18 +01:00
Brian Kubisiak
c08fc11527
gnu: Add go-mvdan-cc-editorconfig.
* gnu/packages/golang.scm (go-mvdan-cc-editorconfig): New variable.

Change-Id: I4cc558e0b7be7d66ad2919eac49c355532052bb9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-23 17:05:17 +01:00
Sharlatan Hellseher
9964fafffd
Merge remote-tracking branch 'origin/go-team'
Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
2024-08-22 10:55:46 +01:00
Artyom V. Poptsov
eefb9dcbe2
gnu: Add go-github-com-containerd-fifo.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-fifo): New variable.

Change-Id: I782f792560bdbe59d31fac7762e07b378a9c29fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 14:17:33 +01:00
Artyom V. Poptsov
e2d9756c80
gnu: Add go-github-com-mohae-deepcopy.
* gnu/packages/golang-xyz.scm (go-github-com-mohae-deepcopy): New variable.

Change-Id: I29dd0f9c61197e2030bd720bf0ec71c86727f976
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 14:10:49 +01:00
Artyom V. Poptsov
5812c99b85
gnu: Add go-github-com-google-subcommands.
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New variable.

Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:51:51 +01:00
Artyom V. Poptsov
fe10af6375
gnu: Add go-github-com-gofrs-flock.
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-flock): New variable.

Change-Id: If6856319258ec93f4119f4f7ec79d206d7e1087d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:47:34 +01:00
Sharlatan Hellseher
efd3024d73
gnu: Add go-msgio.
* gnu/packages/golang-xyz.scm (go-msgio): New variable.

Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
2024-08-21 13:43:26 +01:00
Artyom V. Poptsov
4bf8136664
gnu: Add go-github-com-libp2p-go-msgio.
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-msgio): New variable.

Change-Id: I5222b247972a41877c84c40562a1d1af780f1b73
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 13:43:06 +01:00
Artyom V. Poptsov
8076ca2042
gnu: Add go-github-com-libp2p-go-buffer-pool.
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-buffer-pool): New variable.

Change-Id: Id4de38a91dd7186e1aa6f06289c6bfa2cb0abbbb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21 12:14:17 +01:00
Sharlatan Hellseher
ca88519403
gnu: go-github-com-stretchr-objx: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I2ab70003a3d85812a6905a60c84af88e0df1e133
2024-08-14 23:58:36 +01:00
Sharlatan Hellseher
dd43b08fa8
gnu: go-github-com-spf13-cobra: Update to 1.8.1.
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.8.1.

Change-Id: I5236ac568fe7ababbc94a0dc60e071e8ac6674aa
2024-08-14 23:58:35 +01:00
Sharlatan Hellseher
3948cbe9aa
gnu: go-github-com-pelletier-go-toml: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml,
go-github-com-pelletier-go-toml-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I76dae5d71ae761af6d7f23ce55286996c55a5d50
2024-08-14 23:41:00 +01:00
Sharlatan Hellseher
bd55b26109
gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.
* gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0.

Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
2024-08-14 23:34:41 +01:00
Sharlatan Hellseher
2444a52d7c
gnu: go-github-com-go-playground-locales: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-playground-locales): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I96ba608d2463911c184cedc9cfc7cb7556b1bbd9
2024-08-14 23:34:41 +01:00
Sharlatan Hellseher
b5b85a1c91
gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5.
* gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.5.

Change-Id: Idbeb0aed953b773784e519793f83ad2bcd8840ac
2024-08-14 23:34:40 +01:00
Sharlatan Hellseher
d6b7a3296e
gnu: go-github-com-fatih-color: Update to 1.17.0.
* gnu/packages/golang-xyz.scm (go-github-com-fatih-color): Update to 1.17.0.

Change-Id: I731c48d0d47ee8823b17f85976bfc4f53700d804
2024-08-14 23:34:40 +01:00
Sharlatan Hellseher
f6d8631ad0
gnu: Add go-github-com-elliotchance-orderedmap-v2.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap-v2): New variable.

Change-Id: I4a0e7f17e6e93471b661d960b0d1350f1687b847
2024-08-14 23:34:40 +01:00
Sharlatan Hellseher
37458248c5
gnu: go-github-com-elliotchance-orderedmap: Update to 1.6.0.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap): Update to 1.6.0.

Change-Id: I8c745a00bf21ad11ec54cf5f6be1c35d2957baa6
2024-08-14 23:34:40 +01:00
Sharlatan Hellseher
d4f3fdda27
gnu: Add go-github-com-yuin-gopher-lua.
* gnu/packages/golang-xyz.scm (glua, go-github-com-yuin-gopher-lua): New
variables.

Change-Id: Icd37ede94082d46e34465d345659885e3fafa98e
2024-08-14 23:01:49 +01:00
Sharlatan Hellseher
e7dce44e5b
gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.
* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ifaca740ff1d46a74c7059fdeb8d56ba69195428e
2024-08-14 18:18:37 +01:00
Sharlatan Hellseher
5fb05d74ad
gnu: go-github-com-kr-pretty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ifded1d309f10d25c982afaf20301bc151f1c8ba1
2024-08-14 18:10:13 +01:00
Sharlatan Hellseher
b13e353147
gnu: Add go-github-com-charlievieth-fastwalk.
* gnu/packages/golang-xyz.scm (go-github-com-charlievieth-fastwalk): New variable.

Change-Id: I1e684ede86688f0bb5a1d9bd1cbb4015366d5f8b
2024-08-11 19:53:12 +01:00
Sharlatan Hellseher
75a1574431
gnu: go-git-sr-ht-emersion-go-scfg: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-scfg): Adjus inputs.
[propagated-inputs]: Remove go-github-com-google-shlex.

Change-Id: I82b121c7999965e195989ea4b20fbe00f762c861
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
b313bdc7e7
gnu: go-github-com-rogpeppe-go-internal: Enable tests.
* gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-go-internal):
Enable tests.
[arguments]: <#:phases>: Add 'disable-failing-tests phase; use custom
'check phase.
[propagated-inputs]: Remove go-github-com-pkg-diff; add go-golang-org-x-mod,
go-golang-org-x-sys, and go-golang-org-x-tools.

Change-Id: Ia937113bd690cee9d954c0b5b53b6067f8e447ba
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
b6332821c2
gnu: go-github-com-rogpeppe-go-internal: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Id061201d8454371eedff5f2115a36cf3d9ccb0b3
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
5a3018545d
gnu: go-github-com-mattn-go-runewidth: Update to 0.0.16.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-runewidth): Update to 0.0.16.

Change-Id: If4e50b22ca470152e8bae79ea14a318972bebc3e
2024-08-11 13:15:38 +01:00