Commit graph

1296 commits

Author SHA1 Message Date
André Batista
8e04c68010
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.3.0.
* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird):
Update to 0.3.0.
[propagated-inputs]: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel.

Change-Id: Iac17163aab6e6010f9fa569fcaf51b217084a572
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-30 22:52:23 +02:00
André Batista
bb1480a38d
gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel.
* gnu/packages/golang.scm
  (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel):
  New variable.

Change-Id: I84ef723ea03822bd5abf655914f44fb53fd865e2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-30 22:52:23 +02:00
Sharlatan Hellseher
386a1c77af
gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures)
[arguments]: <#:tests?>: Preserve test only on 64 bit architectures.

Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
b60f731c68
gnu: go-github-com-zalando-go-keyring: Enable tests.
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring)
[arguments]: <#:phases>: Add 'disable-failing-tests phase, use custom 'check.
[propagated-inputs]: Remove dbus.
[native-inputs]: Add dbus.

Change-Id: I06ba340ef936fef006b7b804688b2ca2863d00a2
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
5e2d4317d1
gnu: go-github-com-zalando-go-keyring: Update to 0.2.5.
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Update to 0.2.5.
[propagated-inputs]: Remove go-github-com-godbus-dbus; add go-github-com-godbus-dbus-v5.

Change-Id: I21fafc683ae802e0ca7b6bdb9e1bb100f25879f9
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
d54385946a
gnu: go-github-com-gsterjov-go-libsecret: Improve package style.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Fix
indentation. Swap [native-inputs] with [propagated-inputs] as
go-gihub-com-godubs-dbus is required during build time. Adjust order of
fields.
[synopsis]: Apply TexLive formatting.
[description]: Likewise.

Change-Id: I6ed08095839b6e76de070699753e088f86e256a1
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
9579f37bcc
gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Update to 0.0.0-20161001094733-a6f4afe4910c.
[propagated-inputs]: Add go-github-com-godbus-dbus.
[native-inputs]: Remove go-github-com-godbus-dbus.

Change-Id: I98b6e2353bb04521a838a8e1e828cc25ccbcad35
2024-09-03 15:43:09 +01:00
Sarah Morgensen
c293aa1d6f
gnu: go-github-com-godbus-dbus: Enable tests.
* gnu/packages/golang.scm (go-github-com-godbus-dbus): Enable tests.
[arguments] <#:phases>: Add 'disable-failing-tests phase. Override
'check phase to run tests within a dbus session.

Change-Id: Ib27d33363d4d7071e91380588413ae035ae9609f
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03 15:43:09 +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
宋文武
fa49c93f9d
gnu: go-github-com-wraparound-wrap: Fix build.
* gnu/packages/golang.scm (go-github-com-wraparound-wrap)[arguments]:
Don't refer to nonexistent 'wrap' phase.

Change-Id: I36c197590cbbf6cef5c494f247f6289fc1c4a414
2024-08-31 10:45:16 +02:00
Brennan Vincent
b1fd511477
gnu: Add go-1.23.
gnu/packages/golang.scm (go-1.23): New variable.

Change-Id: I08ce59873bd7fa5ab41a557e5847b8540c053e79
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-29 01:07:24 +01:00
Sharlatan Hellseher
fd0eb4662b
gnu: go-1.22: Update to 1.22.6.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.6.

Change-Id: I6f2146598b82c251cb31cc7320eef00bbfec6faa
2024-08-29 01:07:24 +01:00
Sharlatan Hellseher
98aff70c69
gnu: Remove go-github-com-libp2p-go-libp2p-metrics.
Deprecated: "This repository has been archived by the owner on Dec 7,
2019. It is now read-only."

* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): Delete variable.

Change-Id: I0d70f019983998c81fcbc439d6047274272b65e8
2024-08-25 23:56:58 +01:00
Sharlatan Hellseher
2657da33fd
gnu: go-github-com-libp2p-go-flow-metrics: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I6847de630820dc895cb3d14f16b086fd1cc69bb7
2024-08-25 22:31:05 +01:00
Sharlatan Hellseher
d7b4f8f335
gnu: go-github-com-libp2p-go-flow-metrics: Enable tests.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Enable
tests.

