Archived
1
0
Fork 0
Commit graph

229 commits

Author SHA1 Message Date
Sharlatan Hellseher
f0462a38da
gnu: Add go-github-com-adrg-xdg.
* gnu/packages/golang-xyz.scm (go-github-com-adrg-xdg): New variable.

Change-Id: I6a7576d45c84e864d6db915784e32606b1008710
2024-07-03 22:23:21 +01:00
Sharlatan Hellseher
8c8fb5c878
gnu: Add go-github-com-adrg-strutil.
* gnu/packages/golang-xyz.scm (go-github-com-adrg-strutil): New variable.

Change-Id: I86addc399471f4766a3beb7725832b6b13435fce
2024-07-03 22:23:21 +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
088d174fd9
gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil):
Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I7681af021b51e7c349a48cc5bd7822dbb78c6a1b
2024-06-29 16:45:27 +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
Troy Figiel
89e844d825
gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz).
* gnu/packages/databases.scm (go-go-etcd-io-bbolt): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I52e6ea227c417c1997210ecc22725387143df32f
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
f01a2dd80a
gnu: Add go-github-com-klauspost-cpuid-v2.
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-cpuid-v2): New variable.

Change-Id: I0465af816409325cd8b5b5f339c155d0326338a7
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
6fed47ad94
gnu: go-github-com-masterminds-semver-v3: Update to 3.2.1.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver-v3): Update to 3.2.1.
[native-inputs]: Add go-github-com-stretchr-testify-next.

Change-Id: I6313394293de4d953a1ef344701d117eab35d237
2024-06-28 15:15:43 +01:00
Sharlatan Hellseher
6d6a344a08
gnu: go-github-com-masterminds-semver: Rename variable.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver): Rename
to go-github-com-masterminds-semver-v3.
[arguments]: <#:import-path>: Reflect import path as seen in go.mod.

* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig)
[propagated-inputs]: Replace go-github-com-masterminds-semver with
go-github-com-masterminds-semver-v3.

Change-Id: I43f2231241f02b6f2f01f89f98a72f29929b9376
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
d9f720b7ef
gnu: go-github-com-masterminds-sprig-v3: Enable tests.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig-v3)
[arguments]: <#:tests?>: Enable them.
<#:phases>: Add 'remove-network-tests phase.

Change-Id: I526f8c7d273ea3d88f8844da97293a1080471c62
2024-06-28 15:15:31 +01:00
Sharlatan Hellseher
1afefe0f0f
gnu: go-github-com-masterminds-sprig: Rename variable.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig): Rename
to go-github-com-masterminds-sprig-v3.
[arguments]: <#:import-path>: Reflect import path as seen in go.mod.

* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
Replace go-github-com-masterminds-sprig with
go-github-com-masterminds-sprig-v3.

Change-Id: I2d171ff9f719e6664266723ae0483f73cef343c5
2024-06-28 14:57:07 +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
6d88e9e21f
gnu: go-github-com-vitrun-qart: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I219dfa1129e73e042170b3da176801a0058980f2
2024-06-27 15:55:48 +01:00
Sharlatan Hellseher
856c3e08f7
gnu: go-github-com-flynn-archive-go-shlex: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-flynn-archive-go-shlex):
Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If6376b45b4d3809ca8452b89c335ca7532ec2759
2024-06-27 15:50:20 +01:00
Sharlatan Hellseher
88cdba5ccd
gnu: go-github-com-calmh-xdr: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I201f5147de0a353057206ca314a685eb70622e00
2024-06-27 15:38:26 +01:00
Sharlatan Hellseher
4fb43ae287
gnu: go-github-com-d4l3k-messagediff: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ifb20bc5e3ee8cf8f2b354c5809ba906aae74d5c0
2024-06-27 15:28:27 +01:00
Sharlatan Hellseher
2494d95ede
gnu: Add go-github-com-thejerf-suture-v4.
* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture-v4): New variable.

Change-Id: If54702c8b0a9eec19af72dc513a8d6551966fc2d
2024-06-27 15:28:26 +01:00
Sharlatan Hellseher
5cc35758e5
gnu: go-github-com-thejerf-suture: Update to 3.0.3.
* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture): Update to 3.0.3.

