1160 Commits

Author SHA1 Message Date
Sharlatan Hellseher
e799307dec
gnu: go-github-com-goccy-go-yaml: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-goccy-go-yaml): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I44dc5b01079c6486c31f440c8a1f506a419a0f38
2024-07-07 11:33:34 +01:00
Sharlatan Hellseher
63392aa2ff
gnu: go-github-com-goccy-yaml: Rename variable.
gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable
to go-github-com-goccy-go-yaml to reflect go.mode name.
gnu/packages/golang.scm (go-github-com-songmu-gitconfig)
[propagated-inputs]: Remove go-github-com-goccy-yaml. Add
go-github-com-goccy-go-yaml.
gnu/packages/web.scm (go-github-com-mikefarah-yq-v4)
[propagated-inputs]: Likewise.

Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
2024-07-07 11:21:22 +01:00
Sharlatan Hellseher
404d3c7776
gnu: go-github-com-alecthomas-colour: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-alecthomas-colour): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I8cbe20aede41417cb6769011385d3986df714cd2
2024-07-07 11:20:19 +01:00
Sharlatan Hellseher
46f84cdec5
gnu: go-github-com-alecthomas-repr: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I0cc0ea79264d2365e1e1bf910720c956c527c23f
2024-07-07 11:20:19 +01:00
Sharlatan Hellseher
71b2834ab0
gnu: go-github-com-alecthomas-repr: Update to 0.4.0.
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.4.0.

Change-Id: I7dd2d9d777bf8d6db6aaf76b13b2b7f9dfa5ad66
2024-07-07 11:20:19 +01:00
Sharlatan Hellseher
ea4c1463cf
gnu: packages/golang: Remove syncthing from used modules.
* gnu/packages/golang.scm: Remove syncthing from used modules.

Change-Id: If3d0279fa462eb975c8eca2d99352b8cc7c222a7
2024-06-29 16:58:57 +01:00
Sharlatan Hellseher
a2ca087a85
gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Rename variable.
* gnu/packages/golang-xyz.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil):
Rename variable to go-github-com-matttproud-golang-protobuf-extensions-v2 as seen in go.mod.
[arguments]: <#:unpack-path>: Remove it. <#:import-path>: Swap to
"github.com/matttproud/golang_protobuf_extensions/v2".
<#:phases>: Add custom 'check phase. Remove 'build phase.

* gnu/packages/golang.scm (go-github-com-prometheus-common)
[propagated-inputs]: Remove
go-github-com-matttproud-golang-protobuf-extensions-pbutil.
Add go-github-com-matttproud-golang-protobuf-extensions-v2.

