1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 15:50:31 +02:00
Commit Graph

141852 Commits

Author SHA1 Message Date
Sharlatan Hellseher
391ea54188 gnu: gofumpt: Update to 0.7.0.
* gnu/packages/golang.scm (gofumpt): Update to 0.7.0.
[source] <snippet>: Remove it and re-implement the logic in the
'set-fallback-version phase,  #:build-flags and #:test-flags.
[arguments] <go>: Use go-1.22.
<build-flags>: Provide version.
<test-flags>: Skip one test.
<phases>: Add 'set-fallback-version.
[propagated-inputs]: Remove go-github-com-pkg-diff, go-github-com-kr-text,
go-github-com-kr-pretty, and go-github-com-frankban-quicktest.
[native-inputs]: Remove go-gopkg-in-errgo-v2; add go-github-com-go-quicktest-qt.

Change-Id: Ibddb05925040fe1293dedb246617ed366fc4014d
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
82ffd10e3e gnu: Add go-porter2.
* gnu/packages/golang-xyz.scm (go-porter2): New variable.

Change-Id: Ie0dd95b5efaee5716245da7e6c46577c8620f9ad
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
be17092eba gnu: go-github-com-surgebase-porter2: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-surgebase-porter2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie29eaf684035994c55bf956d2acefeb3b1f7fbf7
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
5b467f5889 gnu: go-github-com-surgebase-porter2: Update to 0.0.0-20150829210152-56e4718818e8.
* gnu/packages/golang.scm (go-github-com-surgebase-porter2): Update to 0.0.0-20150829210152-56e4718818e8.
[arguments] <phases>: Add 'fix-build.
[propagated-inputs]: Add go-github-com-surge-glog.
[native-inputs]: Remove go-github-com-surge-glog; add
go-github-com-agonopol-go-stem, go-github-com-dchest-stemmer,
go-github-com-kljensen-snowball, and
go-github-com-reiver-go-porterstemmer.

Change-Id: I7068bf5bcb456802d9e6bca9575242417dcbfc65
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
3d76bb9dba gnu: Add go-github-com-agonopol-go-stem.
* gnu/packages/golang-xyz.scm (go-github-com-agonopol-go-stem): New variable.

Change-Id: I53ed5d6b56b7042b2d9d18f84144628a172f68a3
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
b474985996 gnu: Add go-github-com-dchest-stemmer.
* gnu/packages/golang-xyz.scm (go-github-com-dchest-stemmer): New variable.

Change-Id: I2359d5f2196017ac4487e7d17a6419ea515e0aac
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
560d8d5914 gnu: Add go-github-com-kljensen-snowball.
* gnu/packages/golang-xyz.scm (go-github-com-kljensen-snowball): New variable.

Change-Id: I4fe3cf6aa912237e1a0d7186f67021136119b628
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
223242f8d7 gnu: Add go-github-com-reiver-go-porterstemmer.
* gnu/packages/golang-xyz.scm (go-github-com-reiver-go-porterstemmer): New variable.

Change-Id: Icdd61b5f7de34102d64b6bae75cbc097743ac675
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
8f94d7052d gnu: go-github-com-olekukonko-ts: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-olekukonko-ts): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ibb66ec8c55070c839ae5e544f4ce01f8d3d6e8c5
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
79fcf255bd gnu: Remove go-github-com-alcortesm-tgz.
Not in use by any packages in Guix, no updates for 9 years.

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

Change-Id: I4a0e7dca27f435699a64a1e6f9598b920529d9db
2025-01-21 23:47:55 +00:00
Sharlatan Hellseher
69c716a393 gnu: go-github-com-vmihailenco-tagparser: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-vmihailenco-tagparser): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I3d8fed5ebb6c450267e4ae18df63d67933c8448d
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
fd845557a7 gnu: Remove notmuch-fixtures.
* gnu/packages/golang.scm (notmuch-fixtures): Delete variable.

Change-Id: If71e281e1acf07aa2175dca8bdbf9dffd92a855a
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
a47a53d2ed gnu: go-github-com-google-shlex: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-shlex): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I182b7965e68ba4a205e5c93efd6936949c064164
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
51b691d547 gnu: go-github-com-riywo-loginshell: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-riywo-loginshell): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I95441eb694ded0befd9b1d344e74298ed311cd57
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
3763bf85dd gnu: go-github-com-ssor-bom: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-ssor-bom): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib334f3c5ee445489e8e4827b6e3e2c6795b6ffcf
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
40f61f474c gnu: Add go-gitlab-com-nyarla-go-crypt.
* gnu/packages/golang-crypto.scm (go-gitlab-com-nyarla-go-crypt): New variable.

