~ruther/guix-local

543782e1 — Tobias Geerinckx-Rice 9 years ago
gnu: python-appdirs: Update to 1.4.3.

* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
80e8d851 — Tobias Geerinckx-Rice 9 years ago
gnu: python-beautifulsoup4: Update to 4.5.3.

* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
7c427932 — Tobias Geerinckx-Rice 9 years ago
gnu: python-drmaa: Update to 0.7.7.

* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
fd2662e9 — Tobias Geerinckx-Rice 9 years ago
gnu: python-sqlalchemy-utils: Update to 0.32.13.

* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
745d85b7 — Tobias Geerinckx-Rice 9 years ago
gnu: python-pafy: Update to 0.5.3.1.

* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
283f04b0 — Efraim Flashner 9 years ago
gnu: libffcall: Set source file-name.

* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field.
[home-page]: Use https.
359e9c42 — Kei Kebreau 9 years ago
gnu: chicken: Update to 4.12.0.

* gnu/packages/scheme.scm (chicken): Update to 4.12.0.
112d645f — Leo Famulari 9 years ago
gnu: dovecot: Update to 2.2.28.

* gnu/packages/mail.scm (dovecot): Update to 2.2.28.
9b7a9580 — Danny Milosavljevic 9 years ago
gnu: rustc: Honor max line length.

* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line
length.
61a3137b — Ludovic Courtès 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 73a4645.
493ae57e — Efraim Flashner 9 years ago
gnu: binutils-vc4: Set source file-name.

* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
73a46451 — Ludovic Courtès 9 years ago
build: 'test-driver.scm' prints Scheme values with 'write'.

Previously it would print them with 'display', which was inconvenient.

* build-aux/test-driver.scm (test-display): Use ~S for VALUE.
(test-runner-gnu): Use 'format' instead of 'test-display' for the test
name, location, and result kind.
50b4d3ac — Ludovic Courtès 9 years ago
tests: Skip 'guix pack' test when networking is unavailable.

* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
ed407f3c — Ludovic Courtès 9 years ago
tests: Fix 'cond-expand' clause for 2.2/2.0.

Fixes a mistake in a9a0227c0127e1813190a7664f7ad858e791480d.

* tests/store.scm ("current-build-output-port, UTF-8 + garbage"):
Inverse the 'cond-expand' clauses since the 'guile-2.0' feature doesn't
exist.
aeb6fe5f — Efraim Flashner 9 years ago
gnu: autoconf-archive: Update to 2017.03.21.

* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
4bb5e0ae — Ludovic Courtès 9 years ago
publish: Add '--nar-path'.

* guix/scripts/publish.scm (show-help, %options): Add '--nar-path'.
(%default-options): Add 'nar-path'.
(guix-publish): Honor it.
cdd7a7d2 — Ludovic Courtès 9 years ago
publish: Make the nar URL prefix a parameter.

* guix/scripts/publish.scm (narinfo-string): Add #:nar-path and honor it.
(render-narinfo): Likewise.
(make-request-handler): Likewise.
(run-publish-server): Likewise.
* tests/publish.scm ("custom nar path"): New test.
46f58390 — Ludovic Courtès 9 years ago
publish: Add '--public-key' and '--private-key'.

* guix/scripts/publish.scm (show-help, %options): Add --public-key and
--private-key.
* doc/guix.texi (Invoking guix publish): Document it.
ab2a74e4 — Ludovic Courtès 9 years ago
publish: The public and private keys are now SRFI-39 parameters.

* guix/scripts/publish.scm (%default-options): Add 'public-key-file' and
'private-key-file'.
(lazy-read-file-sexp): Remove.
(%private-key, %public-key): Turn into SRFI-39 parameters.
(signed-string, render-narinfo): Adjust accordingly.
(guix-publish): Honor 'public-key-file' and 'private-key-file' from
OPTS.  Use 'parameterize'.
* guix/pk-crypto.scm (read-file-sexp): New procedure.
* tests/publish.scm: Initialize '%public-key' and '%private-key'.
5cd074ea — Ludovic Courtès 9 years ago
gnu: guile: Add 'guile-next' as a deprecated alias.

This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c.

* gnu/packages/guile.scm (guile-next): New variable.
Next