Commit Graph

90978 Commits

Author SHA1 Message Date
Leo Famulari 7f779286df
Update mailmap.
* .mailmap: Add entry for Zheng Junjie.
2022-01-11 14:48:00 -05:00
Z572 b8b423b8a4
gnu: krita: Update to 5.0.2.
* gnu/packages/kde.scm (krita): Update to 5.0.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-11 14:48:00 -05:00
Felix Gruber cd68fc1e42
gnu: ceres: Update to 2.0.0.
* gnu/packages/maths.scm (ceres): Update to 2.0.0.
  [inputs]: Use simplified format.
  (ceres-solver-benchmarks)[phases]: Add schur_eliminator_benchmark.
  Replace autodiff_cost_function_benchmark with new autodiff_benchmarks.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Tanguy Le Carrour 86e196dd57
gnu: poetry: Fix package inputs.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Add
python-crashtest and python-entrypoints. Remove python-clikit.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Tanguy Le Carrour d07d3ea008
gnu: python-msgpack-transitional: Fix broken tests.
* gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments]:
Replace references to deprecated Python methods.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Tanguy Le Carrour 92c873e38a
gnu: python-os-testr: Add python-testrepository to inputs.
This fixes a build failure in the 'sanity-check' phase.

* gnu/packages/openstack.scm (python-os-testr)[native-inputs]: Add python-testrepository.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Ludovic Courtès 54237556ba
ui: 'package->recutils' can split the "system:" line.
Previously, long system lines would not be split, which would confuse
'less', possibly leading it to hide the first line of the package
recutils record (the "name:" line).

* guix/ui.scm (package->recutils)[split-lines]: New procedure.
[dependencies->recutils]: Use it.
Use it for the "systems:" value.
2022-01-11 20:35:00 +01:00
Ludovic Courtès 0552dcb294
shell: Cache profiles even when using package specs.
This enables profile caching not just when '-m' or '-f' is used, but
also when package specs are passed on the command line, as in:

  guix shell -D guix git

It also changes profile cache keys to include the system type, which was
previously ignored.

* guix/scripts/shell.scm (options-with-caching)[single-file-for-caching]:
Remove.
Call 'profile-cached-gc-root' instead; adjust to accept two values.
(profile-cache-primary-key): New procedure.
(profile-cache-key): Remove.
(profile-file-cache-key, profile-spec-cache-key): New procedures.
(profile-cached-gc-root): Rewrite to include functionality formally in
'single-file-for-caching', but extend to handle package specs.
* gnu/packages.scm (cache-is-authoritative?): Export.
* guix/transformations.scm (transformation-option-key?): New procedure.
* doc/guix.texi (Invoking guix shell): Move '--rebuild-cache'
documentation to the bottom, just above '--root'.  Explain caching and
how these two options relate to that.
2022-01-11 20:34:59 +01:00
Ludovic Courtès 6128c27478
build-system: Pass #:make-dynamic-linker-cache? #f when cross-compiling.
Fixes <https://issues.guix.gnu.org/52898>.
Reported by Maxime Devos <maximedevos@telenet.be>.

This is a followup to 1209447ad3.

* guix/build-system/cmake.scm (cmake-cross-build)[builder]: Pass
  #:make-dynamic-linker-cache? #f.