Change-Id: Ie28070f92468dbf8307f917159872844bbb375b3
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
ab117c09a5 gnu: Add go-github-com-nakagami-firebirdsql.
* gnu/packages/golang-xyz.scm (go-github-com-nakagami-firebirdsql): New variable.

Change-Id: I4d30dcb0db7fb8ec23bc7e1ce7b1499e0ae8c815
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
11bc232176 gnu: go-github-com-kardianos: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kardianos): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I60104783d67bcb00c2b16069611a72113ec163d3
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
d7f4315446 gnu: go-github-com-kardianos-osext: Enable tests.
* gnu/packages/golang.scm (go-github-com-kardianos-osext) [arguments]
<tests?>: Enable as issue was resolved upstream.

Change-Id: I958cfda1e393104f5f9c1c6dbebfdd5bd2e31e62
2025-01-21 23:47:54 +00:00
Sharlatan Hellseher
f796362003 gnu: go-github-com-kardianos-osext: Update to 0.0.0-20190222173326-2bc1f35cddc0.
* gnu/packages/golang.scm (go-github-com-kardianos-osext): Update to 0.0.0-20190222173326-2bc1f35cddc0.

Change-Id: I555303312ef8b11f792bbc7bd13a73e24fefea27
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
8ccbb7952a gnu: go-github-com-hebcal-gematriya: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-hebcal-gematriya): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib286d2b41173e4daac1219bfa8f4d839af329010
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
b1001b9822 gnu: go-github-com-hebcal-gematriya: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-hebcal-gematriya): Update to 1.0.1.

Change-Id: Ia95c0b6f9dd798573faa30181522eca56fd4f1fe
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
3042e572be gnu: go-github-com-nathan-osman-go-sunrise: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-nathan-osman-go-sunrise): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I615e1213635ffc173fdebdf3af0db792ade3c71d
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
b0d2210628 gnu: go-github-com-nathan-osman-go-sunrise: Update to 1.1.0.
* gnu/packages/golang.scm (go-github-com-nathan-osman-go-sunrise): Update to 1.1.0.

Change-Id: I7db71627b34ba39f4f93cf42070cae7987def4e0
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
f97a1678f1 gnu: go-github-com-daviddengcn-go-colortext: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-daviddengcn-go-colortext): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Idfb83db0d5ce5b750c057feaa2f97b6245872c32
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
ff64c36d4f gnu: go-github-com-motemen-go-colorine: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I8003ab7f12ce07a7e7ff4d87f3956979e3522510
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
a00e5c6410 gnu: go-github-com-motemen-go-colorine: Update to 0.0.0-20180816141035-45d19169413a.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): Update to 0.0.0-20180816141035-45d19169413a.

Change-Id: I28d0a046cba60fbc37580cedd8b52cae76a598d3
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
eebacdfc8a gnu: go-github-com-wraparound-wrap: Improve style.
* gnu/packages/golang.scm (go-github-com-wraparound-wrap): Re-indent and
move all propagated inputs to native.
[arguments] <install-source?>: It's a final CLI command.
<import-path>: Set to the source of command.
<unpack-path>: Provide it.
<phases>: Use default 'build.
[propagated-inputs]: Remove go-github-com-spf13-cobra,
go-github-com-signintech-gopdf, and go-github-com-flopp-go-findfont.
[native-inputs]: Add go-github-com-spf13-cobra,
go-github-com-signintech-gopdf, and go-github-com-flopp-go-findfont.
[description]: Apply fill column.

Change-Id: I80d470a77e49ff5004a9eb1417123e09efde024f
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
4bf8855a50 gnu: go-github-com-rifflock-lfshook: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I93c8e864da864672664a3efaf5409c677da93d49
2025-01-21 23:47:53 +00:00
Sharlatan Hellseher
bb5be6b0fb gnu: aws-vault: Move to password-utils.
* gnu/packages/golang.scm (aws-vault): Move from here ...
* gnu/packages/password-utils.scm: ... to here.

Change-Id: I530c13fb88c48e3e0f660da6a1aed053a5435ed4
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
bc5a4aa143 gnu: go-github-com-valyala-bytebufferpool: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-valyala-bytebufferpool): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I625b7fcf28f625142106feb4510daad10362cc31
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
af6873c361 gnu: go-github-com-peterbourgon-diskv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-peterbourgon-diskv): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I7d8250304f903f28906c7f8098ac6c89347d7d23
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
de3e0b4925 gnu: Add go-github-com-bradenhilton-mozillainstallhash.
* gnu/packages/golang-web.scm (go-github-com-bradenhilton-mozillainstallhash): New variable.

Change-Id: I25db6a11708a9c19617762ea04375bb25262c2c3
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
18205e27e9 gnu: Add go-github-com-bradenhilton-cityhash.
* gnu/packages/golang-crypto.scm (go-github-com-bradenhilton-cityhash): New variable.

