Ludovic Courtès
81f7bb1691
gnu: guile-parted: Depend on Parted 3.4.
...
Fixes <https://issues.guix.gnu.org/55549 >.
* gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Replace 'parted' by
'parted-3.4'.
2022-05-22 21:56:40 +02:00
Ludovic Courtès
1151ad7cad
gnu: parted: Reintroduce version 3.4.
...
* gnu/packages/disk.scm (parted-3.4): New variable.
2022-05-22 21:56:40 +02:00
Ludovic Courtès
d2b3400f79
services: openssh: Listen on both IPv4 and IPv6.
...
Fixes <https://issues.guix.gnu.org/55335 >.
Reported by Christopher Baines <mail@cbaines.net>.
* gnu/services/ssh.scm (openssh-shepherd-service)[inetd-style?]: New variable.
<start>: Use it. When using 'make-inetd-constructor', pass a list of
endpoints as is possible with the Shepherd 0.9.1.
<stop>: Adjust accordingly.
* gnu/tests/ssh.scm (run-ssh-test)["wait for port 22"]: Rename to...
["wait for port 22, IPv4"]: ... this.
["wait for port 22, IPv6"]: New test.
2022-05-22 21:56:40 +02:00
Ludovic Courtès
52aceda4fd
marionette: Add #:address parameter to 'wait-for-tcp-port'.
...
* gnu/build/marionette.scm (wait-for-tcp-port): Add #:address parameter.
Honor it, and improve error reporting in the 'failure case.
2022-05-22 21:56:40 +02:00
Ludovic Courtès
8a588eb871
gnu: shepherd: Update to 0.9.1.
...
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.1.
2022-05-22 21:56:39 +02:00
Ludovic Courtès
81fed81aeb
gnu: guile-fibers: Add 'upstream-name' property.
...
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
2022-05-22 21:56:39 +02:00
Ludovic Courtès
b25b029a3c
gnu: guile-fibers@1.1: Update to c25dcb9.
...
* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to c25dcb9.
[arguments]: Remove 'regenerate-autotools' phase.
2022-05-22 21:56:39 +02:00
Guillaume Le Vaillant
f0e9048e98
gnu: sbcl: Improve reproducilbility.
...
This should fix the runtime error of the maxima package:
fatal error encountered in SBCL pid 26911 tid 26911:
core was built for runtime "localhost-nixbld-2022-03-03-15-45-58"
but this is "localhost-nixbld-2022-03-03-08-51-27"
* gnu/packages/lisp.scm (sbcl)[arguments]: Add 'fix-build-id' phase.
2022-05-22 17:39:23 +02:00
Mathieu Othacehe
0c4d3847a4
platforms: x86: Add a missing export.
...
* gnu/platforms/x86.scm (hurd): Export it.
2022-05-22 15:18:28 +02:00
Mathieu Othacehe
b55310603f
linux: Remove system->linux-architecture procedure.
...
* gnu/packages/linux.scm (system->linux-architecture): Remove it.
(make-linux-libre-headers*, make-linux-libre*): Adapt them.
* guix/build-system/linux-module.scm (system->arch): Adapt it.
* gnu/packages/instrumentation.scm (uftrace): Ditto.
* gnu/packages/cross-base.scm (cross-kernel-headers): Ditto.
* gnu/packages/bioinformatics.scm (ncbi-vdb): Ditto.
* doc/guix.texi (Porting to a new platform): Update it.
2022-05-22 15:15:33 +02:00
Mathieu Othacehe
4cf7d0f836
platform: Add glibc-dynamic-linker field.
...
* gnu/platform.scm (<platform>)[glibc-dynamic-linker]: New field.
(platform-glibc-dynamic-linker, lookup-platform-by-system): New procedures.
* gnu/platforms/arm.scm (armhf-linux, aarch64-linux): Add the glibc-dynamic-linker field.
* gnu/platforms/hurd.scm (hurd): Ditto.
* gnu/platforms/intel.scm (intel32-linux, intel64-linux, intel32-mingw, intel64-linux): Ditto.
* gnu/platforms/mips.scm (mips64el-linux): Ditto.
* gnu/platforms/powerpc.scm (powerpc-linux, powerpc64-linux): Ditto.
* gnu/platforms/riscv.scm (riscv64-linux): Ditto.
* gnu/platforms/s390.scm (riscv64-linux): Ditto.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Adapt it.
2022-05-22 15:15:33 +02:00
Mathieu Othacehe
dd970122dd
ci: Do not rely on hardcoded cross-targets lists.
...
* gnu/ci.scm (%cross-targets): Remove it ...
(cross-jobs): ... and use the targets procedure instead.
* etc/release-manifest.scm: Adapt it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-22 15:15:33 +02:00
Mathieu Othacehe
4f2320f79d
platform: Add discovery support.
...
* gnu/platform.scm (platform-modules, systems, targets,
lookup-platform-by-system, lookup-platform-by-target,
lookup-platform-by-target-or-system
platform-system->target,
platform-target->system): New procedures.
(%platforms): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-22 15:15:33 +02:00
Mathieu Othacehe
31f7696be4
platform: Introduce new platforms.
...
* gnu/platforms/intel.scm: New file.
* gnu/platforms/mips.scm: Ditto.
* gnu/platforms/powerpc.scm: Ditto.
* gnu/platforms/riscv.scm: Ditto.
* gnu/platforms/s390.scm: Ditto.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add them.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-22 15:15:32 +02:00
Leo Prikler
6e0b2adf5f
gnu: Add font-ipa-ex.
...
* gnu/packages/fonts.scm (font-ipa-ex): New variable.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-22 00:11:15 -04:00
Tobias Geerinckx-Rice
ad07af3538
gnu: diffoscope: Update to 213.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 213.
2022-05-15 02:00:10 +02:00
Tobias Geerinckx-Rice
17799fe97a
gnu: libdeflate: Update to 1.10.
...
* gnu/packages/compression.scm (libdeflate): Update to 1.10.
2022-05-15 02:00:18 +02:00
Tobias Geerinckx-Rice
054c55cac9
gnu: libdeflate: Omit static library.
...
* gnu/packages/compression.scm (libdeflate)[arguments]:
Add a new 'skip-static-library-installation phase.
2022-05-15 02:00:18 +02:00
Tobias Geerinckx-Rice
c9512e6dc5
gnu: libjcat: Update to 0.1.11.
...
* gnu/packages/compression.scm (libjcat): Update to 0.1.11.
2022-05-15 02:00:18 +02:00
Tobias Geerinckx-Rice
d1ad5ad828
gnu: pigz: Use G-expressions.
...
* gnu/packages/compression.scm (pigz)[arguments]:
Rewrite as G-expressions. Don't explicitly return #t from phases.
2022-05-15 02:00:18 +02:00
Tobias Geerinckx-Rice
b247d7a469
gnu: pigz: Update to 2.7.
...
* gnu/packages/compression.scm (pigz): Update to 2.7.
[arguments]: Run ‘make test’ rather than ‘tests’. The latter tests
the NOTHREAD build that's never installed, and broken.
[native-inputs]: Add which.
2022-05-15 02:00:18 +02:00
Tobias Geerinckx-Rice
d52d5ee4ec
gnu: pigz: Remove unused git input.
...
* gnu/packages/compression.scm (libjcat)[inputs]: Remove git.
2022-05-15 02:00:17 +02:00
Philip McGrath
7a2eb7d231
gnu: Add elm-terezka-elm-charts.
...
* gnu/packages/elm.scm (elm-terezka-elm-charts): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:57 +02:00
Philip McGrath
f8e080691d
gnu: Add elm-terezka-intervals.
...
* gnu/packages/elm.scm (elm-terezka-intervals): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
1b8d1f7d48
gnu: Add elm-ryannhg-date-format.
...
* gnu/packages/elm.scm (elm-ryannhg-date-format): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
71841da6f7
gnu: Add elm-myrho-elm-round.
...
* gnu/packages/elm.scm (elm-myrho-elm-round): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
0fbf000f68
gnu: Add elm-justinmimbs-time-extra.
...
* gnu/packages/elm.scm (elm-justinmimbs-time-extra): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
f0b7c8dca0
gnu: Add elm-justinmimbs-date.
...
* gnu/packages/elm.scm (elm-justinmimbs-date): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
4d50052cf3
gnu: Add elm-danhandrea-elm-time-extra.
...
* gnu/packages/elm.scm (elm-danhandrea-elm-time-extra): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:56 +02:00
Philip McGrath
34f4542154
gnu: Add elm-danhandrea-elm-date-format.
...
* gnu/packages/elm.scm (elm-danhandrea-elm-date-format): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:55 +02:00
Philip McGrath
297ae57bed
gnu: Add elm-explorations-test.
...
* gnu/packages/elm.scm (elm-explorations-test): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:55 +02:00
Philip McGrath
4522741c1d
gnu: Add elm-random.
...
* gnu/packages/elm.scm (elm-random): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:55 +02:00
Philip McGrath
955638d8ac
gnu: Add elm-debois-elm-dom.
...
* gnu/packages/elm.scm (elm-debois-elm-dom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:55 +02:00
Philip McGrath
b6c0f18dee
gnu: Add elm-todomvc.
...
* gnu/packages/elm.scm (elm-todomvc): New variable.
* doc/guix.texi (Build Systems)[elm-build-system]: Mention it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:55 +02:00
Philip McGrath
9885c2fd07
gnu: elm: Support 'elm reactor'.
...
* gnu/packages/elm.scm (elm): Rename to ...
(elm-sans-reactor): ... this new variable.
[synopsis, description]: Tweak.
(elm): New variable.
* guix/build-system/elm.scm (default-elm): Use elm-sans-reactor.
* doc/guix.texi (Build Systems)[elm-build-system]: Update accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
796045b2c2
gnu: Add elm-explorations-markdown.
...
* gnu/packages/elm.scm (elm-explorations-markdown): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
1e0e94c35e
gnu: Add elm-project-metadata-utils.
...
* gnu/packages/elm.scm (elm-project-metadata-utils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
e46c530d50
gnu: Add elm-parser.
...
* gnu/packages/elm.scm (elm-parser): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
2ea11208f2
gnu: Add elm-http.
...
* gnu/packages/elm.scm (elm-http): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
324b404804
gnu: Add elm-file.
...
* gnu/packages/elm.scm (elm-file): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:54 +02:00
Philip McGrath
dfae053d73
gnu: Add elm-bytes.
...
* gnu/packages/elm.scm (elm-bytes): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
951ad86e81
gnu: Add elm-browser.
...
* gnu/packages/elm.scm (elm-browser): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
31ee69721a
gnu: Add elm-url.
...
* gnu/packages/elm.scm (elm-url): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
c69d91a1b5
gnu: Add elm-time.
...
* gnu/packages/elm.scm (elm-time): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
db6b8d5e2c
gnu: Add elm-svg.
...
* gnu/packages/elm.scm (elm-svg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
7ecc855254
gnu: Add elm-html.
...
* gnu/packages/elm.scm (elm-html): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:53 +02:00
Philip McGrath
205457f814
gnu: Add elm-virtual-dom.
...
* gnu/packages/elm.scm (elm-virtual-dom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:52 +02:00
Philip McGrath
d16b2a1421
gnu: Add elm-core and elm-json.
...
Both of these packages are needed for 'elm-build-system' to work.
* gnu/packages/elm.scm (elm-core, elm-json, elm-json-bootstrap): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:51 +02:00
Philip McGrath
aefcfdd0ae
guix: Add elm-build-system.
...
* gnu/packages/patches/elm-offline-package-registry.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/elm.scm (elm): Use it.
* guix/build-system/elm.scm, guix/build/elm-build-system.scm,
tests/elm.scm: New files.
* Makefile.scm (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (Build Systems): Document 'elm-build-system'.
* doc/contributing.texi (Elm Packages): New section. Document naming
conventions and utilities.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:51 +02:00
Philip McGrath
0d480d4c62
gnu: elm: Rename package to match the command.
...
* gnu/packages/elm.scm (elm-compiler): Rename to ...
(elm): ... this variable, leaving 'elm-compiler' as a deprecated alias.
[description]: Tweak.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:51 +02:00
Philip McGrath
4e99510dea
gnu: elm-compiler: Update to 0.19.1.
...
* gnu/packages/patches/elm-compiler-disable-reactor.patch,
gnu/packages/patches/elm-compiler-fix-map-key.patch: Delete files.
* gnu/packages/patches/elm-reactor-static-files.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/elm.scm (elm-compiler): Update to 0.19.1.
[origin]<patches>: Remove stale patches. Add new patch.
[arguments]: Use G-expressions. Add #:configure-flags for new patch.
[inputs]: Remove ghc-file-embed. Add ghc-filelock.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-22 01:07:51 +02:00
Tobias Geerinckx-Rice
014f97544d
gnu: btrfs-progs: Fix cross-compilation.
...
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add "--disable-python"
support to #:configure-flags.
[inputs]: Move eudev here…
[native-inputs]: …from here.
Reported by Pavel Shlyak <p.shlyak@pantherx.org>.
2022-05-15 02:00:06 +02:00
Tobias Geerinckx-Rice
40e2eeed63
gnu: knot: Update to 3.1.8.
...
* gnu/packages/dns.scm (knot): Update to 3.1.8.
2022-05-15 02:00:00 +02:00
Liliana Marie Prikler
14384d9586
gnu: wine64: Use new package style.
...
* gnu/packages/wine.scm (wine64)[arguments]: Convert to list of G-Expessions.
<#:configure-flags,#:make-flags>: Use ‘#$output’ instead of ‘%output’.
<#:phases>: Replace labels with search-input-file.
2022-05-21 13:02:25 +02:00
Liliana Marie Prikler
98e9cabd13
gnu: wine: Use new package style.
...
* gnu/packages/wine.scm (wine)[inputs, native-inputs]: Drop labels.
[arguments]: Convert to list of G-Expressions.
<#:configure-flags,#:make-flags>: Replace ‘%output’ with ‘#$output’.
<#:phases>: Use ‘search-input-file’ instead of input labels.
2022-05-21 13:02:25 +02:00
Liliana Marie Prikler
fc49a68f28
gnu: wine-staging: Update to 7.8.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 7.8.
(wine-staging, wine64-staging)[arguments]: Reuse arguments from wine and
wine64 respectively via substitute-keyword-arguments.
<#:phases>: Rename ‘patch-source-wine-staging’ to
‘apply-wine-staging-patches’.
Reorder, so that ‘patch-SHELL’ is applied afterwards.
Drop trailing #t.
2022-05-21 13:02:24 +02:00
Liliana Marie Prikler
b03f7b598b
gnu: wine: Update to 7.8.
...
* gnu/packages/wine.scm (wine): Update to 7.8.
2022-05-21 13:02:24 +02:00
Guillaume Le Vaillant
94b28247d1
gnu: cl-burgled-batteries3: Fix build with Python 3.9.
...
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]: Rename
'adjust-for-python-3.8' phase to 'adjust-for-python-3.9' and update it.
[inputs]: Remove labels.
2022-05-21 10:42:36 +02:00
Sharlatan Hellseher
624eac9a6e
gnu: Add cl-clog.
...
* gnu/packages/lisp-xyz.scm (sbcl-clog, ecl-clog, cl-clog): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-05-21 10:42:35 +02:00
Sharlatan Hellseher
1ff8fc7926
gnu: cl-hunchentoot: Update to 1.3.0-1.7686239.
...
* gnu/packages/lisp-xyz.scm (sbcl-hunchentoot): Update to 1.3.0-1.7686239.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-05-21 10:42:35 +02:00
Liliana Marie Prikler
a375964603
gnu: mpd: Add support for socket activation.
...
* gnu/packages/mpd.scm (mpd)[#:configure-flags]: Convert to G-Expression.
Add “-Dsystemd=enabled”.
[#:phases]: New argument.
[inputs]: Add elogind.
2022-05-21 10:00:32 +02:00
Maxim Cournoyer
39a9404c99
system: Improve warning when using LUKS mapped devices without UUIDs.
...
This corrects two problems with the previous mapped devices warning:
1. It wasn't clear how to correct the situation.
2. The output would be repeated multiple times, as many times as the procedure
is called during a system reconfigure.
* gnu/system.scm (operating-system-bootloader-crypto-devices): Memoize
procedure. Include the mapped devices source location information in the
warnings. Add a hint to help users fix the warning.
2022-05-21 00:12:31 -04:00
Leo Famulari
cb38c7c169
gnu: linux-libre 4.9: Update to 4.9.315.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.315.
(linux-libre-4.9-pristine-source): Update hash.
2022-05-20 18:44:06 -04:00
Leo Famulari
ff6b693d1b
gnu: linux-libre 4.14: Update to 4.14.280.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.280.
(linux-libre-4.14-pristine-source): Update hash.
2022-05-20 18:44:05 -04:00
Leo Famulari
52418e9928
gnu: linux-libre 4.19: Update to 4.19.244.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.244.
(linux-libre-4.19-pristine-source): Update hash.
2022-05-20 18:44:05 -04:00
Leo Famulari
61b8f98c36
gnu: linux-libre 5.4: Update to 5.4.195.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.195.
(linux-libre-5.4-pristine-source): Update hash.
2022-05-20 18:44:05 -04:00
Leo Famulari
11f2cd9b7b
gnu: linux-libre 5.10: Update to 5.10.117.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.117.
(linux-libre-5.10-pristine-source): Update hash.
2022-05-20 18:44:05 -04:00
Leo Famulari
732ba8acd7
gnu: linux-libre 5.15: Update to 5.15.41.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.41.
(linux-libre-5.15-pristine-source): Update hash.
2022-05-20 18:44:05 -04:00
Leo Famulari
f1bc3536e7
gnu: linux-libre: Update to 5.17.9.
...
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.9.
(linux-libre-5.17-pristine-source): Update hash.
2022-05-20 18:44:00 -04:00
Olivier Dion
c95e9ddd6f
gnu: lttng-ust: Fix license.
...
* gnu/packages/instrumentation.scm (lttng-ust): Fix license.
[license]: Set to lgpl2.1 and expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:17:30 +02:00
Olivier Dion
59e8037312
gnu: liburcu: Fix license
...
* gnu/packages/datastructures.scm (liburcu): Fix license.
[license]: Set to lgpl2.1 and expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:17:21 +02:00
Felix Gruber
09d0d0f6a5
gnu: python-geopandas: Fix build.
...
* gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken
tests. Re-enable test_fillna_no_op_returns_copy which does not fail
anymore.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:15:09 +02:00
Artyom V. Poptsov
4df064f37a
gnu: Add python-murmurhash.
...
* gnu/packages/python-xyz.scm (python-murmurhash): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:15:09 +02:00
Artyom V. Poptsov
b29358f198
gnu: Add python-murmurhash3.
...
* gnu/packages/python-xyz.scm (python-murmurhash3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:15:09 +02:00
kiasoc5
20b498b7db
gnu: clamav: Update to 0.103.6 [fixes CVE-2022-{20803,20770,20796,20771,20785,20792}].
...
* gnu/packages/antivirus.scm (clamav): Update to 0.103.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:15:09 +02:00
kiasoc5
d9f15a0b7b
gnu: clamav: Use new style and G-expressions.
...
* gnu/packages/antivirus.scm (clamav)[source]: Remove trailing #t from snippet.
[inputs]: Use new input style.
[arguments]: Use G-expressions. Remove trailing #t from phases
[configure-flags]: Adjust to new input style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21 00:15:08 +02:00
Ludovic Courtès
48c748226e
Revert "installer: user: Remove useless filtering."
...
This reverts commit c2125e59d0
.
Fixes <https://issues.guix.gnu.org/55361 >.
2022-05-21 00:15:08 +02:00
Ricardo Wurmus
d1bdead838
gnu: Add python-aplus.
...
* gnu/packages/python-science.scm (python-aplus): New variable.
2022-05-20 20:42:53 +02:00
Zhu Zihao
31a9003d4f
gnu: Add libobjc2.
...
* gnu/packages/patches/libobjc2-unbundle-robin-map.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add corresponding file entry.
* gnu/packages/gnustep.scm (libobjc2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 20:27:32 +02:00
Zhu Zihao
fd94ccf8f1
gnu: clang: Add OBJC_INCLUDE_PATH to native-search-paths.
...
Clang is also a compiler for Objective-C.
* gnu/packages/llvm.scm (clang-for-llvm): Add OBJC_INCLUDE_PATH to native-search-paths.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 20:23:17 +02:00
Zhu Zihao
be21ae6861
gnu: Use license: prefix for gnu/packages/gnustep.scm.
...
* gnu/packages/gnustep.scm (gnustep-make)[license]: Use "license:" prefix.
(windowmaker): Ditto.
(wmbattery): Ditto.
(wmnd): Ditto.
(wmcpuload): Ditto.
(wmclock): Ditto.
(wmfire): Ditto.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 20:23:10 +02:00
Ryan Prior
1594d6c93a
gnu: Add python-kivymd.
...
* gnu/packages/python-xyz.scm (python-kivymd): New symbol.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 20:13:35 +02:00
Ryan Prior
bbb7957881
gnu: python-kivy: Update to 2.1.0.
...
* gnu/packages/python-xyz.scm (python-kivy): Update to 2.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 20:04:29 +02:00
Brian Cully
7b6818359c
gnu: zfs: Use new package style.
...
* gnu/packages/file-systems.scm (zfs): Comment style.
[arguments]: Rewrite using gexps.
[inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 19:55:42 +02:00
Petr Hodina
0b1473e967
gnu: glmark2: Update to 2021.12.
...
* gnu/packages/gl.scm (glmark2): Update to 2021.12.
[build-system]: Switch to meson build system.
[arguments]: Adjust arguments to meson build system.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-20 19:55:03 +02:00
Ludovic Courtès
d02b7abe24
gnu: guix: Update to 598f728
.
...
* gnu/packages/package-management.scm (guix): Update to 598f728
.
2022-05-20 19:51:53 +02:00
Arun Isaac
102e383360
gnu: Add cl-listopia.
...
* gnu/packages/lisp-xyz.scm (sbcl-listopia, cl-listopia, ecl-listopia): New
variables.
2022-05-20 18:15:55 +05:30
Ricardo Wurmus
8d32ec335b
gnu: Add snakemake-7.
...
* gnu/packages/python-xyz.scm (snakemake-7): New variable.
2022-05-20 14:43:52 +02:00
Ricardo Wurmus
5fd82d7bbd
gnu: Add snakemake-6.
...
* gnu/packages/python-xyz.scm (snakemake-6): New variable.
2022-05-20 14:18:12 +02:00
Ricardo Wurmus
192c722928
gnu: Add python-smart-open.
...
* gnu/packages/python-web.scm (python-smart-open): New variable.
2022-05-20 13:50:26 +02:00
Ricardo Wurmus
1aaeff8650
gnu: Add python-google-cloud-storage.
...
* gnu/packages/python-web.scm (python-google-cloud-storage): New variable.
2022-05-20 13:43:07 +02:00
Ricardo Wurmus
6934f094a6
gnu: Add python-google-cloud-core.
...
* gnu/packages/python-web.scm (python-google-cloud-core): New variable.
2022-05-20 13:40:39 +02:00
Ricardo Wurmus
e41ca0a49a
gnu: Add python-google-api-core.
...
* gnu/packages/python-web.scm (python-google-api-core): New variable.
2022-05-20 13:39:58 +02:00
Ricardo Wurmus
f8a6ae18a6
gnu: Add python-proto-plus.
...
* gnu/packages/protobuf.scm (python-proto-plus): New variable.
2022-05-20 13:29:15 +02:00
Ricardo Wurmus
0873ab4d54
gnu: Add python-google-resumable-media.
...
* gnu/packages/python-web.scm (python-google-resumable-media): New variable.
2022-05-20 13:24:02 +02:00
Ricardo Wurmus
359e2db4b2
gnu: Add python-google-auth.
...
* gnu/packages/python-web.scm (python-google-auth): New variable.
2022-05-20 13:21:54 +02:00
Ricardo Wurmus
c63164188f
gnu: Add python-googleapis-common-protos.
...
* gnu/packages/python-web.scm (python-googleapis-common-protos): New variable.
2022-05-20 13:18:56 +02:00
Ricardo Wurmus
97d9741f0b
gnu: Add python-google-crc32c.
...
* gnu/packages/python-web.scm (python-google-crc32c): New variable.
2022-05-20 13:04:25 +02:00
Ricardo Wurmus
da88e39ce0
gnu: Add python-azure-storage-blob.
...
* gnu/packages/python-web.scm (python-azure-storage-blob): New variable.
2022-05-20 11:44:52 +02:00
Ricardo Wurmus
c2bb0beef7
gnu: Add python-azure-core.
...
* gnu/packages/python-web.scm (python-azure-core): New variable.
2022-05-20 11:44:37 +02:00
Ricardo Wurmus
78280e2e4a
gnu: Add python-azure-common.
...
* gnu/packages/python-web.scm (python-azure-common): New variable.
2022-05-20 11:44:21 +02:00
Ricardo Wurmus
04ea577b75
gnu: Add python-pyu2f.
...
* gnu/packages/python-crypto.scm (python-pyu2f): New variable.
2022-05-20 10:06:36 +02:00
Ricardo Wurmus
5f8491ea95
gnu: python-protobuf: Update to 3.20.1.
...
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.20.1.
[native-inputs]: Remove python-wheel.
[propagated-inputs]: Remove python-six.
2022-05-20 10:06:36 +02:00
Ricardo Wurmus
04ed3821cc
gnu: Add python-test-utils.
...
* gnu/packages/python-check.scm (python-test-utils): New variable.
2022-05-20 10:06:36 +02:00
Ricardo Wurmus
1f50f11aef
gnu: python-google: Add missing input.
...
* gnu/packages/python-web.scm (python-google)[propagated-inputs]: Add
python-beautifulsoup4.
2022-05-20 10:06:36 +02:00
Ricardo Wurmus
62a4ed258c
gnu: Add python-connection-pool.
...
* gnu/packages/python-xyz.scm (python-connection-pool): New variable.
2022-05-20 10:06:35 +02:00
Ricardo Wurmus
8d0ac5697c
gnu: Add python-py-tes.
...
* gnu/packages/python-xyz.scm (python-py-tes): New variable.
2022-05-20 10:06:35 +02:00
jgart
cf17cbbc1b
gnu: Add emacs-terminal-here.
...
* gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-19 21:25:30 +02:00
Liliana Marie Prikler
a0461f9fbd
gnu: emacs-font-lock-studio: Follow packaging guidelines.
...
* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Use git-version as
outlined in the documentation on version numbers. For the base version,
use "0.0.7" as specified in the "Version:" comment in the source and the
README.
2022-05-19 20:38:09 +02:00
Liliana Marie Prikler
77a41cb98c
gnu: emacs-ess: Fix build failure.
...
* gnu/packages/patches/emacs-ess-fix-obsolete-function-alias.patch: New file.
* gnu/packages/statistics.scm (emacs-ess)[source]<patches>: Add it here...
* gnu/local.mk (dist_patch_DATA): ... and here.
2022-05-19 20:31:32 +02:00
Maxim Cournoyer
e0e30c9202
gnu: Add emacs-font-lock-studio.
...
* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): New variable.
2022-05-19 11:29:43 -04:00
Ludovic Courtès
df72ba9e88
gnu: utsushi: Turn arguments into a gexp.
...
* gnu/packages/scanner.scm (utsushi)[arguments]: Change to a gexp and
use 'this-package-input' and #$output.
2022-05-18 22:29:56 +02:00
João Gabriel
db71366220
gnu: Add utsushi.
...
* gnu/packages/scanner.scm (utsushi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-18 22:29:56 +02:00
Luis Henrique Gomes Higino
182b25fbf5
gnu: neovim: Use new style.
...
* gnu/packages/vim.scm (neovim): Use new style.
[source]: Rewrite using gexps.
[arguments]: Rewrite using gexps.
[inputs and native-inputs]: Remove input labels.
[description]: Run `guix style`.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-18 22:29:56 +02:00
Luis Henrique Gomes Higino
e49a2d03bb
gnu: neovim: Update to 0.7.0.
...
* gnu/packages/vim.scm (neovim): Update to 0.7.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-18 22:29:56 +02:00
Luis Henrique Gomes Higino
2db523a4a8
gnu: lua-luv: Use gexps.
...
* gnu/packages/lua.scm (lua-luv)[arguments]: Rewrite using gexps.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-18 22:29:55 +02:00
Luis Henrique Gomes Higino
42772a2fa7
gnu: lua-luv: Update to 1.43.0-0.
...
* gnu/packages/libevent.scm (libuv-for-luv): New variable
* gnu/packages/lua.scm (lua-luv): Update to 1.43.0-0.
[inputs]: Change libuv to libuv-for-luv.
[native-inputs]: Update lua-compat-5.3 to 0.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-18 22:29:55 +02:00
Ludovic Courtès
3948ac25b1
services: Make <service-type> 'description' field mandatory.
...
* gnu/services.scm (<service-type>)[description]: Remove default value.
* tests/services.scm: Add 'description' field to each 'service-type' form.
2022-05-18 22:29:54 +02:00
Ludovic Courtès
9a5d686923
services: Add more description fields.
...
* gnu/services.scm (simple-service): Add 'description' field.
* gnu/services/base.scm (udev-rules-service): Likewise.
* gnu/system/install.scm (configuration-template-service-type): Likewise.
* gnu/tests.scm (marionette-service-type): Likewise.
2022-05-18 22:29:54 +02:00
Ludovic Courtès
1f3a155548
gnu: 0ad: Use regular symbol syntax.
...
* gnu/packages/games.scm (0ad)[inputs]: Use regular symbol syntax for
'0ad-data'.
2022-05-18 22:29:54 +02:00
Maze
4f7cd5daa2
gnu: emacs-evil: Update to commit 008a6cdb12f15e748979a7d1c2f26c34c84dedbf.
...
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to commit
008a6cdb12f15e748979a7d1c2f26c34c84dedbf.
[version]: Bump main version part to 1.15.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-18 21:54:25 +02:00
Guillaume Le Vaillant
b1cfd39d01
gnu: freecad: Fix build.
...
* gnu/packages/engineering.scm (freecad)[inputs]: Add fontconfig.
2022-05-18 18:31:25 +02:00
Maxim Cournoyer
1c4241d915
gnu: python-scrapy: Parallelize test suite.
...
* gnu/packages/python-web.scm (python-scrapy)[phases]{check}: Run in
parallel. Disable problematic (when run in parallel) tests.
Use complete sentences for comments.
[native-inputs]: Add python-pytest-xdist.
[description]: Use double space between sentences.
2022-05-18 10:58:19 -04:00
Maxim Cournoyer
894b89c17b
gnu: python-scrapy: Fix indentation
...
* gnu/packages/python-web.scm (python-scrapy): Fix indentation.
2022-05-18 10:58:19 -04:00
Felix Gruber
fe9d14552a
gnu: python-tldextract: Update to 3.3.0.
...
* gnu/packages/python-xyz.scm (python-tldextract): Update to 3.3.0.
[propagated-inputs]: Add python-filelock.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 10:58:19 -04:00
Felix Gruber
1259d320fc
gnu: freedroidrpg: Update to 1.0rc2.
...
* gnu/packages/games.scm (freedroidrpg): Update to 1.0rc2.
[source]: Handle rc suffix in version number.
[configure-flags]: Use gexps.
[inputs]: Use new style. Add glew.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 10:58:18 -04:00
Tobias Geerinckx-Rice
7f672327c0
gnu: bind: Update to 9.16.29 [fixes CVE-2022-1183].
...
* gnu/packages/dns.scm (bind): Update to 9.16.29.
2022-05-15 02:00:00 +02:00
Ricardo Wurmus
93ef1eecd9
gnu: python-rich: Update to 12.4.1.
...
* gnu/packages/python-xyz.scm (python-rich): Update to 12.4.1.
2022-05-18 16:20:25 +02:00
Ricardo Wurmus
8deed9d086
gnu: guile-redis: Update to 2.2.0.
...
* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.2.0.
2022-05-18 16:19:28 +02:00
Greg Hogan
69ec5baaf7
gnu: git: Update to 2.36.1.
...
From f5fbd1e920120720ad9e983ab0bf740603250a06 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 10 May 2022 14:17:25 +0000
Subject: [PATCH] gnu: git: Update to 2.36.1.
* gnu/packages/version-control.scm (git): Update to 2.36.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 09:08:06 -04:00
Marius Bakke
d58c9ca9e2
gnu: emacs-evil: Update to 1.14.2.
...
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.2.
[arguments]: Rewrite in gexp style.
2022-05-18 13:04:58 +02:00
Aleksandr Vityazev
a028eafcc2
gnu: emacs-haskell-snippets: Update to 0.1.0-1-1c29c4a6.
...
* gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): Update to
0.1.0-1-1c29c4a6.
[arguments]: Convert to list of G-Expressions. Drop trailing ‘#t’s.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 00:20:55 -04:00
Aleksandr Vityazev
5a2b9fc2e6
gnu: emacs-ledger-mode: Update to 4.0.0-0-11e85039.
...
* gnu/packages/finance.scm (emacs-ledger-mode): Update to 4.0.0-0-11e85039.
[arguments]: Convert to list of G-Expressions. Use ‘search-input-file’ where
possible. Drop trailing ‘#t’s. While here, respect TESTS? in check phase.
Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 00:19:30 -04:00
Kyle Meyer
5fc5cc2f73
gnu: emacs-lispy: Fix failing test under Emacs 28.
...
* gnu/packages/patches/emacs-lispy-fix-thread-last-test.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-lispy): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-18 00:16:03 -04:00
Maxim Cournoyer
de652e4e81
gnu: emacs-rpm-spec-mode: Update to 0.16-0.c1c3805.
...
* gnu/packages/emacs-xyz.scm (emacs-rpm-spec-mode)
[source]: Fetch from git, and use last commit to update to 0.16-0.c1c3805.
[arguments]: New field.
2022-05-18 00:07:24 -04:00
Maxim Cournoyer
db916e76d6
gnu: emacs-nix-mode: Update to 1.4.5-0.8fe2ccf.
...
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5-0.8fe2ccf.
[source]: Use latest commit.
[inputs]: Turn into...
[native-inputs]: ... this. Add emacs-magit.
2022-05-18 00:07:24 -04:00
Maxim Cournoyer
0ae9e75c31
gnu: emacs-elpy: Disable tests now failing with Emacs 28.1.
...
* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]
{disable-broken-tests}: Delete the elpy-project-find-git-root-test.el test
file. Mark the elpy-company-backend-should-add-shell-candidates,
elpy-eldoc-documentation-should-show-object-onelinedoc,
elpy-shell-send-file-should-accept-large-strings,
elpy-shell-should-echo-outputs as expected failures.
2022-05-18 00:07:24 -04:00
Tobias Geerinckx-Rice
b6bfe9ea6a
gnu: guile-git: Use libgit2-1.3.
...
* gnu/packages/guile.scm (guile-git)[inputs]: Substitute libgit2-1.3 for libgit2.
2022-05-15 02:00:05 +02:00
Maxim Cournoyer
393bcc012f
gnu: botan: Use new style and G-Expressions.
...
* gnu/packages/crypto.scm (botan)[phases]: Adjust to use gexps.
{check}: Replace 'if' with 'when'.
[native-inputs]: Use new style.
2022-05-17 17:05:47 -04:00
Jack Hill
423a3a6b6a
gnu: botan: Update to 2.19.1.
...
* gnu/packages/crypto.scm (botan): Update to 2.19.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-17 17:05:46 -04:00
Liliana Marie Prikler
665dd8211c
gnu: emacs-libgit: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-libgit)[source]: Drop bundled
emacs-module header.
[#:phases]: Add “patch-source” phase to fix build failure when building
against Emacs 28.
2022-05-17 21:42:36 +02:00
Christine Lemmer-Webber
140bdbc29f
gnu: guile-sjson: Update to 0.2.2.
...
* gnu/packages/guile-xyz.scm (guile-sjson): Update to 0.2.2.
2022-05-17 15:21:20 -04:00
Aleksandr Vityazev
5f77ece508
gnu: emacs-debbugs: Update to 0.32.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.32.
[propagated-inputs]: Replace emacs-async with emacs-soap-client.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-17 14:31:48 -04:00
Tobias Geerinckx-Rice
0adc984d35
gnu: guix: Update to 1.3.0-26.fd00ac7.
...
* gnu/packages/package-management.scm (guix): Update to 1.3.0-26.fd00ac7.
This follows up on commit fd00ac7e27
,
to fix <https://logs.guix.gnu.org/guix/2022-05-17.log#174302 >.
2022-05-15 02:00:07 +02:00
Christopher Baines
edf86bacf2
gnu: nar-herder: Update to 0-7.a24fbd1.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-7.a24fbd1.
2022-05-17 12:30:52 +01:00
Christopher Baines
6fe3c73b04
gnu: guix-build-coordinator: Update to 0-52.ed3c806.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-52.ed3c806.
2022-05-17 12:30:52 +01:00
Christopher Baines
a8848c9df7
gnu: guix-data-service: Update to 0.0.1-31.198b6ef.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
2022-05-17 12:30:52 +01:00
Efraim Flashner
ef55192ef8
gnu: atop: Use new package format.
...
* gnu/packages/admin.scm (atop)[arguments]: Rewrite using g-exps.
[inputs]: Remove input labels.
2022-05-17 12:38:32 +03:00
Efraim Flashner
2d229578bd
gnu: atop: Adjust build.
...
* gnu/packages/admin.scm (atop)[arguments]: Adjust custom 'patch-build
phase to remove references to '/usr' and adjust make-flags accordingly.
Remove trailing #t.
2022-05-17 12:38:29 +03:00
Efraim Flashner
eab070a89d
gnu: atop: Update to 2.7.1.
...
* gnu/packages/admin.scm (atop): Update to 2.7.1.
[arguments]: Remove unnecessary make-flag. Remove unneeded
substitutions.
2022-05-17 12:38:26 +03:00
Efraim Flashner
e81f26d2c1
gnu: atop: Add release-monitoring-url.
...
* gnu/packages/admin.scm (atop)[properties]: New field.
2022-05-17 12:38:23 +03:00
luishgh
573531e57e
gnu: emacs-explain-pause-mode: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[arguments]<#:phases>:
Fix failing tests.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-05-17 09:12:42 +02:00
luishgh
9726745eb0
gnu: emacs-racer: Update to 1e63e98.
...
* gnu/packages/emacs-xyz.scm (emacs-racer): Update to 1e63e98.
[arguments]<#:phases>: Remove FIX-MAKEFILE and FIX-FAILING-TESTS phases.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-05-17 09:09:07 +02:00
Leo Famulari
4d374b23ec
gnu: linux-libre 4.9: Update to 4.9.314.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.314.
(linux-libre-4.9-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
928a1b39f9
gnu: linux-libre 4.14: Update to 4.14.279.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.279.
(linux-libre-4.14-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
6a06481aae
gnu: linux-libre 4.19: Update to 4.19.243.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.243.
(linux-libre-4.19-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
da2a19bfc8
gnu: linux-libre 5.4: Update to 5.4.194.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.194.
(linux-libre-5.4-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
1dec28c0b4
gnu: linux-libre 5.10: Update to 5.10.116.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.116.
(linux-libre-5.10-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
d233674441
gnu: linux-libre 5.15: Update to 5.15.40.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.40.
(linux-libre-5.15-pristine-source): Update hash.
2022-05-16 22:39:06 -04:00
Leo Famulari
3410e50833
gnu: linux-libre: Update to 5.17.8.
...
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.8.
(linux-libre-5.17-pristine-source): Update hash.
2022-05-16 22:39:02 -04:00
Pierre Neidhardt
76cc5b9e80
gnu: sbcl-nfiles: Update to 0.4.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.1.
2022-05-16 19:51:42 +02:00
Pierre Neidhardt
a682b0804d
gnu: sbcl-cl-webkit: Update to 3.5.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.1.
2022-05-16 19:51:42 +02:00
Luis Henrique Gomes Higino
fa218d3f8b
gnu: emacs-doom-themes: Update to e9bdd13.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-05-16 17:51:03 +02:00
Ludovic Courtès
61c8d0fe3d
gnu: gcolor3: Remove input labels.
...
* gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
2022-05-16 15:48:09 +02:00
Sughosha
5ba12f0176
gnu: gcolor3: Fix build with libportal-0.5.
...
* gnu/packages/patches/gcolor3-update-libportal-usage.patch: New file.
* gnu/packages/gnome.scm (gcolor3)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-16 15:48:09 +02:00
Zac Berkowitz
a588fd6d67
gnu: taskwarior: update to 2.6.2
...
* gnu/packages/task-management.scm (taskwarrior): update to 2.6.2.
[source] use https instead of http
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-16 15:48:08 +02:00
Michael Rohleder
94532f75c2
gnu: xfce4-terminal: Update to 1.0.3.
...
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-16 15:48:08 +02:00
Ludovic Courtès
ecfcdff23a
services: bitlbee: Run as user "bitlbee".
...
Fixes <https://issues.guix.gnu.org/55450 >.
Fixes a bug introduced in 211fe3f66e
whereby the inetd-spawned process would run as root (it would still run
in a separate user namespace, with UID 1000 inside of it, but had the
authority of root).
* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass #:user
and #:group to 'make-inetd-constructor'. Remove "-u bitlbee" argument
to BITLBEE*.
2022-05-16 15:48:08 +02:00
Ludovic Courtès
06a4a3634a
gnu: python-bash-kernel: Do not propagate 'python-ipykernel'.
...
Failing that, Guix-Jupyter sees both kernels in environments containing
python-bash-kernel and its ";;guix environment" command thus fails.
* gnu/packages/jupyter.scm (python-bash-kernel)[propagated-inputs]: Move
everything to...
[inputs]: ... here.
2022-05-16 15:48:08 +02:00
Ludovic Courtès
6a3d23c77a
gnu: python-pari-jupyter: Do not propagate 'python-ipykernel'.
...
Failing that, Guix-Jupyter sees both kernels in environments containing
python-pari-jupyter and its ";;guix environment" command thus fails.
* gnu/packages/python-xyz.scm (python-pari-jupyter)[propagated-inputs]:
Move PYTHON-IPYKERNEL to...
[inputs]: ... here.
2022-05-16 15:48:08 +02:00
Ludovic Courtès
f0373a0c94
gnu: python-jupyter-console: Depend on python-prompt-toolkit 3.x.
...
Fixes <https://issues.guix.gnu.org/55448 >.
* gnu/packages/python-xyz.scm (python-jupyter-console)[propagated-inputs]:
Change 'python-prompt-toolkit-2' to 'python-prompt-toolkit'.
2022-05-16 15:48:07 +02:00
Ludovic Courtès
f40c4b4ec9
gnu: python-jupyter-console-minimal: Use 'modify-inputs'.
...
* gnu/packages/python-xyz.scm (python-jupyter-console-minimal)[propagated-inputs]:
Use 'modify-inputs'.
2022-05-16 15:48:07 +02:00
Michael Rohleder
8aaa9b40aa
gnu: emacs-buttercup: Update to 1.25.
...
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.25.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-05-16 11:48:54 +02:00
Arun Isaac
bbdcec5f8b
gnu: Add cl-lmdb.
...
* gnu/packages/lisp-xyz.scm (sbcl-lmdb, cl-lmdb): New variables.
2022-05-16 13:57:48 +05:30
Leo Famulari
40a729a0e6
gnu: Fix the build of wicd.
...
Fixes <https://issues.guix.gnu.org/55440 >.
* gnu/packages/check.scm (python2-pytest-cov, python2-freezegun): Define
without package-with-python2.
* gnu/packages/python-xyz.scm (python2-babel): Likewise.
* gnu/packages/time.scm (python2-dateutil): Likwise.
2022-05-15 20:22:02 -04:00
Efraim Flashner
ebb4302950
gnu: openssl-3.0: Update to 3.0.3.
...
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.3.
2022-05-15 20:08:51 +03:00
Efraim Flashner
9860c90e8e
gnu: efibootmgr: Update to new upstream location.
...
* gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new
upstream URI.
2022-05-15 15:59:07 +03:00
Efraim Flashner
00838bd41c
gnu: efibootmgr: Fix cross compiling.
...
Fixes <https://issues.guix.gnu.org/55373 >.
* gnu/packages/linux.scm (efibootmgr)[arguments]: When cross-compiling
add make-flags to find and use the correct binaries and libraries.
2022-05-15 15:58:30 +03:00
Efraim Flashner
c54087a853
gnu: efivar: Use correct compiler when cross compiling.
...
* gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set
CC and not CC_FOR_BUILD.
2022-05-15 15:51:14 +03:00
Liliana Marie Prikler
1110479d2d
gnu: emacs-wide-int: Use new package style.
...
* gnu/packages/emacs.scm (emacs-wide-int)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
2022-05-15 09:17:23 +02:00
Liliana Marie Prikler
484dd71a08
gnu: emacs-no-x-toolkit: Use new package style.
...
* gnu/packages/emacs.scm (emacs-no-x-toolkit)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
2022-05-15 09:17:23 +02:00
Liliana Marie Prikler
4949188d46
gnu: emacs-no-x: Use new package style.
...
* gnu/packages/emacs.scm (emacs-no-x)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
2022-05-15 09:17:23 +02:00
Liliana Marie Prikler
a56a3fa761
gnu: emacs-xwidgets: Use new package style.
...
* gnu/packages/emacs.scm (emacs-xwidgets)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
2022-05-15 09:17:22 +02:00
Liliana Marie Prikler
9a520eb203
gnu: emacs-next-pgtk: Use new package style.
...
* gnu/packages/emacs.scm (emacs-next-pgtk)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
2022-05-15 09:17:22 +02:00
Liliana Marie Prikler
22d6e36005
gnu: emacs-yasnippet: Fix build.
...
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
2022-05-15 03:07:50 +02:00
Vagrant Cascadian
de68877a51
gnu: libxmlb: Install xb-tool in bin dir.
...
* gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: New file.
* gnu/packages/xml.scm (libxmlb)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add
'xb-tool-external-tool phase.
2022-05-14 17:16:32 -07:00
Vagrant Cascadian
ce1c88a29b
gnu: diffoscope: Update to 212.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 212.
2022-05-14 17:16:28 -07:00
Liliana Marie Prikler
45bff50734
gnu: emacs-dash: Use new package style.
...
* gnu/packages/emacs-xyz.scm (emacs-dash)[arguments]: Convert to list of
G-Expressions.
2022-05-15 01:31:59 +02:00
Michael Rohleder
be3b73bd88
gnu: emacs-dash: Fix build with Emacs 28.
...
* gnu/packages/emacs-xyz.scm (emacs-dash)[phase]:
Add phase 'disable-byte-compile-error-on-warn.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-05-15 01:31:59 +02:00
Liliana Marie Prikler
3443cbf8dd
gnu: emacs-minimal: Tidy up coding style.
...
* gnu/packages/emacs.scm (emacs-minimal)[inputs, native-inputs]: Reduce to a
single line.
[#:configure-flags]: Use G-Expression rather than double quoting.
2022-05-15 01:31:59 +02:00
Liliana Marie Prikler
58cb8c2f68
gnu: emacs-minimal: Drop meaningless input.
...
The search for guix-emacs.el has already been inlined into a phase shared
by all emacs variants.
* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Remove "emacs/guix-emacs.el".
2022-05-15 01:31:58 +02:00
Leo Famulari
9d4c7cbead
gnu: Syncthing: Update to 1.20.1.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.1.
2022-05-14 17:43:14 -04:00
Leo Famulari
bf04c2044b
gnu: MPD: Update to 0.23.7.
...
* gnu/packages/mpd.scm (mpd): Update to 0.23.7.
2022-05-14 17:43:14 -04:00
Liliana Marie Prikler
3935451f63
gnu: emacs-minimal: Fix inputs.
...
This is a follow-up to 5f315e1d5f
.
The addition of autoconf wasn't reflected in emacs-minimal, causing builds
to break. Also drop labels while we're at it.
* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Drop labels.
[native-inputs]: Drop labels. Add autoconf.
2022-05-14 22:23:52 +02:00
Liliana Marie Prikler
775817648f
gnu: emacs: Don't error on missing commands.
...
This is a follow-up to commit 64557bc695
.
Inputs lacking from emacs proper may not be present in emacs-minimal,
thus throwing an error on lookup. This error is already anticipated in
the handling code.
* gnu/packages/emacs.scm (emacs)[patch-program-file-names]: Wrap
search-input-file in false-if-exception.
2022-05-14 22:23:52 +02:00
Liliana Marie Prikler
35707e5058
gnu: emacs-minimal: Use G-Expressions in arguments.
...
This is a follow-up to commit 64557bc695
.
The use of G-Expressions in emacs' arguments wasn't reflected in
emacs-minimal, causing builds to fail as reported in
<https://issues.guix.gnu.org/issue/55415 >.
* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Convert to list of
G-Expessions.
2022-05-14 22:23:51 +02:00
Leo Famulari
5ee14252b7
gnu: linux-libre 4.9: Update to 4.9.313.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.313.
(linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes.
2022-05-14 15:01:26 -04:00
Leo Famulari
fb42a8d996
gnu: linux-libre 4.14: Update to 4.14.278.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.278.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
2022-05-14 15:01:26 -04:00
Leo Famulari
7a3e461c36
gnu: linux-libre 4.19: Update to 4.19.242.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.242.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2022-05-14 15:01:26 -04:00
Leo Famulari
8758dac710
gnu: linux-libre 5.4: Update to 5.4.193.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.193.
(linux-libre-5.4-pristine-source): Update hash.
2022-05-14 15:01:26 -04:00
Leo Famulari
05b4fb6391
gnu: linux-libre 5.10: Update to 5.10.115.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.115.
(linux-libre-5.10-pristine-source): Update hash.
2022-05-14 15:01:25 -04:00
Leo Famulari
776e613085
gnu: linux-libre 5.15: Update to 5.15.39.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.39.
(linux-libre-5.15-pristine-source): Update hash.
2022-05-14 15:01:25 -04:00
Leo Famulari
b41cb7ff53
gnu: linux-libre: Update to 5.17.7.
...
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.7.
(linux-libre-5.17-pristine-source): Update hash.
2022-05-14 15:01:25 -04:00
Liliana Marie Prikler
527952945c
gnu: emacs-next-pgtk: Define in terms of emacs-next.
...
* gnu/packages/emacs.scm (emacs-next-pgtk)[version,source]: Drop fields,
inheriting from emacs-next instead.
2022-05-14 16:13:31 +02:00
Liliana Marie Prikler
eb02e086e9
gnu: emacs-next: Update to 38d87c43c2ad727406dcfe316aac5e24e202c251.
...
* gnu/packages/emacs.scm (emacs-next): Update to
38d87c43c2ad727406dcfe316aac5e24e202c251.
2022-05-14 16:13:31 +02:00
Liliana Marie Prikler
5f315e1d5f
gnu: emacs: Add support for socket activation.
...
* gnu/packages/emacs.scm (emacs)[#:phases]: Add ‘enable-elogind’.
[inputs]: Add elogind.
[native-inputs]: Add autoconf.
2022-05-14 16:13:31 +02:00
Liliana Marie Prikler
64557bc695
gnu: emacs: Use new package style.
...
* gnu/packages/emacs.scm (emacs)[source]<snippet>: Drop trailing ‘#t’.
[arguments]: Convert to list of G-Expressions.
Use ‘search-input-file’ where possible.
Inline references to auxiliary files.
Drop trailing ‘#t’s.
[inputs, native-inputs]: Drop labels.
2022-05-14 16:13:30 +02:00
Liliana Marie Prikler
b65a1e4a21
gnu: emacs: Update to 28.1.
...
* gnu/packages/emacs.scm (emacs): Update to 28.1
* gnu/packages/patches/emacs-exec-path.patch: Adjust accordingly.
* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: Delete file.
* gnu/local.mk: Remove it here.
2022-05-14 16:13:30 +02:00
Maxim Cournoyer
c61746b8aa
gnu: rpm: Update to 4.17.0.
...
* gnu/packages/package-management.scm (rpm): Update to 4.17.0.
[configure-flags]: Remove '--without-lua', no longer supported.
[phases]: Delete trailing #t.
{fix-lua-check}: New phase.
[inputs]: Use new style, sort inputs and add lua.
2022-05-14 01:35:34 -04:00
arkhan
2e6f4220cf
gnu: xonsh: Update to 0.12.4.
...
* gnu/packages/shells.scm (xonsh): Update to 0.12.4.
[source](snippet): Substitute "xonsh/parsers/completion_context.py".
[arguments]: Rewrite #:phases as a gexp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:39:11 +02:00
Greg Hogan
0932e97637
gnu: poke: Update to 2.3.
...
* gnu/packages/engineering.scm (poke): Update to 2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:34:26 +02:00
Maxime Devos
d4a0dcb737
gnu: guix: Use $SSL_CERT_DIR.
...
* gnu/packages/package-management.scm (guix)[native-search-paths]: Use the
$SSL_CERT_DIR from (guix search-paths) instead of a
local copy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:16:13 +02:00
Maxime Devos
eebcfc65d8
gnu: curl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.
...
* gnu/packages/curl.scm (curl)[native-search-paths]: Use the
$SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead
of a local copy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:16:08 +02:00
Maxime Devos
579270c6bf
gnu: cmake-bootstrap: Use $SSL_CERT_DIR/$SSL_CERT_FILE.
...
* gnu/packages/cmake.scm (cmake-bootstrap)[native-search-paths]: Use the
$SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:16:04 +02:00
Maxime Devos
39420f27ee
gnu: cuirass: Use $SSL_CERT_DIR.
...
* gnu/packages/ci.scm (cuirass)[native-search-paths]: Use the
$SSL_CERT_DIR from (guix search-paths) instead of a
local copy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:15:58 +02:00
Maxime Devos
2200530bf6
gnu: openssl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.
...
* gnu/packages/tls.scm (openssl)[native-search-paths]: Use the
$SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a
local copy.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:15:54 +02:00
ykonai
2f812bfa38
gnu: pipe-viewer: Update to 0.2.0
...
* gnu/packages/video.scm (pipe-viewer): Update to 0.2.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:11:52 +02:00
Ludovic Courtès
b0246953e9
gnu: artanis: Remove input labels.
...
* gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input
labels. Use BASH-MINIMAL instead of BASH.
2022-05-13 17:11:05 +02:00
Wamm K. D
944f2c81ff
gnu: artanis: Update to 0.5.1.
...
* gnu/packages/guile-xyz.scm (artanis): Update to 0.5.1.
[source]: Substitute "artanis/tpl/parser.scm".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:08:22 +02:00
Artyom V. Poptsov
c0e712931b
gnu: guile-ics: Update to 0.2.1
...
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:05:04 +02:00
Marius Bakke
7f7cc04208
gnu: ungoogled-chromium: Update to 101.0.4951.64-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.64.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-05-12 23:12:41 +02:00
Maxim Cournoyer
84f2471136
gnu: python-scikit-build: Fix build.
...
* gnu/packages/python-xyz.scm (python-scikit-build)
[phases]{check}: Add forgotten trailing spaces.
2022-05-12 16:24:49 -04:00
Lars-Dominik Braun
93baba6475
gnu: python-sanic: Update to 21.12.1.
...
* gnu/packages/python-web.scm (python-sanic): Update to 21.12.1.
[arguments]<#:phases>: Remove 'use-recent-pytest, update skipped tests in
'check.
[propagated-inputs]: Remove python-httpx, replace python-multidict with
python-multidict-5, add python-sanic-routing.
[native-inputs]: Add python-bandit, python-chardet, python-isort and
python-sanic-testing. Remove python-hstspreload, python-httpcore,
python-pytest-cov and python-urllib3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:14 -04:00
Lars-Dominik Braun
7acd012230
gnu: Add python-sanic-testing.
...
* gnu/packages/python-web.scm (python-sanic-testing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:14 -04:00
Lars-Dominik Braun
207065aa6e
gnu: Add python-sanic-bootstrap.
...
* gnu/packages/python-web.scm (python-sanic-bootstrap): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:14 -04:00
Lars-Dominik Braun
f6b001be16
gnu: Add python-sanic-routing.
...
* gnu/packages/python-web.scm (python-sanic-routing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:14 -04:00
Maxim Cournoyer
1a0c253b93
gnu: python-multidict: Update to 5.2.0.
...
* gnu/packages/python-xyz.scm (python-multidict): Update to 5.2.0.
2022-05-12 12:46:13 -04:00
Lars-Dominik Braun
ba4ed74f9e
gnu: python-pytest-sanic: Update to 1.9.1.
...
* gnu/packages/python-check.scm (python-pytest-sanic): Update to 1.9.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:13 -04:00
Maxim Cournoyer
1fd6bcfba7
gnu: python-matplotlib: Update to 3.5.2.
...
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.5.2.
[propagated-inputs]: Move after 'arguments' field. Use new style and re-order.
[inputs]: Order lexicographically.
[native-inputs]: Use new style.
[phases]{fix-and-disable-failing-tests}: Fix indentation.
Delete the 'lib/matplotlib/tests/test_animation.py' test.
{check}: Skip the test_lazy_auto_backend_selection test.
2022-05-12 12:46:13 -04:00
Maxim Cournoyer
f2ab6b04a4
gnu: python-pygments: Update to 2.12.0.
...
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.12.0.
2022-05-12 12:46:13 -04:00
Lars-Dominik Braun
dd50817dd6
gnu: python-qtconsole: Update to 5.3.0.
...
* gnu/packages/python-xyz.scm (python-qtconsole): Update to 5.3.0.
[native-inputs]: Add python-pytest-qt.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:12 -04:00
Lars-Dominik Braun
e3bb211c23
gnu: python-qtpy: Update to 2.0.1.
...
* gnu/packages/qt.scm (python-qtpy): Update to 2.0.1.
[propagated-inputs]: Remove python-pyside-2, add python-packaging.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-12 12:46:12 -04:00
Maxim Cournoyer
44256e57cc
gnu: python-matplotlib-documentation: Fix build.
...
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Inherit from
python-matplotlib.
[version, source, build-system, home-page, description, license]: Delete
fields, now inherited.
[phases]: Streamline build and install phases and enable parallel build.
[native-inputs]: Use new style. Remove python-matplotlib, python-ipykernel,
python-mock, texlive-enumitem, texlive-latex-geometry, texlive-latex-preview,
texlive-latex-ucs, texlive-pdftex, texlive-fonts-ec, texlive-txfonts and
inherited python-matplotlib packages.
Add inkscape, python-mpl-sphinx-theme, python-scipy, python-ipywidgets,
texlive-babel, texlive-fontspec, texlive-unicode-math, texlive-etoolbox,
and texlive-underscore.
2022-05-12 12:46:12 -04:00
Maxim Cournoyer
b3a77978c9
gnu: Add texlive-underscore.
...
* gnu/packages/tex.scm (texlive-underscore): New variable.
2022-05-12 12:46:11 -04:00
Maxim Cournoyer
9fd911eb9b
gnu: Add python-mpl-sphinx-theme.
...
* gnu/packages/sphinx.scm (python-mpl-sphinx-theme): New variable.
2022-05-12 12:46:11 -04:00
Maxim Cournoyer
09fccde9c0
gnu: python-pudb: Update to 2022.1.1 and rename from pudb.
...
Renaming rationale: pudb can also be used as a Python library (like pdb).
* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.1.
[phases]{check}: Remove obsolete 'add-installed-pythonpath' call. Invoke
pytest verbosely.
[native-inputs]: Remove python-numpy.
[propagated-inputs]: Apply guix style.
(pudb): Define as a deprecated alias to python-pudb.
2022-05-12 12:46:11 -04:00
Maxim Cournoyer
dfe81d0f81
gnu: Add python-ipdb.
...
* gnu/packages/python-xyz.scm (python-ipdb): New variable.
2022-05-12 12:46:11 -04:00
Maxim Cournoyer
b60ca1f3b8
gnu: python-numpy-documentation: Overhaul package definition.
...
* gnu/packages/python-xyz.scm (python-numpy-documentation): Relocate next to
the python-numpy package in the module. Inherit from python-numpy.
[version, source, build-system, home-page, license]: Remove fields, now
inherited.
[phases]{add-gnu-freefont-to-texmf}: New phase.
{install}: Patch conf.py to allow building the info manual. Set HOME. Copy
the whole generated HTML directory. Parallelize documentation build.
[native-inputs]: Use new style. Add font-gnu-freefont, fontconfig,
python-breathe, python-ipython, python-pandas, python-pydata-sphinx-theme,
python-scipy, python-sphinx-panels, texlive-bin, texlive-cbfonts,
texlive-cm-super, texlive-greek-fontenc, texlive-latex-expdlist,
texlive-polyglossia and texlive-xindy. Remove pkg-config, the previous "texlive"
updmap.cfg package, scipy-sphinx-theme, and do not inherit the native inputs
of python-numpy.
[synopsis]: Refine.
[description]: Expound a bit.
2022-05-12 12:46:10 -04:00
Maxim Cournoyer
c16f282d56
gnu: python-sphinx-rtd-theme: Update to 1.0.0.
...
* gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 1.0.0.
2022-05-12 12:46:10 -04:00
Maxim Cournoyer
01360c8b02
gnu: python-sphinxext-opengraph: Update to 0.6.3.
...
* gnu/packages/sphinx.scm (python-sphinxext-opengraph): Update to 0.6.3.
[phases]{check}: Streamline and invoke pytest verbosely.
[native-inputs]: Indent on a single line.
2022-05-12 12:46:10 -04:00
Maxim Cournoyer
0efccc8f18
gnu: python-sphinx-autodoc-typehints: Update to 1.18.1.
...
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.1.
[source]: Use git.
[argument]: New field.
[propagated-inputs]: Add python-sphinx.
[native-inputs]: Remove python-dataclasses and python-sphinx. Add
python-nptyping and python-setuptools-scm.
2022-05-12 12:46:10 -04:00
Maxim Cournoyer
4d62953573
gnu: Add python-nptyping.
...
* gnu/packages/python-check.scm (python-nptyping): New variable.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
50b620f119
gnu: Add python-beartype.
...
* gnu/packages/python-check.scm (python-beartype): New variable.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
ea20078ccb
gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken].
...
* gnu/packages/sphinx.scm (python-sphinx-cloud-sptheme): Update to 1.10.1.
[source]: Update source to point to new Mercurial repository.
[arguments]: Delete field, enabling tests (which fail due to Jinja2 >= 3.1).
[native-inputs]: Move python-sphinx to...
[propagated-inputs]: ... here.
[description]: Do not use raw quotes to decorate text.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
badd61bed2
gnu: python-sphinx-argparse: Update to 0.3.1.
...
* gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
ab26bfd4d9
gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.17.
[arguments]: Delete field.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
936e335ac2
gnu: python-sphinxcontrib-websupport: Update to 1.2.4.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4.
2022-05-12 12:46:09 -04:00
Maxim Cournoyer
80ec843bf4
gnu: python-sphinx-click: Update to 4.0.3 and enable tests.
...
* gnu/packages/sphinx.scm (python-sphinx-click): Update to 4.0.3.
[arguments]: Delete field.
[native-inputs]: Delete python-coverage. Add python-pytest and python-wheel.
Move python-click, python-docutils and python-sphinx to...
[propagated-inputs]: ... here.
2022-05-12 12:46:08 -04:00
Maxim Cournoyer
9812a44f86
gnu: python-sphinx-copybutton: Update to 0.5.0.
...
* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0.
[propagated-inputs]: Delete python-flit, python-setuptools and python-wheel.
2022-05-12 12:46:08 -04:00
Maxim Cournoyer
c2a77beb1a
gnu: python-pydata-sphinx-theme: Update to 0.7.2.
...
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): Update to 0.7.2.
Add TODO comment.
[arguments]: New field.
[native-inputs]: Delete python-jupyter-sphinx, python-numpy, python-numpydoc,
python-pandas, python-recommonmark and python-xarray. Move python-docutils
and python-sphinx to...
[propagated-inputs]: ... here. Add python-jinja2
2022-05-12 12:46:08 -04:00