* guix/build-system/go.scm (go-cross-build)[builder]: Ditto.
* guix/build-system/guile.scm (guile-cross-build)[builder]: Ditto.
* guix/build-system/qt.scm (qt-cross-build)[builder]: Ditto.
2022-01-11 20:34:59 +01:00
Ludovic Courtès d064f922b5
doc: Fix typo in 'setuid-program' example.
* doc/guix.texi (Setuid Programs): Fix typo in example.
2022-01-11 20:34:59 +01:00
Ricardo Wurmus 10b2ad7dbf
tests: Fix texlive test by sorting locations.
* tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
2022-01-11 20:26:39 +01:00
Marius Bakke 993bc8f06c
gnu: varnish: Remove input labels.
* gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key.
[native-inputs]: Remove labels.
2022-01-11 18:36:40 +01:00
Marius Bakke 48e8ac65e2
gnu: speech-dispatcher: Update to 0.11.1.
* gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.1
2022-01-11 18:36:40 +01:00
Marius Bakke 20375df339
gnu: speech-dispatcher: Simplify inputs.
* gnu/packages/speech.scm (speech-dispatcher)[native-inputs, inputs]: Remove
labels.
2022-01-11 18:36:40 +01:00
Marius Bakke 30c3ab3807
gnu: QEMU: Update to 6.2.0.
* gnu/packages/patches/qemu-CVE-2021-20203.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu): Update to 6.2.0.
[source](patches): Remove obsolete patch.
2022-01-11 18:36:40 +01:00
Marius Bakke 96c214f505
gnu: python-imagecodecs: Disable sanity check.
* gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable
sanity-check phase.
2022-01-11 18:36:39 +01:00
Marius Bakke 5d9dbe0819
gnu: python-pywavelets: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.2.0.
2022-01-11 18:36:39 +01:00
Marius Bakke c7ef428a18
gnu: python-scikit-rebate: Update to 0.62.
* gnu/packages/machine-learning.scm (python-scikit-rebate): Update to 0.62.
[arguments]: Disable tests.
[native-inputs]: Remove.
2022-01-11 18:36:39 +01:00
Marius Bakke bc5b1dce07
gnu: python-apache-libcloud: Fix bytecode compilation.
* gnu/packages/python-xyz.scm (python-apache-libcloud)[arguments]: Fix
indentation of test code.  While here, remove input label usage and trailing
 #t's.