Change-Id: I5973315f4bc276acc22dfd6fde59942a6b2736d9
2024-06-27 15:28:26 +01:00
Sharlatan Hellseher
2622549c0e
gnu: go-github-com-thejerf-suture: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I532608ed163ee60588131c34621e031b5935eacf
2024-06-27 15:28:26 +01:00
Sharlatan Hellseher
1abbcd2a65
gnu: go-github-com-audriusbutkevicius-recli: Update to 0.0.6.
* gnu/packages/golang-xyz.scm (go-github-com-audriusbutkevicius-recli): Update to 0.0.6.

Change-Id: I26631ba87ce71a737f45b2add2dfaf443ecda92d
2024-06-27 00:34:28 +01:00
Sharlatan Hellseher
91e0f01f0e
gnu: go-github-com-audriusbutkevicius-recli: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-recli):
Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I1494e60367873ba5ddbfe0725cd8a0ed02d8cb9e
2024-06-27 00:34:28 +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
60e120da22
gnu: go-github-com-msteinert-pam: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam,
go-github-com-msteinert-pam-v2): Sort variable alphabetically.

Change-Id: I316da3eba7883af1dd0c7387ce5b2429a184b960
2024-06-23 20:27:40 +01:00
Sharlatan Hellseher
a067c4ca0a
gnu: go-github-com-ianlancetaylor-demangle: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-ianlancetaylor-demangle):
Sort variable alphabetically.

Change-Id: I932fe281e3b85031a9d6207417ec26623fc26c2e
2024-06-23 20:25:48 +01:00
Sharlatan Hellseher
bd7bf242f5
gnu: go-github-com-k0kubun-go-ansi: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-go-ansi): Sort
variable alphabetically.

Change-Id: I9dded01ad0592793680b5d7af3197781239d1137
2024-06-23 20:22:41 +01:00
Sharlatan Hellseher
c551e406a7
gnu: Remove go-github-com-coreos-go-systemd-activation.
* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-activation): Delete variable.

Change-Id: I99ad61afe6bc7dcfad9adbef33f3c70438f925b0
2024-06-19 15:13:12 +01:00
Sharlatan Hellseher
2ed288dbcd
gnu: Add go-github-com-coreos-go-systemd-v22.
The latest version of <github.com/coreos/go-systemd> is now available as
the <github.com/coreos/go-systemd/v22> Golang module, with a single
go.mod file. Each child submodule is included as part of the aggregated
module.

* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22): New variable.
(go-github-com-coreos-go-systemd-daemon,
go-github-com-coreos-go-systemd-dbus,
go-github-com-coreos-go-systemd-journal,
go-github-com-coreos-go-systemd-login1,
go-github-com-coreos-go-systemd-machine1,
go-github-com-coreos-go-systemd-sdjournal,
go-github-com-coreos-go-systemd-unit): Remove variables.

Change-Id: Ib155ed71d9b9cc5c39ad8f32b33b956ec0d3dcba
2024-06-19 14:25:55 +01:00
Artyom V. Poptsov
68347f8744
gnu: Add go-github-com-polydawn-refmt.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): New variable.

Change-Id: I5b300fb826ec7f232cab108614737e49e114afa5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-19 14:25:55 +01:00
Sharlatan Hellseher
a442763aa7
gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.4.
* gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.4.

Change-Id: Iecff5b7302745226e6e0f398adf6a973529ec6e7
2024-06-19 14:09:44 +01:00
Sharlatan Hellseher
580f4d2723
gnu: go-github-com-cskr-pubsub: Update to 2.0.2.
* gnu/packages/golang-xyz.scm (go-github-com-cskr-pubsub): Update to 2.0.2.

Change-Id: Iaf75f54763dc4da5ef07792b4b428fc263d2a13d
2024-06-19 14:09:44 +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
Sharlatan Hellseher
17837a9749
gnu: Add go-github-com-tidwall-sjson.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-sjson): New variable.

