~ruther/guix-local

a17ccbbb — Julien Lepiller 9 years ago
gnu: Add python-levenshtein.

* gnu/packages/python.scm (python-levenshtein, python2-levenshtein):
New variables.
e139c7a7 — Julien Lepiller 9 years ago
gnu: python-dateutil: Update to 2.6.0.

* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.0.
afdfbb1d — Julien Lepiller 9 years ago
gnu: Add python-elasticsearch.

* gnu/packages/python.scm (python-elasticsearch, python2-elasticsearch):
New variables.
1b16f1ec — Julien Lepiller 9 years ago
gnu: Add python-nosexcover.

* gnu/packages/python.scm (python-nosexcover, python2-nosexcover): New variables.
d15a4791 — Julien Lepiller 9 years ago
gnu: Add python-dirsync.

* gnu/packages/python.scm (python-dirsync, python2-dirsync): New variables.
186d4f8d — Julien Lepiller 9 years ago
gnu: Add python-diff-match-patch.

* gnu/packages/python.scm (python-diff-match-patch, python2-diff-match-patch):
New variables.
03ded2fd — Julien Lepiller 9 years ago
gnu: Add python-cssmin.

* gnu/packages/python.scm (python-cssmin, python2-cssmin): New variables.
eed206cb — Julien Lepiller 9 years ago
gnu: python-rq: Update to 0.7.1.

* gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1.
[source]: Use pypi-uri.
4c066b72 — Julien Lepiller 9 years ago
gnu: Add python-sphinx-me.

* gnu/packages/python.scm (python-sphinx-me, python2-sphinx-me): New variables.
709a5a93 — Julien Lepiller 9 years ago
gnu: Add python-webassets.

* gnu/packages/python.scm (python-webassets, python2-webassets): New variables.
75805449 — Julien Lepiller 9 years ago
gnu: Add python-utils.

* gnu/packages/python.scm (python-utils, python2-utils): New variables.
2d6e56ba — Julien Lepiller 9 years ago
gnu: Add python-pytest-catchlog.

* gnu/packages/python.scm (python-pytest-catchlog, python2-pytest-catchlog):
New variables.
59a97288 — Julien Lepiller 9 years ago
gnu: Add python-pytest-warnings.

* gnu/packages/python.scm (python-pytest-warnings, python2-pytest-warnings):
New variables.
047160f2 — Julien Lepiller 9 years ago
gnu: python-pytest-runner: Update to 2.11.1.

* gnu/packages/python.scm (python-pytest-runner)
(python2-pytest-runner): Update to 2.11.1.
2d4deb5d — Marius Bakke 8 years ago
gnu: lvm2: Fix static build after 62ec02bf21.

Fixes <https://bugs.gnu.org/26874>.

* gnu/packages/patches/lvm2-static-link.patch: Link with -lm.
e0d4331a — Arun Isaac 8 years ago
gnu: emacs-smartparens: Update to 1.10.1.

* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.10.1.
62b28c0e — Ludovic Courtès 8 years ago
gnu: Add PRoot.

* gnu/packages/linux.scm (proot): New variable.
* gnu/packages/patches/proot-test-fhs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
77abe3f0 — Ludovic Courtès 8 years ago
gnu: hwloc: Update to 1.11.7.

* gnu/packages/mpi.scm (hwloc): Update to 1.11.7.
5db5dff5 — Ludovic Courtès 8 years ago
substitute: Honor 'Cache-Control' on 404 responses.

* guix/scripts/substitute.scm (cached-narinfo): When VALUE is #f, use
the TTL that is read instead of %NARINFO-NEGATIVE-TTL.
(cached-narinfo-expiration-time): Likewise.
24b21720 — Ludovic Courtès 8 years ago
publish: Advertise a short TTL for "baking" 404s.

* guix/scripts/publish.scm (not-found): Add #:phrase and #:ttl
parameters and honor them.
* tests/publish.scm ("with cache"): Check the 'cache-control' header on
of the 404 response.
Next