summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-django-overextends.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-overextends, python2-django-overextends): New variables.
* gnu: Add python-django-contrib-comments.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-contrib-comments, python2-django-contrib-comments): New variables.
* gnu: Add python-django-contact-form.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-contact-form, python2-django-contact-form): New variables.
* gnu: Add python-django-bulk-update.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-bulk-update, python2-django-bulk-update): New variables.
* gnu: Add python-dj-database-url.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-dj-database-url, python2-dj-database-url): New variables.
* gnu: Add python-django-jsonfield.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-jsonfield, python2-django-jsonfield): New variables.
* gnu: Add python-django-assets.Julien Lepiller2017-05-11
| | | | | * gnu/packages/django.scm (python-django-assets, python2-django-assets): New variables.
* gnu: Add python-mysqlclient.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-mysqlclient, python2-mysqlclient): New variables.
* gnu: Add python-translate-toolkit.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-translate-toolkit, python2-translate-toolkit): New variables.
* gnu: Add python-factory-boy.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-factory-boy, python2-factory-boy): New variables.
* gnu: Add python2-stemming.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python2-stemming): New variable.
* gnu: Add python-scandir.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-scandir, python2-scandir): New variables.
* gnu: Add python-levenshtein.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-levenshtein, python2-levenshtein): New variables.
* gnu: python-dateutil: Update to 2.6.0.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.0.
* gnu: Add python-elasticsearch.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-elasticsearch, python2-elasticsearch): New variables.
* gnu: Add python-nosexcover.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-nosexcover, python2-nosexcover): New variables.
* gnu: Add python-dirsync.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-dirsync, python2-dirsync): New variables.
* gnu: Add python-diff-match-patch.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-diff-match-patch, python2-diff-match-patch): New variables.
* gnu: Add python-cssmin.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-cssmin, python2-cssmin): New variables.
* gnu: python-rq: Update to 0.7.1.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1. [source]: Use pypi-uri.
* gnu: Add python-sphinx-me.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-sphinx-me, python2-sphinx-me): New variables.
* gnu: Add python-webassets.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-webassets, python2-webassets): New variables.
* gnu: Add python-utils.Julien Lepiller2017-05-11
| | | | * gnu/packages/python.scm (python-utils, python2-utils): New variables.
* gnu: Add python-pytest-catchlog.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-pytest-catchlog, python2-pytest-catchlog): New variables.
* gnu: Add python-pytest-warnings.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-pytest-warnings, python2-pytest-warnings): New variables.
* gnu: python-pytest-runner: Update to 2.11.1.Julien Lepiller2017-05-11
| | | | | * gnu/packages/python.scm (python-pytest-runner) (python2-pytest-runner): Update to 2.11.1.
* gnu: lvm2: Fix static build after 62ec02bf21.Marius Bakke2017-05-11
| | | | | | Fixes <https://bugs.gnu.org/26874>. * gnu/packages/patches/lvm2-static-link.patch: Link with -lm.
* gnu: emacs-smartparens: Update to 1.10.1.Arun Isaac2017-05-12
| | | | * gnu/packages/emacs.scm (emacs-smartparens): Update to 1.10.1.
* gnu: Add PRoot.Ludovic Courtès2017-05-11
| | | | | | * gnu/packages/linux.scm (proot): New variable. * gnu/packages/patches/proot-test-fhs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: hwloc: Update to 1.11.7.Ludovic Courtès2017-05-11
| | | | * gnu/packages/mpi.scm (hwloc): Update to 1.11.7.
* substitute: Honor 'Cache-Control' on 404 responses.Ludovic Courtès2017-05-11
| | | | | | * 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.
* publish: Advertise a short TTL for "baking" 404s.Ludovic Courtès2017-05-11
| | | | | | | * 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.
* graph: Add Cypher backend.Roel Janssen2017-05-11
| | | | | * guix/graph.scm (%cypher-backend): New variable. * doc/guix.texi: Add documentation for the Cypher backend of 'guix graph'.
* gnu: libffcall: Update to 1.12.Efraim Flashner2017-05-11
| | | | | * gnu/packages/libffcall.scm (libffcall): Update to 1.12. [source]: Source code is now stored in git.
* gnu: git@2.10: Update to 2.10.3 [fixes CVE-2017-8386].Mark H Weaver2017-05-11
| | | | * gnu/packages/version-control.scm (git@2.10): Update to 2.10.3.
* gnu: elfutils: Update to 0.169.Leo Famulari2017-05-11
| | | | * gnu/packages/elf.scm (elfutils): Update to 0.169.
* gnu: Add neovim-syntastic.ng02017-05-10
| | | | | | * gnu/packages/vim.scm (neovim-syntastic): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add vim-syntastic.ng02017-05-10
| | | | | | * gnu/packages/vim.scm (vim-syntastic): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-kitchen: Update home-page URL.Leo Famulari2017-05-10
| | | | | * gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]: Update URL.
* gnu: python2-dogtail: Update home-page URL.Ethan R. Jones2017-05-10
| | | | | | * gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libaio: Remove dead source URL.Ethan R. Jones2017-05-10
| | | | | | * gnu/packages/linux.scm (libaio)[source]: Remove fedorahosted.org URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: font-liberation: Update source and homepage URLs.Ethan R. Jones2017-05-10
| | | | | | | * gnu/packages/fonts.scm (font-liberation)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libpwquality: Update source and home-page URLs.Ethan R. Jones2017-05-10
| | | | | | | * gnu/packages/password-utils.scm (libpwquality)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-icalendar: Update to 3.11.4.Leo Famulari2017-05-10
| | | | * gnu/packages/python.scm (python-icalendar): Update to 3.11.4.
* gnu: Add python-tmx.Kei Kebreau2017-05-10
| | | | | * gnu/packages/game-development.scm (python-tmx, python2-tmx): New variables.
* gnu: Add python-sge-pygame.Kei Kebreau2017-05-10
| | | | | * gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): New variables.
* scripts: Fix singular/plural message mismatch.Ludovic Courtès2017-05-10
| | | | | * guix/scripts.scm (warn-about-old-distro): Swap singular and plural forms in 'N_' call.
* gnu: Add pplacer.Ben Woodcroft2017-05-10
| | | | | * gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.
* gnu: Add taxtastic.Ben Woodcroft2017-05-10
| | | | * gnu/packages/bioinformatics.scm (taxtastic): New variable.
* gnu: Add ocaml4.01-batteries.Ben Woodcroft2017-05-10
| | | | * gnu/packages/ocaml.scm (ocaml4.01-batteries): New variable.