Change-Id: Icf9db2997a47be4f0babec10edcb01a578a7a7e7
2024-06-29 16:52:52 +01:00
Sharlatan Hellseher
9708590d20
gnu: Remove go-golang.org-x-sync-errgroup.
* gnu/packages/golang-build.scm (go-golang.org-x-sync-errgroup): Delete variable.
* gnu/packages/check.scm (actionlint): Adjust inputs.
[inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync.
* gnu/packages/golang.scm (gotestsum): Likewise.
[native-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync.
* gnu/packages/golang.scm (go-github-com-prometheus-procfs): Likewise.
[propagated-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync.
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Likewise.
[inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync.
* gnu/packages/version-control.scm (ghq): Likewise.
[inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync.

Change-Id: If64c30da47ed9cd043798f427f2927b76394f3c4
2024-06-29 09:37:40 +01:00
Sharlatan Hellseher
d2d5a3af3e
gnu: go-github-com-golang-protobuf-proto: Adjust package name.
Rename go-github-com-golang-protobuf-proto to the Golang module name as
seen in go.mod. Due to lack of support of building submodules in
go-build-system 'build phase is omitted and 'check phase is substituted by
custom one providing nested path tests.

* gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Rename to...
(go-github-com-golang-protobuf): ... this.
<#:unpack-path>: Remove argument.
<#:phases>: Delete 'build phase. Add custom 'check phase and run tests
for all submodules.
(go-github-com-prometheus-common,
go-github-com-matttproud-golang-protobuf-extensions-pbutil)
[propagated-inputs]: Adjust accordingly.

* gnu/packages/golang-check.scm (go-github-com-onsi-gomega)
[propagated-inputs]: Likewise

* gnu/packages/golang-web.scm (go-github-com-golang-groupcache,
go-github-com-quic-go-quic-go)
[propagated-inputs]: Likewise

* gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model)
[propagated-inputs]: Likewise

* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil)
[propagated-inputs]: Likewise

Change-Id: I28c11739247a5ebafefd032d04a548a683fa0454
Co-authored-by: Hilton Chain <hako@ultrarare.space>
2024-06-29 09:37:35 +01:00
Hilton Chain
12c72ab2cc
gnu: go-github-com-golang-protobuf-proto: Update to 1.5.3.
* gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Update to
1.5.3.
[arguments]: Enable tests.
[propagated-inputs]: Add go-google-golang-org-protobuf.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-29 09:36:57 +01:00
Hilton Chain
3da36f50a1
gnu: go-google-golang-org-protobuf: Update to 1.31.0.
* gnu/packages/golang.scm (go-google-golang-org-protobuf): Update to 1.31.0.
[arguments]: <#:phases>: Remove 'build phase. Add custom 'check phase.
[propagated-inputs]: Remove go-github-com-golang-protobuf-proto.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iba7fe94b2a2fa245e24d17affa5edb1531ac835b
2024-06-29 09:36:57 +01:00
Katherine Cox-Buday
a8d9741a15
gnu: go-1.22: Disable flakey tests.
* gnu/packages/golang.scm (go-1.22): Disable flakey tests.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iae54b66ca9e330a8a6fafdba23869fccf875aab4
2024-06-29 09:36:56 +01:00
Brennan Vincent
e7132e2385
gnu: go-1.22: Update to 1.22.2.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.2.

Change-Id: I2f30d9d851e97399be771e878a9158b56ff08e1b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-29 09:36:56 +01:00
Brennan Vincent
db3d397df8
gnu: go-1.22: Update to 1.22.1.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.1.

Change-Id: I4c007f43448b391dfa53c932b6adf8622efc9e43
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-29 09:36:56 +01:00
Troy Figiel
11313556c5
gnu: Remove go-etcd-io-bbolt.
go-go-etcd-io-bbolt and go-etcd-io-bbolt are the same version and source
packages. This change removes go-etcd-io-bbolt and keeps
go-go-etcd-io-bbolt.

* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
Add go-go-etcd-io-bbolt. Remove go-etcd-io-bbolt.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Remove variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I482f22b77b61d4761390742db2ced570cd4de3bd
2024-06-29 09:36:53 +01:00
Efraim Flashner
0fe4e6425e
gnu: Remove go-1.14.
* gnu/packages/golang.scm (go-1.14, go-std-1.14): Remove variables.
(go-1.16): Inherit from go-1.4.

Change-Id: Ie92019e3aa733a8c6f12dfefbc7b140eb1b76c5c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-29 09:35:58 +01:00
Brennan Vincent
bbb1a7b5ed
gnu: Add go-1.22 and its standard library.
* gnu/packages/golang.scm (go-1.22): New variable.

* gnu/packages/golang.scm (go-std-1.22): New variable.

Change-Id: I18d92874d4131843e7c6cf0e8d89f2946f7b972d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-29 09:35:58 +01:00
Sharlatan Hellseher
ae55410e07
gnu: go-github-com-dlclark-regexp2: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I0e355d6d21c604d89c623eaf9c5276c61b40d4c6
2024-06-28 15:15:44 +01:00
Sharlatan Hellseher
51ea1d2fa8
gnu: Add go-github-com-bmatcuk-doublestar-v4.
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v4): New variable.

Change-Id: I81c9b04f1932b29e2bda7bf06df1ff3bef5caaa3
2024-06-28 15:15:44 +01:00
Sharlatan Hellseher
e48e8fe8d5
gnu: go-github-com-klauspost-cpuid: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-klauspost-cpuid): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I85bc873816f653bf5e4ce2882259708d5f37ca28
2024-06-28 15:15:43 +01:00
Sharlatan Hellseher
1526c615bc
gnu: go-github-com-masterminds-semver: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-masterminds-semver): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I267210f30143c29fe1927e7fbf9ae8cdff633092
2024-06-28 15:15:43 +01:00
Sharlatan Hellseher
8cf6d28329
gnu: go-github-com-masterminds-sprig: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-masterminds-sprig): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I424ea6887286bdaee67b3f367024c6d7982bcbd2
2024-06-28 11:31:45 +01:00
Sharlatan Hellseher
8ca2756e56
gnu: go-github-com-mitchellh-colorstring: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I298ae2f0e94847ff865375120e4953d290bbe883
2024-06-23 20:34:49 +01:00
Sharlatan Hellseher
f0df4829aa
gnu: go-github-com-go-playground-validator-v10: Update to 10.22.0.
* gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): Update to 10.22.0.