Change-Id: Ic117d3e0ca06719bf6b0a058f7475169afd12d11
2024-08-25 22:27:22 +01:00
Sharlatan Hellseher
fbe4643ea3
gnu: go-github-com-libp2p-go-flow-metrics: Update to 0.1.0.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Update
to 0.1.0.
[propagated-inputs]: Add go-github-com-benbjohnson-clock.

Change-Id: I13799b39e8d22a4f1be763eeef24dd2170d1cba1
2024-08-25 22:18:47 +01:00
Sharlatan Hellseher
e0a629a7b2
gnu: go-github-com-google-uuid: Update to 1.6.0.
* gnu/packages/golang.scm (go-github-com-google-uuid): Update to 1.6.0.

Change-Id: Iecc6a649124e45fa2155042cc56350779ec1880c
2024-08-25 20:46:48 +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
9202a7b7b0
gnu: Remove go-github-com-direnv-go-dotenv.
Remove the package as it's no longer maintained and not in use by any
other one: "This repository has been archived by the owner on Feb 28,
2024. It is now read-only."

* gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): Delete variable.

Change-Id: I57058a8868085e5b133e8cc46afb2b8b0c57eb5e
2024-08-23 17:05:18 +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
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
aa57dc8b31
gnu: Add go-github-com-google-renameio-v2.
* gnu/packages/golang.scm (go-github-com-google-renameio-v2): New
variable.

Change-Id: Iaeabf95d21d22b25df5f8caf1edcaaddee3d3965
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-23 17:05:17 +01:00
Sharlatan Hellseher
2d1181f2dd
gnu: go-github-com-google-renameio: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-google-renameio): Update to 1.0.1.

