~ruther/guix-local

d8fa80e1 — David Thompson 11 years ago
gnu: Add python-testtools.

* gnu/packages/python.scm (python-testtools, python2-testtools): New
  variables.
84d24017 — David Thompson 11 years ago
gnu: Add python-scripttest.

* gnu/packages/python.scm (python-scriptest, python2-scripttest): New
  variables.
855d4761 — David Thompson 11 years ago
gnu: Add python-pytest.

* gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
542ad60f — David Thompson 11 years ago
gnu: Add python-py.

* gnu/packages/python.scm (python-py, python2-py): New variables.
6cd9c356 — David Thompson 11 years ago
gnu: Add python-unittest2.

* gnu/packages/python.scm (python-unittest2, python2-unittest2): New
  variables.
4435427e — David Thompson 11 years ago
gnu: Add python-nose.

* gnu/packages/python.scm (python-nose, python2-nose): New variables.
c15a5c0e — David Thompson 11 years ago
gnu: Add python-extras.

* gnu/packages/python.scm (python-extras, python2-extras): New variables.
56ea0efd — David Thompson 11 years ago
gnu: Add python-mimeparse.

* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New
  variables.
850189b8 — David Thompson 11 years ago
gnu: Add python-unidecode.

* gnu/packages/python.scm (python-unidecode, python2-unidecode): New
  variables.
864b5211 — David Thompson 11 years ago
gnu: Add python-jsonschema.

* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New
  variables.
e6cfbd36 — David Thompson 11 years ago
gnu: Add python2-requests.

* gnu/packages/python.scm (python2-requests): New variable.
3a1f9a68 — David Thompson 11 years ago
gnu: Add python-certifi.

* gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
d5f89b22 — David Thompson 11 years ago
gnu: Add python-pyld.

* gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
c7303d3c — David Thompson 11 years ago
gnu: Add python-exif-read.

* gnu/packages/python.scm (python-exif-read, python2-exif-read): New
  variables.
b50c5b74 — Ludovic Courtès 11 years ago
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'.
6fd1a796 — Ludovic Courtès 11 years ago
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.
b21a1c5a — Ludovic Courtès 11 years ago
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.
39c4563a — Ludovic Courtès 11 years ago
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.
457f60fa — Alex Kost 11 years ago
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.
a423555d — Ludovic Courtès 11 years ago
gnu: datamash: Fix license.

* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
Next