gnu: Add python-testtools.
* gnu/packages/python.scm (python-testtools, python2-testtools): New
variables.
gnu: Add python-scripttest.
* gnu/packages/python.scm (python-scriptest, python2-scripttest): New
variables.
gnu: Add python-pytest.
* gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
gnu: Add python-py.
* gnu/packages/python.scm (python-py, python2-py): New variables.
gnu: Add python-unittest2.
* gnu/packages/python.scm (python-unittest2, python2-unittest2): New
variables.
gnu: Add python-nose.
* gnu/packages/python.scm (python-nose, python2-nose): New variables.
gnu: Add python-extras.
* gnu/packages/python.scm (python-extras, python2-extras): New variables.
gnu: Add python-mimeparse.
* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New
variables.
gnu: Add python-unidecode.
* gnu/packages/python.scm (python-unidecode, python2-unidecode): New
variables.
gnu: Add python-jsonschema.
* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New
variables.
gnu: Add python2-requests.
* gnu/packages/python.scm (python2-requests): New variable.
gnu: Add python-certifi.
* gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
gnu: Add python-pyld.
* gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
gnu: Add python-exif-read.
* gnu/packages/python.scm (python-exif-read, python2-exif-read): New
variables.
pull: Add a compilation progress report.
* guix/build/pull.scm (report-build-progress): New procedure.
(p-for-each): Add #:progress parameter.
[loop]: Keep track of the number of completed processes. Tail-call
PROGRESS at each loop iteration.
(build-guix): Add #:debug-port parameter. Use it for verbose
messages. Change 'tar' flags to 'xf'. Around 'compile-file' call,
bind CURRENT-WARNING-PORT to DEBUG-PORT.
* guix/scripts/pull.scm (unpack): Add #:verbose? parameter.
[builder]: Pass #:debug-port to 'build-guix'.
(guix-pull): Leave CURRENT-BUILD-OUTPUT-PORT unchanged. Pass
#:verbose? to 'unpack'.
vm: Move store copy handling to (guix build store-copy).
* gnu/build/vm.scm (read-reference-graph, populate-store): Move to...
* guix/build/store-copy.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust default
#:modules values accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): New test.
linux-initrd: Move Linux module tree flattening to another derivation.
* gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]:
Remove.
Use 'flat-linux-module-directory'. Remove the equivalent logic from
'builder'.
(flat-linux-module-directory): New procedure.
profiles: Use a real arrow to denote upgrades in ASCII.
Suggested by Alex Kost.
* guix/profiles.scm (right-arrow): Fall back to "->".
* tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
Add Emacs user interface.
* configure.ac (emacsuidir): New variable.
(AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
* Makefile.am: Include 'emacs.am'.
* emacs.am: New file.
* doc/emacs.texi: New file.
* doc/guix.texi: Include 'emacs.texi'.
* emacs/guix-backend.el: New file.
* emacs/guix-base.el: New file.
* emacs/guix-helper.scm.in: New file.
* emacs/guix-history.el: New file.
* emacs/guix-info.el: New file.
* emacs/guix-init.el.in: New file.
* emacs/guix-list.el: New file.
* emacs/guix-main.scm: New file.
* emacs/guix-utils.el: New file.
* emacs/guix.el: New file.
gnu: datamash: Fix license.
* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.