Change-Id: Ia7d46682753e9b5530847e693d1f0bf21d8a118c
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
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
7fe99a5faf
gnu: go-github-com-stretchr-objx: Update to 0.5.2.
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.5.2.
[source]: Remove snippet as "vendor" directory is not provided.
[inputs]: Remove go-github-com-stretchr-testify-bootstrap.
[propagated-inputs]: Remove go-github-com-davecgh-go-spew and
go-github-com-pmezard-go-difflib.
[native-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib,
and go-github-com-stretchr-testify-bootstrap.

Change-Id: I058fa393952dc73d73ac7ab48af4d29665828495
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
3b3f3891c6
gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.2.

Change-Id: Ib3c42010d207644359b4a693569c31c5d9406e7b
2024-08-14 23:34:41 +01:00
Sharlatan Hellseher
751b0e5881
gnu: go-github-com-pelletier-go-toml: Update to 1.9.5.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.5.

Change-Id: Ib72f88b2f14c8b1b293ebb3cd64645f5265c7b11
2024-08-14 23:34:41 +01:00
Sharlatan Hellseher
1e81c70e42
gnu: go-github-com-pelletier-go-toml: Remove input labels.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Remove
input lables, swap [native-inputs] to [propagated-inputs] to simplify
dependent packages inputs.

Change-Id: Ibfa57fbe606ced8bf9f2bcfe4065bf94f84bc0fb
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
662b7604b4
gnu: go-github-com-go-playground-locales: Update to 0.14.1.
* gnu/packages/golang.scm (go-github-com-go-playground-locales): Update to 0.14.1.

Change-Id: I6f8681dd49c8dd61b51481117b01566a9024ff15
2024-08-14 23:34:40 +01:00
Sharlatan Hellseher
2de44c4086
gnu: go-github-com-creack-pty: Update to 1.1.23.
* gnu/packages/golang.scm (go-github-com-creack-pty): Update to 1.1.23.

Change-Id: Ieb0c2186008f285658e46ea9b0fb1edb62cdb6d4
2024-08-14 18:14:36 +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
d275a15163
gnu: go-github-com-kr-pretty: Update to 0.3.1.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.3.1.
[propagated-inputs]: Add go-github-com-rogpeppe-go-internal.

Change-Id: I80e8489e6a573206678d1dfe6c23aa0824a905fc
2024-08-14 18:06:14 +01:00
Sharlatan Hellseher
d1315bb2ba
gnu: go-github-com-google-shlex: Add project status comment.
* gnu/packages/golang.scm (go-github-com-google-shlex): Add project
status comment for the next maintenance cycle.

Change-Id: Ieaa2cc28f95306f87b0d358500225dbd0381adcf
2024-08-11 13:15:40 +01:00
Sharlatan Hellseher
f72b76a298
gnu: go-github-com-gdamore-tcell-v2: Update to 2.7.4.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.7.4.

Change-Id: I7df36179e2f2c6f335a9b4c1b9a4ab2a57dbc8b4
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
4412d0e160
gnu: go-mvdan-cc-xurls: Move to golang-web.
* gnu/packages/golang.scm (go-mvdan-cc-xurls, xurls): Move from here...
* gnu/packages/golang-web.scm: ... to here.
* gnu/packages/messaging.scm: Add golang-web module.

Change-Id: I990e5dff7d5813dc4b1c40e9a7707901235af458
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
ddeb013054
gnu: go-mvdan-cc-xurls: Update to 2.5.0.
* gnu/packages/golang.scm (go-mvdan-cc-xurls): Update to 2.5.0.
[propagated-inputs]: Add go-golang-org-x-mod.
(xurls) [arguments]: <#:phases>: Add disable-failing-tests phase.

Change-Id: If9e2b955218913cb237eef7f643dab1d72fa129f
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
63e36f3a8b
gnu: go-mvdan-cc-xurls: Swap inheritance.
These changes simplify packages by swapping inheritance from Golang
module instead of the final binary for go-mvdan-cc-xurls and xurls
variables.

* gnu/packages/golang.scm (go-mvdan-cc-xurls): Simplify package.
[arguments]: <#:phases>: Remove phases modification.
(xurls): Inherit from go-mvdan-cc-xurls.

Change-Id: I746e8c02afa8ea5341ae0043a05d43631ed1d032
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
e42c5a247c
gnu: go-github-com-rogpeppe-go-internal: Update to 1.12.0.
* gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Update to 1.12.0.

Change-Id: Ibe33dd457328a61a2b919b61d5b9d1816ca60b81
2024-08-11 13:15:39 +01:00
Sharlatan Hellseher
be1c876296
gnu: go-github-com-delthas-go-localeinfo: Fix indentation.
* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Fix indentation.

Change-Id: Ida11ab38911568c1967d42d7b4e4e7b950417661
2024-08-11 13:15:38 +01:00
Sharlatan Hellseher
1d03ab9985
gnu: go-github-com-delthas-go-localeinfo: Update to 0.0.0-20240607105203-b2e834fc307d.
* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Update to 0.0.0-20240607105203-b2e834fc307d.

Change-Id: I229f3348e7d473fa13f7bb7a33894d49ef24e2d0
2024-08-11 13:15:38 +01:00
Sharlatan Hellseher
de2845d0c4
gnu: go-golang-zx2c4-com-wireguard: Move to golang-web.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ie0b2a32300436cacd37652996a693bdda85f2cbc
2024-08-12 13:32:19 +01:00
Artyom V. Poptsov
6006887752
gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173.

Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-12 13:19:48 +01:00
Sharlatan Hellseher
9a4cd495a4
gnu: go-1.22: Update to 1.22.5.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.5.

Change-Id: I636a6c87ab3bec3a399bbd95d6a57610f5cdb4df
2024-07-28 23:26:30 +01:00
Sharlatan Hellseher
389bf59aed
gnu: go-github-com-emersion-go-smtp: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-smpt): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I5df22126cc7bdd541e33661996e7753e2cd732ea
2024-07-28 22:55:00 +01:00
Sharlatan Hellseher
892c4cace7
gnu: go-github-com-emersion-go-sasl: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-sasl): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I00729892042a0054b4749693f08cb36c9de72dd9
2024-07-28 22:53:29 +01:00