~ruther/guix-local

9b099017 — Sharlatan Hellseher 7 months ago
gnu: umoci: Update to 0.5.1.

* gnu/packages/virtualization.scm (umoci): Update to 0.5.1.

Change-Id: Iff8c86d228bd117dd6ff506e6de378cfac8dcf7a
5c525be2 — Sharlatan Hellseher 7 months ago
gnu: yq: Move to textutils.

* gnu/packages/web.scm: Move from here ...
* gnu/packages/textutils.scm: ... to here.

Change-Id: I7449644654824d5748ca26880a54e1a50aa90957
c907d96a — Sharlatan Hellseher 7 months ago
gnu: yq: Update to 4.47.2.

* gnu/packages/web.scm (yq): Update to 4.47.2.
[native-inputs]: Remove go-gopkg-in-yaml-v3; add
go-github-com-go-ini-ini and go-go-yaml-in-yaml-v3.

Change-Id: I419779ac2fed880af87c2e73848dd937b72d1ad9
25bbfcf7 — Sharlatan Hellseher 7 months ago
gnu: yq: Don't inherit from go-github-com-mikefarah-yq-v4.

go-github-com-mikefarah-yq-v4 was never used as source Golang library by
any packages, this change removes it's definition and keeps just final
`yq` command.

* gnu/packages/web.scm (yq): Don't inherit from
go-github-com-mikefarah-yq-v4 and overtake it's definition.
[native-inputs]: Move all here from [propagated-inputs].
(go-github-com-mikefarah-yq-v4): Delete variable.

Change-Id: Ia0019441313a79b07c27bf8f28d767fbe75e27e7
1343e565 — Hugo Buddelmeijer 7 months ago
gnu: python-2.7: Set python cpe-vendor.

* gnu/packages/python.scm (python-2.7): Set python as cpe-vendor.
[properties]: Add cpe-vendor.

Closes: guix/guix#2660.
Change-Id: Ief4cf1370eac4236823abd058659c840fa04486d
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
779d1976 — Sharlatan Hellseher 7 months ago
gnu: packages/python-xyz: Add copyright for Matthias Riße.

It's a follow for e7f43d3837b15d73b9e6c462fadf22c330acd610.

* gnu/packages/python-xyz.scm: Add copyright entry for Matthias Riße.

Change-Id: Ie7e7602d3981fdbdcc2ca1afd1227dad23f33ce6
e7f43d38 — Matthias Riße 7 months ago
gnu: Add python-annexremote.

* gnu/packages/python-xyz.scm (python-annexremote): New variable.

Change-Id: If004031433cf63ff4c3eea3e32a7c403470e6bb0
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
45d98c9a — Danny Milosavljevic 8 months ago
gnu: Add go-github-com-google-nftables.

* gnu/packages/golang-web.scm (go-github-com-google-nftables): New variable.

Change-Id: I15c28251790472be2a7cd93598573ac23a60c6a1
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6254f544 — Danny Milosavljevic 8 months ago
gnu: Add go-google-golang-org-grpc-cmd-protoc-gen-go-grpc.

* gnu/packages/golang-web.scm (go-google-golang-org-grpc-cmd-protoc-gen-go-grpc,
protoc-gen-go-grpc): New variables.

Change-Id: Ic4c0026944e94c9c12a405f631756a1f15c6e317
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ca672643 — Danny Milosavljevic 8 months ago
gnu: Add go-github-com-varlink-go-varlink.

* gnu/packages/golang-xyz.scm (go-github-com-varlink-go-varlink): New variable.

Change-Id: I6174a9f43eac0db17af5c6340e2d879a1094c71a
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5e19b74b — Sharlatan Hellseher 7 months ago
gnu: Remove python-textual-1.

* gnu/packages/python-xyz.scm (python-textual-1): Delete variable.