2022-01-11 18:36:39 +01:00
Marius Bakke 11323c2d54
gnu: python-dictdiffer: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
2022-01-11 18:36:39 +01:00
Marius Bakke ce958bfcd9
gnu: python-dictdiffer: Disable tests.
* gnu/packages/python-xyz.scm (python-dictdiffer)[arguments]: New field.
[native-inputs]: Remove test inputs.
2022-01-11 18:36:39 +01:00
Marius Bakke d695a63ec9
gnu: authenticator: Remove input labels.
* gnu/packages/gnome.scm (authenticator)[native-inputs]: Remove labels.
[arguments]: While at it, remove top-level Python reference in favor of
THIS-PACKAGE-INPUT.
[inputs]: Add PYTHON.
2022-01-11 18:36:39 +01:00
Marius Bakke 81cbf8854a
gnu: authenticator: Fix build.
* gnu/packages/gnome.scm (authenticator)[arguments]: Add #:meson.
2022-01-11 18:36:39 +01:00
Marius Bakke d89e7465d1
gnu: mycli: Placate sanity check.
* gnu/packages/databases.scm (mycli)[arguments]: Add phase.
2022-01-11 18:36:38 +01:00
Marius Bakke 78a57d8b7a
gnu: python-pyperclip: Update to 1.8.2.
* gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
2022-01-11 18:36:38 +01:00
Marius Bakke 6a86d59e28
gnu: pantalaimon: Disable sanity check.
* gnu/packages/matrix.scm (pantalaimon)[arguments]: Disable sanity-check phase.
2022-01-11 18:36:38 +01:00
Marius Bakke e768df37c1
gnu: python-oslo.i18n: Disable tests.
* gnu/packages/openstack.scm (python-oslo.i18n)[arguments]: Add #:tests?.
[native-inputs]: Remove PYTHON-MOCK, PYTHON-MOX3, PYTHON-OSLOTEST, and
PYTHON-TESTSCENARIOS.
2022-01-11 18:36:38 +01:00
Marius Bakke eef8b08191
gnu: poetry: Use python-msgpack.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Change
PYTHON-MSGPACK-TRANSITIONAL to PYTHON-MSGPACK.
2022-01-11 18:36:38 +01:00
Marius Bakke dab711ca33
gnu: python-pifpaf: Update to 3.1.5.
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 3.1.5.
[propagated-inputs]: Remove PYTHON-SIX.
2022-01-11 18:36:38 +01:00
Marius Bakke 0db89cc03f
gnu: python-os-testr: Update to 2.0.1.
* gnu/packages/openstack.scm (python-os-testr): Update to 2.0.1.
[propagated-inputs]: Change from PYTHON-SUBUNIT to PYTHON-STESTR.
2022-01-11 18:36:38 +01:00
Marius Bakke 6613661c6d
gnu: python-cmd2: Update to 2.3.3.
* gnu/packages/python-xyz.scm (python-cmd2): Update to 2.3.3.
[arguments]: Override check phase.
[native-inputs]: Remove PYTHON-CODECOV, PYTHON-COVERAGE, PYTHON-DOC8,
PYTHON-FLAKE8, PYTHON-SPHINX, PYTHON-SPHINX-AUTOBUILD,
PYTHON-SPHINX-RTD-THEME, PYTHON-TOX, PYTHON-TWINE, and WHICH.
2022-01-11 18:36:38 +01:00
Marius Bakke e9afca64e8
gnu: python-xattr: Update to 0.9.9.
* gnu/packages/python-xyz.scm (python-xattr): Update to 0.9.9.
2022-01-11 18:36:37 +01:00
Marius Bakke 36057bfb78
gnu: node: Simplify inputs.
* gnu/packages/node.scm (node)[native-inputs]: Remove labels.
[source]: Remove trailing #t.
2022-01-11 18:36:37 +01:00
Marius Bakke ebc097699c
gnu: node: Disable flaky test.
* gnu/packages/node.scm (node, node-lts)[arguments]: Delete flaky test.
2022-01-11 18:36:37 +01:00
Marius Bakke 5b8af1a592
gnu: python-sqlparse: Specify CPE name.
* gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
2022-01-11 18:36:37 +01:00
Marius Bakke 8d5bdb93e2
gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839].
* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.2.
2022-01-11 18:36:37 +01:00
Vinicius Monego 33898cd5b7
gnu: python-zeroconf: Update to 0.38.1.
* gnu/packages/python-xyz.scm (python-zeroconf): Update to 0.38.1.
[source]: Fetch from GitHub.
[native-inputs]: Remove python-nose. Add python-pytest.
[arguments]<#:phases>: Adjust custom 'check phase to use Pytest.
[description]: Don't break line.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:33 +01:00
Vinicius Monego abb259b1bf
gnu: python-colorlog: Update to 6.6.0.
* gnu/packages/python-xyz.scm (python-colorlog): Update to 6.6.0.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Simplify custom 'check phase and respect #:tests?.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:32 +01:00
Vinicius Monego df1e2353df
gnu: python-watchdog: Update to 2.1.6.
* gnu/packages/python-xyz.scm (python-watchdog): Update to 2.1.6.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Remove 'remove-failing phase. Override 'check phase and
skip a failing test.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:32 +01:00
Vinicius Monego 07164966fe
gnu: python-pkginfo: Update to 1.8.2.
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.2.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Don't return #t.
[native-inputs]: Add python-wheel.
[home-page]: Don't break line.
[synopsis]: Don't break line.
[description]: Fix indentation.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:31 +01:00
Vinicius Monego 7fd7416728
gnu: python-websocket-client: Update to 0.59.0.
* gnu/packages/python-web.scm (python-websocket-client): Update to 0.59.0.
[source]: Update PyPI URI. Make some cosmetic changes.
[arguments]<#:phases>: Add phase 'skip-network-test.
[native-inputs]: Add python-pysocks.
[home-page]: Follow redirect.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:31 +01:00
Vinicius Monego b2bd183b14
gnu: python-netifaces: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-netifaces): Update to 0.11.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:30 +01:00
Vinicius Monego 4e7fad9914
gnu: python-feedparser: Enable tests.
* gnu/packages/web.scm (python-feedparser)[source]: Make some cosmetic
changes.
[arguments]: Remove #:tests?. Override 'check phase.
[home-page]: Don't break line.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:30 +01:00
Vinicius Monego 3d2ea6a50b
gnu: Add python-pytest-doctest-custom.
* gnu/packages/python-check.scm (python-pytest-doctest-custom): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:30 +01:00
Vinicius Monego a3d0a702ad
gnu: Add python-sentry-sdk.
* gnu/packages/python-xyz.scm (python-sentry-sdk): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:29 +01:00
Vinicius Monego bd9998db98
gnu: Add python-executing.
* gnu/packages/python-xyz.scm (python-executing): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:29 +01:00
Vinicius Monego 05c9dbbc41
gnu: Add python-zipstream-new.
* gnu/packages/python-xyz.scm (python-zipstream-new): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:28 +01:00
Vinicius Monego a6c883727b
gnu: Add python-flask-assets.
* gnu/packages/python-web.scm (python-flask-assets): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:28 +01:00
Vinicius Monego ae313005c8
gnu: Add python-pyscss.
* gnu/packages/python-web.scm (python-pyscss): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:28 +01:00
Vinicius Monego 5b43b55846
gnu: Add python-pylru.
* gnu/packages/python-xyz.scm (python-pylru): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:27 +01:00