summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-12inferior: Distinguish inferior exceptions.Ludovic Courtès
This avoids ambiguities when looking at a backtrace where the exception was actually thrown by an inferior in a very different context. * guix/inferior.scm (&inferior-exception): New condition type. (read-repl-response): Add optional 'inferior' parameter. Raise '&inferior-exception' instead of rethrowing to KEY when receiving an 'exception' message. (read-inferior-response): Pass INFERIOR to 'read-repl-response'. * tests/inferior.scm ("&inferior-exception"): New test.
2020-03-12import: cpan: Gracefully handle missing projects.Ludovic Courtès
* guix/import/cpan.scm (cpan-fetch): Check whether 'json-fetch' returns #f.
2020-03-12import: utils: Remove 'assoc-ref*'.Ludovic Courtès
* guix/import/utils.scm (assoc-ref*): Remove.
2020-03-12import: pypi: Rewrite to use 'define-json-mapping'.Ludovic Courtès
* guix/import/pypi.scm (non-empty-string-or-false): New procedure. (<pypi-project>, <project-info>, <distribution>): New record types. (pypi-fetch): Call 'json->pypi-project'. (latest-source-release, latest-wheel-release): Use the new record accessors instead of 'assoc-ref*'. (pypi->guix-package, latest-release): Likewise. * tests/pypi.scm (test-json): Add mandatory fields.
2020-03-12gnu: guile-next: Enable JIT on ARMv7.Ludovic Courtès
JIT support on ARMv7 is fixed by "guile-3.0-crash.patch". * gnu/packages/guile.scm (guile-3.0)[arguments]: Remove.
2020-03-12gnu: Add virtualpg.Guillaume Le Vaillant
* gnu/packages/geo.scm (virtualpg): New variable.
2020-03-12gnu: jgmenu: Update to 4.1.0.Guillaume Le Vaillant
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.1.0.
2020-03-12gnu: udiskie: Update to 2.1.0.Guillaume Le Vaillant
* gnu/packages/freedesktop.scm (udiskie): Update to 2.1.0.
2020-03-12gnu: txr: Update to 233.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 233.
2020-03-12doc: Fix description for "guix package -A".Danny Milosavljevic
* doc/guix.texi (Invoking guix package): Fix description for "guix package -A".
2020-03-12gnu: python2-ipython: Fix build.Efraim Flashner
* gnu/packages/python-xyz.scm (python2-ipython)[arguments]: Adjust skipped tests.
2020-03-12gnu: xlockmore: Update to 5.62.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.62.
2020-03-12gnu: xlockmore: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xlockmore)[home-page]: Use HTTPS.
2020-03-12gnu: mame: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (mame)[home-page]: Use HTTPS.
2020-03-12gnu: dosbox: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (dosbox)[home-page]: Use HTTPS.
2020-03-12gnu: Add gitless.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (gitless): New public variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-03-12gnu: faust: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
2020-03-12gnu: rsound: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
2020-03-12gnu: libgme: Update to 0.6.3.Tobias Geerinckx-Rice
* gnu/packages/music.scm (libgme): Update to 0.6.3.
2020-03-12gnu: xmobar: Update to 0.33.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (xmobar): Update to 0.33.
2020-03-12gnu: gptfdisk: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gptfdisk)[home-page]: Use HTTPS.
2020-03-12gnu: ephoto: Update source and home page URIs.Tobias Geerinckx-Rice
* gnu/packages/enlightenment.scm (ephoto)[source]: Remove dead URI. [home-page]: Follow (HTTPS) redirection.
2020-03-12gnu: s6: Update to 2.9.1.0.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6): Update to 2.9.1.0.
2020-03-12gnu: simple-scan: Update to 3.36.0.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.0.
2020-03-12gnu: picprog: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/embedded.scm (picprog)[home-page]: Use HTTPS.
2020-03-12gnu: java-snappy: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/java-compression.scm (java-snappy)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘make-git-checkout-writable’ phase.
2020-03-12gnu: java-snappy: Update to 1.1.7.3.Tobias Geerinckx-Rice
* gnu/packages/java-compression.scm (java-snappy): Update to 1.1.7.3.
2020-03-11gnu: Borg: Update to 1.1.11.Leo Famulari
* gnu/packages/backup.scm (borg): Update to 1.1.11.
2020-03-11gnu: xxHash: Update to 0.7.3.Leo Famulari
* gnu/packages/digest.scm (xxhash): Update to 0.7.3.
2020-03-11gnu: Remove year range from copyright header.Marius Bakke
* gnu/packages/python-xyz.scm: List years explicitly instead of range in copyright line.
2020-03-11gnu: Remove duplicate copyright line.Marius Bakke
* gnu/packages/python-xyz.scm: Remove duplicate copyright.
2020-03-11gnu: python-cookies: Use the correct version of pytest.Marius Bakke
* gnu/packages/python-web.scm (python-cookies)[native-inputs]: Change PYTHON2-PYTEST to PYTHON-PYTEST.
2020-03-11gnu: python2-radon: Fix build.Marius Bakke
* gnu/packages/python-xyz.scm (python-radon)[properties]: New field. * gnu/packages/python-xyz.scm (python2-radon)[propagated-inputs]: Add PYTHON2-CONFIGPARSER and PYTHON2-FUTURE.
2020-03-11gnu: python-virtualenv: Update to 20.0.10.Marius Bakke
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.0.10.
2020-03-11gnu: python2-virtualenv: Fix build.Marius Bakke
* gnu/packages/python-xyz.scm (python-virtualenv)[properties]: New field. (python2-virtualenv)[propagated-inputs]: Add PYTHON2-CONTEXTLIB2. [arguments]: New field.
2020-03-11gnu: python-contextlib2: Update to 0.6.0.post1.Marius Bakke
* gnu/packages/python-xyz.scm (python-contextlib2): Update to 0.6.0.post1.
2020-03-11gnu: lpd8editor: Remove package.Leo Famulari
This package has not built successfully in several months. * gnu/packages/music.scm (lpd8editor): Remove variable.
2020-03-11gnu: Add xa.Christopher Lemmer Webber
* gnu/packages/assembly.scm (xa): New variable.
2020-03-11gnu: spatialite-gui: Fix GUI not showing up.Guillaume Le Vaillant
* gnu/packages/geo.scm (spatialite-gui)[arguments]: Add 'fix-gui' phase.
2020-03-11gnu: isc-dhcp: Fix cross-compilation.Marius Bakke
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Set BUILD_CC in 'fix-bind-cross-compilation' phase. While at it, make the phase conditional on %CURRENT-TARGET-SYSTEM.
2020-03-11gnu: zile: Fix cross-compilation.Marius Bakke
* gnu/packages/zile.scm (zile)[native-inputs]: Add THIS-PACKAGE when cross-compiling. [arguments]: Add phase when cross-compiling.
2020-03-11gnu: python-multidict: Update to 4.7.5.Marius Bakke
* gnu/packages/python-xyz.scm (python-multidict): Update to 4.7.5. [arguments]: New field. [native-inputs]: Remove PYTHON-PYTEST-RUNNER. Add PYTHON-PYTEST-COV.
2020-03-11gnu: Add clipmenu.Damien Cassou
* gnu/packages/xdisorg.scm (clipmenu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-11gnu: Add clipnotify.Damien Cassou
* gnu/packages/xdisorg.scm (clipnotify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-11download: Remove (web http) workarounds no longer relevant.Ludovic Courtès
* guix/build/download.scm <top level>: Remove workarounds for <https://bugs.gnu.org/23421> and for <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>.
2020-03-11build: Require Guile 2.2.3 or later.Ludovic Courtès
* configure.ac: For 2.2.x, require 2.2.3 or later.
2020-03-11ui: Restore line wrapping for 'package->recutils'.Ludovic Courtès
Fixes a regression introduced when switching to Guile 3.0.0 whereby monkey-patching 'wrap*' wouldn't have any effects due to inlining. * guix/ui.scm (%text-width): Define in terms of the '*line-width*' fluid when it's defined. <top level>: Set (@@ (texinfo plain-text) wrap*) only when '*line-width*' is undefined.
2020-03-11gnu: Add r-hrbrthemes.Mădălin Ionel Patrașcu
* gnu/packages/cran.scm (r-hrbrthemes): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-03-11gnu: gnutls@3.6.10: Add dependency on datefudge and util-linux.Marius Bakke
* gnu/packages/tls.scm (gnutls-3.6.10)[native-inputs]: New field.
2020-03-11gnu: nsis: Update to 3.05.Carl Dong
* gnu/packages/installers.scm (nsis): Update to 3.05.