Change-Id: I22441fee91bce8addb693a2de8a6f0b1c6cb2319
2024-06-19 14:25:55 +01:00
Sharlatan Hellseher
d346f392ee
gnu: go-github-com-sergi-go-diff: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sergi-go-diff): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If722317a42006e3bef4462b5a6fe4c0f434bd5d2
2024-06-11 10:25:30 +01:00
Artyom V. Poptsov
aed52972ce
gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2.
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to
  v0.0.0-20240529054413-b8e59574e2b2.
  [arguments]: Use gexps.  Use go-1.21.

Change-Id: I30707c7a2cb6229149c6c9e9c0e3752b3222b84a
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-06-02 13:40:14 +04:00
Sharlatan Hellseher
3ebb39eb42
gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib457abe33612b371c33985c6b3b0e9372221e37d
2024-05-23 00:45:43 +01:00
Sharlatan Hellseher
a3318b4ede
gnu: go-github-com-syndtr-goleveldb-leveldb: Use go-1.21.
* gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb)
[arguments] <#:go>: Swap to go-1.21.

Change-Id: I6ecbfb8d2cbf29dc177536345fb1caa5001f35df
2024-05-23 00:32:37 +01:00
Sharlatan Hellseher
697252da1c
gnu: go-github-com-go-task-slim-sprig: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-task-slim-sprig): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I540e4211e7e4006d654c7da40bba35e2bd577c78
2024-05-22 22:50:07 +01:00
Sharlatan Hellseher
330a133b85
gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.
* gnu/packages/golang.scm: (go-git-sr-ht-emersion-go-scfg): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

Change-Id: I75cc680543313e41abc86e71d48a9be9e9ce694a
2024-05-07 23:18:48 +01:00
Sharlatan Hellseher
74b2a9d5a4
gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I2b07dc198f6710680da0430e5f302893060e37b8
2024-05-07 23:18:47 +01:00
Sharlatan Hellseher
072b06f2f3
gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.
* gnu/packages/golang.scm (go-git-sr-ht-sircmpwn-getopt): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic53ec6828f7389326191b659dd16b623e6d1af43
2024-05-07 23:18:47 +01:00
Jesse Eisses
b2054615da
gnu: go-github-com-prometheus-client-golang: Update to 1.17.0.
* gnu/packages/golang.scm (go-github-com-prometheus-client-golang):
Update to 1.17.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I4d3e9d3e61991f94fc2a7bd4b85e7d4010c4b508
2024-05-07 21:32:36 +01:00
Jesse Eisses
2359feb658
gnu: go-github-com-prometheus-common: Update to 0.45.0.
* gnu/packages/golang.scm (go-github-com-prometheus-common): Update to
0.45.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic03cdaf87253df869e1d791336189032fac0d625
2024-05-07 15:38:28 +01:00
Sharlatan Hellseher
995151b7ed
gnu: go-github-com-mgutz-ansi: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mgutz-ansi): Move from here...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic0e6a1400da75f8ef3c663e1ed10ff51408480f6
2024-04-28 16:27:36 +01:00
Sharlatan Hellseher
1a1821ff20
gnu: go-go-uber-org-multierr: Move to golang-xyz.
* gnu/packages/golang.scm (go-go-uber-org-multierr): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If343d3b97a4b625424ee846c903e5db1b91fcc23
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher
977490e635
gnu: go-go-uber-org-goleak: Move to golang-check.
* gnu/packages/golang.scm (go-go-uber-org-goleak): Move from here ...
* gnu/packages/golang-check.scm: ... to here.