Change-Id: I69d5c7205a440cbf2d6abcc814b6130a6a9d4e9c
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher
bb79b85b1e
gnu: Add go-github-com-tidwall-gjson.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-gjson): New variable.

Change-Id: If3345205e3cbc75c0a4aa51ea0e5566d6db9af71
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher
e76a755ece
gnu: Add go-github-com-tidwall-match.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-match): New variable.

Change-Id: I6923c2383784aeaa45d432a92c4d05f55cd3bea0
2024-06-11 10:17:03 +01:00
Sharlatan Hellseher
02bb43b722
gnu: Add go-github-com-tidwall-pretty.
* gnu/packages/golang-xyz.scm (go-github-com-tidwall-pretty): New variable.

Change-Id: Id5ebc95f579551710ef57553b96815c865e4b294
2024-06-11 10:17:03 +01:00
Artyom V. Poptsov
2ef0e4bce1
gnu: go-gopkg-in-cheggaaa-pb-v1: Rename to go-github-com-cheggaaa-pb.
* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Rename to
  go-github-com-cheggaaa-pb and sort alphabetically.
  (go-gopkg-in-cheggaaa-pb-v3): Inherit from go-github-com-cheggaaa-pb.

Change-Id: I945bc8646b2b4a01cf0e81bfd47a2d4fd1075dca

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I42446da67c9c17aec35421a312120ad03c7fe83c
2024-06-11 10:17:03 +01:00
Artyom V. Poptsov
79d2c8e7b9
gnu: go-gopkg-in-cheggaaa-pb-v1: Update to 1.0.29.
* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Update to 1.0.29.
  [arguments]: Set the import path to "github.com/cheggaaa/pb".

Change-Id: I0042b64c44386d588bad7779444f1f6652619a2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:03 +01:00
Luis Higino
21d631a3e8
gnu: Add go-github-com-k0kubun-go-ansi.
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-go-ansi): New variable.

Change-Id: I012a3b5c530f1fb7ee61e628fac216bdd966772c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:02 +01:00
Luis Higino
ca9fa4a88a
gnu: Add go-github-com-docopt-docopt-go.
* gnu/packages/golang-xyz.scm (go-github-com-docopt-docopt-go): New variable.

Change-Id: I70ab7bce1a4ac13e1b63ecb72f5b7df0b8b94b69
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-06-11 10:17:02 +01:00
Christopher Baines
4fe804be9a
gnu: go-gopkg-in-alecthomas-kingpin-v2: Match name with variable.
To avoid duplicating go-github-com-alecthomas-kingpin.

* gnu/packages/golang-xyz.scm (go-gopkg-in-alecthomas-kingpin-v2)[name]: Set
to go-gopkg-in-alecthomas-kingpin-v2.

Change-Id: I1f9d2766c03393ac1268dafe490d25a7e57f7bc4
2024-06-10 11:07:55 +01: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
265452e122
gnu: Add go-github-com-go-task-slim-sprig-v3.
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig-v3): New
variable.

Change-Id: I46ef3728993556dfc2d6c9349da6962d747e2664
2024-05-22 23:12:35 +01:00
Sharlatan Hellseher
33a2644963
gnu: go-github-com-go-task-slim-sprig: Enable tests.
* gnu/packages/golang-xyz.scm (go-github-com-go-task-slim-sprig)
[arguments] <#:tests>: Enable it.
<#:phases>: Add 'remove-failing-tests phase.

Change-Id: I32424925a96defd69e2871dee079db8bef2861b2
2024-05-22 22:59:00 +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
Artyom V. Poptsov
26b324d082
gnu: Add go-github-com-pion-logging.
* gnu/packages/golang-xyz.scm (go-github-com-pion-logging): New variable.

Change-Id: I2da53900059251b78cad2bb56cfbc87228c91e23
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-05-16 23:07:39 +01:00
Sharlatan Hellseher
1f6c4f226d
gnu: Add go-bazil-org-fuse.
* gnu/packages/golang-xyz.scm (go-bazil-org-fuse): New variable.

Change-Id: I933d90dca50110f53831febc81d587c14973934f
2024-05-07 23:18:48 +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