Commit graph

101191 commits

Author SHA1 Message Date
Ludovic Courtès 392e97ed08
import: gnome: Reject version strings such as "43.alpha".
Reported by Maxim Cournoyer.
This is a followup to 61b63e7fa7.

* guix/import/gnome.scm (latest-gnome-release)[even-minor-version?]:
Reject VERSION is the minor or micro part is not an integer.
2022-09-08 16:22:21 +02:00
Ludovic Courtès 69d72c553f
search-paths: Tweak $SSL_CERT_DIR comment.
* guix/search-paths.scm ($SSL_CERT_DIR): Fix typos and tweak comment.
2022-09-08 16:22:21 +02:00
Ludovic Courtès 2f5f539b60
search-paths: Clarify $GUIX_EXTENSIONS_PATH comment.
* guix/search-paths.scm ($GUIX_EXTENSIONS_PATH): Clarify comment.
2022-09-08 16:22:21 +02:00
Ludovic Courtès e7b8e83670
search-paths: Remove redundant uses of 'define-public'.
* guix/search-paths.scm ($GUIX_EXTENSIONS_PATH, $SSL_CERT_DIR,
$SSL_CERT_FILE): Use 'define', not 'define-public'.
2022-09-08 16:22:20 +02:00
Liliana Marie Prikler 38e8373830
gnu: zuo: Use English in description.
* gnu/packages/racket.scm (zuo)[description]: Use English.
2022-09-08 15:50:39 +02:00
Liliana Marie Prikler 839e984e09
gnu: komikku: Update to 0.41.0.
* gnu/packages/gnome.scm (komikku): Update to 0.41.0.
2022-09-08 15:50:38 +02:00
Mathieu Othacehe 5f07efda06
tests: dict: Increase VM memory-size.
* gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
2022-09-08 15:17:31 +02:00
Marius Bakke b45a44eaad
gnu: uBlock Origin: Update to 1.44.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.44.2.
2022-09-07 22:02:43 +02:00
Paul A. Patience c56e8eabb4
gnu: f3d: Update to 1.3.1.
* gnu/packages/graphics.scm (f3d): Update to 1.3.1.
[snippet]: Use G-expression.
[arguments]<#:configure-flags>: Update option name to
F3D_INSTALL_MIME_TYPES_FILES.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Greg Hogan 08c6fd9511
gnu: python-sympy: Update to 1.11.1.
All dependents successfully build except the continued failure of
python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details

* gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao c8621fa193
gnu: python-pyside-2-tools: Fix synopsis and description.
* gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
words.
[description]: Ditto.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao e2e351cb45
gnu: python-pyside-2-tools: Use G-expressions.
* gnu/packages/qt.scm (python-pyside2-tools)[native-inputs]: Use label-less
style.
[arguments]: Use G-expressions.
<#:configure-flags>: Use SEARCH-INPUT-FILE.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao 7c9ac0468b
gnu: Add python-pyside-6.
* gnu/packages/qt.scm (python-pyside-6): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao 5c08546558
gnu: python-pyside-2: Use "this-package-input" instead of "assoc-ref".
* gnu/packages/qt.scm (python-pyside-2)[arguments]<#:configure-flags>: Use
SEARCH-INPUT-FILE.
<#:phases>: In phase "fix-qt-module-detection", use "this-package-input".

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao 39647c9741
gnu: python-pyside-2: Clarify the package inputs.
The module "PySide.PyQtUiTools" depends on "qttools-5", it should be an input,
not a native input.

libxml2, libxslt, clang-toolchain is only used by python-shiboken-2.

cmake-minimal is not used.

* gnu/packages/qt.scm (python-pyside-2): [inputs]: Remove libxml2, libxslt,
clang-toolchain. Add qttools-5.
[native-inputs]: Remove cmake-minimal, qttools-5.
[arguments]<#:phases>: Remove phase "set-clang-dir".

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao 00652ce2ee
gnu: python-pyside-2: Use G-expressions.
* gnu/packages/qt.scm (python-pyside-2)[native-inputs]: Use label-less input
style.
[arguments]: Use G-expressions.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao a69581f17c
gnu: Add python-shiboken-6
* gnu/packages/qt.scm (python-shiboken-6): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao f1bbdefd9e
gnu: python-shiboken-2: Use G-expressions.
* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Use G-expressions.
<#:phases>: In phase "set-build-env", Replace (assoc-ref inputs ...) with
(this-package-input ...).

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Hilton Chain 453cbb9f06
gnu: abseil-cpp: Update to 20220623.1.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Michael Rohleder 1981a39e5d
gnu: ytfzf: Update to 2.4.1.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1.
[inputs]: Add perl.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Maxime Devos 344159b95c
gnunet-scheme: Unbundle config.rpath.
* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Maxime Devos 85aa25cd6a
gnu: gnunet-scheme: Make scheme-gnunet.pdf reproducible.
* gnu/packages/gnunet.scm
(gnunet-scheme)[arguments]<#:phases>{reproducible-timestamp}:
New phase.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Maxime Devos 77b37fcb58
gnu: gnunet-scheme: Update to 0.3.
The old snippet doesn't apply anymore, so a different work-around was
committed to gnunet-scheme.