Change-Id: I42bb34f4a5dc4a92c2eceead1f2daa910ac387be
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
7739658c89 gnu: go-github-com-gregjones-httpcache: Fix indentation.
* gnu/packages/golang-web.scm (go-github-com-gregjones-httpcache): Fix
indentation.

Change-Id: Id8f69140baba71b95ae5dca118ffcc230452b54d
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
298c3355a0 gnu: go-github-com-gregjones-httpcache: Update to 0.0.0-20190611155906-901d90724c79.
* gnu/packages/golang-web.scm (go-github-com-gregjones-httpcache): Update to 0.0.0-20190611155906-901d90724c79.
[propagated-inputs]: Add go-github-com-peterbourgon-diskv,
go-github-com-syndtr-goleveldb, go-github-com-bradfitz-gomemcache,
and go-github-com-gomodule-redigo.

Change-Id: Iddf2a0f13a3f880d0a3c4456ff87cf3c883b5328
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
c79fb232a9 gnu: go-github-com-gomodule-redigo: Move to golang-xyz.
* gnu/packages/databases.scm (go-github-com-gomodule-redigo): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I747da14647b1b32756b9f6a4dd0f840e908fcede
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
d4ba1e30e2 gnu: go-github-com-gomodule-redigo: Update to 1.9.2.
* gnu/packages/databases.scm (go-github-com-gomodule-redigo): Update to 1.9.2.
[arguments] <skip-build?>: No go files in project's root.
<import-path>: Set to project's root.
<unpack-path>: Remove as redundant.
<test-flags>: Skip all tests requiring redis CLI and running redis
service.
<phases>: Add 'remove-examples.
[native-inputs]: Remove redis.

Change-Id: Ia87d118ddebc712d7c91d83c3bb707271c86ec16
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
ca5c09e7f2 gnu: go-github-com-rcrowley-go-metrics: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-github-com-rcrowley-go-metrics): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Iec57b6a74bfdd998463b2529a949c9fd045feae9
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
46e69fc553 gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-20201227073835-cf1acfcdf475.
* gnu/packages/golang-xyz.scm (go-github-com-rcrowley-go-metrics): Update to 0.0.0-20201227073835-cf1acfcdf475.

Change-Id: I79f15d5a32ec274a544fe8bdd2e4bba3d11335b5
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
a0e06194c6 gnu: go-github-com-stathat-go: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ibddb2d1146f2bc00edca434092da8237e3a77efd
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
0ed8c6d5ae gnu: go-github-com-stathat-go: Improve package style.
* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Fix
indentation, rearrange fields order.
[description]: Add a link to SataHat.

Change-Id: I981ed85649a8c80576d550ca0d960633932ed792
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
f3bcadad62 gnu: go-github-com-stathat-go: Update to 1.0.0.
* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Update to 1.0.0.

Change-Id: I62c92bdd8176298d938d87580d7277accd271cd3
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
a89e19f4e1 gnu: Add go-github-com-stoewer-go-strcase.
* gnu/packages/golang-xyz.scm (go-github-com-stoewer-go-strcase): New variable.

Change-Id: I4c148cba75a4000ee4fd3a9366bf525d26df7849
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
7d74323fb6 gnu: Add go-modernc-org-lexer.
* gnu/packages/golang-xyz.scm (go-modernc-org-lexer): New variable.

Change-Id: I1925ebdfb0ad9c86507ac526b27025368facfe49
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
3a1fdddb66 gnu: Add go-github-com-containerd-plugin.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-plugin): New variable.

Change-Id: Id8be82abc8d01ce57749ee2068b6be7fde10eff0
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
5e95ca96db gnu: Add go-github-com-containerd-platforms.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-platforms): New variable.

Change-Id: I846e26f2414268452d1d21e0387f0c2eb970c32e
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
fc2e80506a gnu: packages/image-viewers: Remove golang module.
* gnu/packages/image-viewers.scm: As all Golang dependencies were
shifted to corresponded submodules, remove not required "golang" module
from used ones.

Change-Id: I0751655edef4485e8c7393690b93ffd884e1fb75
2025-01-21 23:47:51 +00:00
Sharlatan Hellseher
3fb61fa812 gnu: go-github-com-disintegration-imaging: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Iec713c34d2b8b72e9593d98927d60c3699ad818c
2025-01-21 23:47:50 +00:00
Sharlatan Hellseher
6ad2d96663 gnu: go-github-com-git-lfs-go-netrc: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-git-lfs-go-netrc): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I958e375e5bb6eec173b3b75d189491e5bc132827
2025-01-21 23:47:50 +00:00