Change-Id: Iaadd6506457cb3487df8f27f71442a6dcabce816
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher
c1ff8e9efc
gnu: go-go-uber-org-goleak: Enable tests.
* gnu/packages/golang.scm (go-go-uber-org-goleak) [arguments]:
<#:tests?>: Enable them.
[native-inputs]: Add go-github-com-stretchr-testify-next.
[propagated-inputs]: Remove indirect golang modules:
go-github-com-stretchr-testify, go-github-com-davecgh-go-spew,
go-github-com-kr-pretty, go-github-com-pmezard-go-difflib,
go-github-com-stretchr-testify, go-golang-org-x-lint,
go-golang-org-x-tools, go-gopkg-in-check-v1; and go-gopkg-in-yaml-v3.

Change-Id: I4fa1cf7ff9b9304c8ad0109381932e76ae389f62
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher
e18f8a306a
gnu: go-go-uber-org-atomic: Move to golang-xyz.
* gnu/packages/golang.scm (go-go-uber-org-atomic): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib12085510b40a00e61dda2ae886754a116edd032
2024-04-12 16:58:43 +01:00
Sharlatan Hellseher
5a5b8885b9
gnu: go-github-com-pbnjay-memory: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie46dfc76fd468ab3a5af886592a150e3e4565111
2024-04-12 16:58:42 +01:00
Sharlatan Hellseher
b8558c740e
gnu: go-github-com-fatih-color: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fatih-color): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/bioinformatics.scm: Add (gnu packages golang-xyz) module.

Change-Id: I302327d3426100d7984e6086726396e9fe7f7468
2024-04-12 16:35:20 +01:00
Sharlatan Hellseher
ab8f3b1612
gnu: go-github-com-libp2p-go-libp2p-metrics: Adjust inputs.
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics):
[propagated-inputs]: Swap from native-inputs to propagated-inputs to
access them from dependent packages.  Remove
go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg,
go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd,
go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto.

Change-Id: I28b6da0ec96554052777cdba8971e831ef24df1b
2024-04-06 22:48:29 +01:00
Sharlatan Hellseher
0243721fb9
gnu: lf: Update to 31.
* gnu/packages/disk.scm (lf): Update to 31.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Remove go-github-com-gdamore-tcell-v2-2.3; add
go-github-com-gdamore-tcell-v2 and go-github-com-djherbis-times.

* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): Remove
variable.

Change-Id: I02f675eeb74a2a08dd153ca64619bd6a8f23943c
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher
dccc807eb2
gnu: go-gopkg-in-yaml-v2: Move to golang-xyz.
* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I10f478aba8e9c836ce5cc03eb2fb59ff9f794fc5
2024-04-06 13:14:44 +01:00
Sharlatan Hellseher
4dcc9df560
gnu: go-github-com-spf13-cobra: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I545b0279c040be0412cbca744e949f31e9d34b1f
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher
0f652cc404
gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-sqlite3): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/file-systems.scm: Add (gnu packages golang-xyz) module.

Change-Id: If74972f1d920851a23508a6dc0403e0a84e270f3
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher
d610a77e88
gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

* gnu/packages/password-utils.scm: Add (gnu packages golang-xyz) module.

Change-Id: I3777ff257c6baa91930e141f84f9da94be0634b6
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher
8b2d5e33c9
gnu: go-github-com-mattn-go-pointer: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iba5e71a870bbbce1dfea80ceafcd66e56883887b
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher
cfc5f07ee9
gnu: go-github-com-mattn-go-colorable: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/textutils.scm: Add (gnu packages golang-xyz) module.

Change-Id: I7a9763ebd498e071b17abbde838a7cbf8fc891de
2024-04-06 13:14:43 +01:00
Sharlatan Hellseher
c73f70d3d5
gnu: go-github-com-mattn-go-isatty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/music.scm: Add (gnu packages golang-xyz) module.

Change-Id: Ibbab55ed60afdd5513f91dde93550b2eff7a622c
2024-04-06 13:14:43 +01:00