* gnu/packages/gnunet.scm (gnunet-scheme): Update to 0.3.
[description]: Update description for new features.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Paul A. Patience 29491482a1
gnu: python-pyvista: Update to 0.36.1.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 4f9e58b5ee
gnu: font-lxgw-wenkai-tc: Update to 0.921.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.921.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 9a1228b493
gnu: font-lxgw-wenkai: Update to 1.240.
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.240.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 1c060f59d4
gnu: sqlite-next: Update to 3.39.3.
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.3.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 53c127c16d
gnu: python-apsw: Update to 3.39.2.1.
* gnu/packages/databases.scm (python-apsw): Update to 3.39.2.1.
[source]: Change back to compressed release.
* gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch: New file.
* gnu/local.mk: Add patch.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Marius Bakke b7629ff995
gnu: expect: Update home page.
* gnu/packages/tcl.scm (expect)[home-page]: Follow redirect.
2022-09-07 22:02:39 +02:00
Maxim Cournoyer 9ec4233181
gnu: pypy: Fix build.
This fixes a regression that was introduced in commit 553c009d74.

* gnu/packages/python.scm (pypy)[phases]{install}: Rename the OUT variable to
 #$OUTPUT.
2022-09-07 14:34:57 -04:00
Ricardo Wurmus d18bddf5d7
doc: Fix typo.
* doc/guix.texi (Miscellaneous Services): Fix typo.
2022-09-07 20:08:23 +02:00
Marius Bakke 453e7dd8c4
gnu: tombo: Disable tests.
* gnu/packages/bioinformatics.scm (tombo)[arguments]: New field.
2022-09-07 17:36:42 +02:00
Marius Bakke d09f3f82b8
gnu: guix-jupyter: Disable parallel tests.
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add
 #:parallel-tests?.
2022-09-07 17:36:42 +02:00
Marius Bakke 9046adf8ef
gnu: python-cfgv: Update to 3.3.1.
* gnu/packages/python-xyz.scm (python-cfgv): Update to 3.3.1.
[arguments]: Respect TESTS? keyword in check phase.
[native-inputs]: Remove PYTHON-COVERAGE and PYTHON-COVDEFAULTS.
2022-09-07 17:36:42 +02:00
Marius Bakke 6ba66072e0
gnu: python-fs: Update to 2.4.16.
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
2022-09-07 17:36:42 +02:00
Marius Bakke 35426e7fec
gnu: python-zopfli: Update to 0.2.1.
* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.1.
[arguments]: Use pytest in check phase.
[native-inputs]: Add PYTHON-PYTEST.
2022-09-07 17:36:42 +02:00
Marius Bakke ac3a8b0a5b
gnu: python-pytest-regressions: Update to 2.3.1.
* gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
2022-09-07 17:36:42 +02:00
Marius Bakke a867125b3a
gnu: python-cairocffi: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
2022-09-07 17:36:42 +02:00
Marius Bakke 79143344f8
gnu: python-xlsxwriter: Update to 3.0.3.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
2022-09-07 17:36:42 +02:00
Marius Bakke 1329b64db5
gnu: python-jdcal: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-jdcal): Update to 1.4.1.
[arguments]: Use G-expression and respect TESTS? keyword.
2022-09-07 17:36:42 +02:00
Marius Bakke 8d5637103f
gnu: python-et-xmlfile: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 1.1.0.
[source]: Switch to HG-FETCH.
[arguments]: Use G-expression and respect TESTS? keyword.
2022-09-07 17:36:41 +02:00
Marius Bakke 379e66b64b
gnu: zabbix: Update to 6.0.8.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8.
[native-inputs]: Add PKG-CONFIG.
2022-09-07 17:36:41 +02:00
muradm 2183db8d2a
gnu: linux: Remove unnecessary let clause in make-linux-libre.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]:
Remove unnecessary let clause in 'configure phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-07 14:51:54 +02:00
jgart a312c9d018
gnu: Add cl-list-named-class.
* gnu/packages/lisp-xyz.scm (cl-list-named-class, ecl-list-named-class,
  sbcl-list-named-class): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:09 +02:00
André A. Gomes c02450c237
gnu: cl-lisp-unit2: Update to 0.9.3.
* gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.3.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:09 +02:00
jgart d4eeb77aae
gnu: Add cl-cron.
* gnu/packages/lisp-xyz.scm (cl-cron, ecl-cl-cron, sbcl-cl-cron): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart 43dd4cc0eb
gnu: Add cl-positional-lambda.
* gnu/packages/lisp-xyz.scm (cl-positional-lambda, ecl-positional-lambda,
  sbcl-positional-lambda): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart 73654708bf
gnu: Add cl-map-bind.
* gnu/packages/lisp-xyz.scm (cl-map-bind, ecl-map-bind, sbcl-map-bind): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart 94c6e68310
gnu: Add cl-rucksack.
* gnu/packages/lisp-xyz.scm (cl-rucksack, sbcl-rucksack): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart b8ffdefd56
gnu: Add cl-amb.
* gnu/packages/lisp-xyz.scm (cl-amb, ecl-amb, sbcl-amb): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00