Change-Id: I7882072c8e4a8bc1715c5b51c7cfdd6705e2a565
f0bb63be — Sharlatan Hellseher 7 months ago
gnu: cobib: Update to 5.4.0.

* gnu/packages/textutils.scm (cobib): Update to 5.4.0.
[arguments] <test-flags>: Rework skipped tests.
[propagated-inputs]: Remove python-mdit-py-plugins and python-textual-1;
add python-textual.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-setuptools-next.

Change-Id: Ie0e1cdf2516a7ee18fbd1eb0c2865c4cd29dfb75
96c30d2b — Ian Eure 7 months ago
gnu: Remove Tailon services and documentation.

The tailon package was removed in 63023deaf96bd0d90aba262b194bf1445ec5a0b6,
but the associated service and documentation weren’t, leading to `guix pull`
breaking.

Fixes guix/guix#2689.

* doc/guix.texi: Remove Tailon documentation.
* gnu/services/web.scm (tailon-service-type): Delete variable.
(tailon-configuration-file): Delete variable.
(tailon-configuration-file?): Delete variable.
(tailon-configuration-file-files): Delete variable.
(tailon-configuration-file-bind): Delete variable.
(tailon-configuration-file-relative-root): Delete variable.
(tailon-configuration-file-allow-transfers?): Delete variable.
(tailon-configuration-file-follow-names?): Delete variable.
(tailon-configuration-file-tail-lines): Delete variable.
(tailon-configuration-file-allowed-commands): Delete variable.
(tailon-configuration-file-debug?): Delete variable.
(tailon-configuration-file-http-auth): Delete variable.
(tailon-configuration-file-users): Delete variable
(tailon-configuration): Delete variable.
(tailon-configuration?): Delete variable.
(tailon-configuration-config-file): Delete variable.
(tailon-configuration-package): Delete variable.
* gnu/tests/web.scm (%test-tailon): Delete variable.

Change-Id: I3b507df8233b0440baa6a2bce4604b5813cb3bb0
70b380bd — Andreas Enge 7 months ago
gnu: Remove python-pylzma.

* gnu/packages/python-xyz.scm (python-pylzma): Delete variable.

Fixes: guix/guix#1919
Change-Id: Icad9f8b8dfc23406271c5e3cd342e5553dbde491
64d10993 — Andreas Enge 7 months ago
gnu: Remove warsow-qfusion.

* gnu/packages/game-development.scm (warsow-qfusion): Delete variable.

Fixes: guix/guix#1911
Change-Id: Ibad0428d559556ed3fedc5ae99702222d0dafa98
065ffa80 — Andreas Enge 7 months ago
gnu: Remove cawbird.

* gnu/packages/syndication.scm (cawbird): Delete variable.

Fixes: guix/guix#1907
Change-Id: Ifd4bb5e40113d574076b3458d4c24b130d1c4b2b
adfcee69 — Andreas Enge 7 months ago
gnu: Remove farstream.

* gnu/packages/freedesktop.scm (farstream): Delete variable.

Fixes: guix/guix#1906
Change-Id: I067d553ac39f6370d8b0f321d682a7854d6ac9ac
d8199cc9 — Andreas Enge 7 months ago
gnu: Remove nomad.

* gnu/packages/guile-xyz.scm (nomad): Delete variable.

Fixes: guix/guix#1905
Change-Id: Ie0e814184072a6c3920e2de0310adeef8361e299
45c8514a — Andreas Enge 7 months ago
gnu: Remove python-rrdtool.

* gnu/packages/monitoring.scm (python-rrdtool): Delete variable.

Fixes: guix/guix#1896
Change-Id: I683bbaa5cb42ff363dd12771269a0a0c08f9a979
bd73cbc6 — Andreas Enge 7 months ago
gnu: Remove graphite-web.

* gnu/packages/monitoring.scm (graphite-web): Delete variable.

Change-Id: I0e7b8506d8690c8efc083f82373b221729b23e96
Next