aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-pattern.python-machine-learningChristopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-pattern): New variable.
* gnu: Add python-gensim.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-gensim): New variable.
* gnu: Add python-smart-open.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-smart-open): New variable.
* gnu: Add python-boto.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-boto): New variable.
* gnu: Add python-textfixtures.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-textfixtures): New variable.
* gnu: Add python-sybil.Christopher Baines2018-03-24
| | | | * gnu/packages/check.scm (python-sybil): New variable.
* gnu: Add python-sphinxcontrib-napoelon.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-sphinxcontrib-napoelon): New variable.
* gnu: Add python2-selectors34.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python2-selectors34): New variable.
* gnu: Add python-pockets.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-pockets): New variable.
* gnu: Add python-pyro4.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-pyro4): New variable.
* gnu: Add python-serpent.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-serpent): New variable.
* gnu: Add python-morfessor.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-morfessor): New variable.
* gnu: Add python-keras.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-keras): New variable.
* gnu: Add python-annoy.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-annoy): New variable.
* gnu: Add python-textacy.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-textacy): New variable.
* gnu: Add python-spacy-models-en-core-web-sm.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-spacy-models-en-core-web-sm): New variable.
* gnu: Add python-spacy.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-spacy): New variable.
* gnu: Add python-plac.Christopher Baines2018-03-24
| | | | * gnu/packages/.scm (python-plac): New variable.
* gnu: Add python-thinc.Christopher Baines2018-03-24
| | | | | * gnu/packages/machine-learning.scm (python-thinc, python2-thinc): New variable.
* gnu: Add python-dill.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-dill): New variable.
* gnu: Add python-msgpack-numpy.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-msgpack-numpy): New variable.
* gnu: Add python-murmurhash.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-murmurhash): New variable.
* gnu: Add python-preshed.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-preshed): New variable.
* gnu: Add python-cymem.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-cymem): New variable.
* gnu: Add python-ujson.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-ujson): New variable.
* gnu: Add python-pyphen.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-pyphen): New variable.
* gnu: Add python-pyemd.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-pyemd): New variable.
* gnu: Add python-ijson.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-ijson): New variable.
* gnu: Add python-ftfy.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-ftfy): New variable.
* gnu: Add python-cytoolz.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-cytoolz): New variable.
* gnu: Add python-toolz.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-toolz): New variable.
* gnu: Add python-cachetools.Christopher Baines2018-03-24
| | | | * gnu/packages/python.scm (python-cachetools): New variable.
* gnu: streamlink: Update to 0.11.0.Oleg Pykhalov2018-03-24
| | | | | * gnu/packages/video.scm (streamlink): Update to 0.11.0. [native-inputs]: Add python-urllib3.
* tests: Add tests for "guix system disk-image" et al.Chris Marusich2018-03-24
| | | | | | * tests/guix-system.sh: Add test cases that exercise (1) all of the example files in gnu/system/examples, and (2) all of the "image" creation commands: vm, vm-image, disk-image, and docker-image.
* system: Add "guix system docker-image" command.Chris Marusich2018-03-24
| | | | | | | | | | | * gnu/system/vm.scm (system-docker-image): New procedure. * guix/scripts/system.scm (system-derivation-for-action): Add a case for docker-image, and in that case, call system-docker-image. (show-help): Document docker-image. (guix-system): Parse arguments for docker-image. * doc/guix.texi (Invoking guix system): Document "guix system docker-image". * gnu/system/examples/docker-image.tmpl: New file.
* guix: Rewrite build-docker-image to allow more paths.Chris Marusich2018-03-24
| | | | | | | | | | | * guix/docker.scm (build-docker-image): Rename "path" argument to "prefix" to reflect the fact that it is used as a prefix for the symlink targets. Add the "paths" argument, and remove the "closure" argument, since it is now redundant. Add a "transformations" argument. * guix/scripts/pack.scm (docker-image): Read the profile's reference graph and provide its paths to build-docker-image via the new "paths" argument.
* gnu: When building in a VM, share a temporary directory.Chris Marusich2018-03-24
| | | | | | * gnu/build/vm.scm (load-in-linux-vm): Make a shared temporary directory available in the VM. * gnu/system/vm.scm (%linux-vm-file-systems): Add a corresponding entry.
* vm: Allow control of deduplication in root-partition-initializer.Chris Marusich2018-03-24
| | | | | * gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate? keyword argument.
* tests: Add tests for "guix pack".Chris Marusich2018-03-24
| | | | | | | | | | | | | | * guix/scripts/pack.scm (bootstrap-xz): New variable. (%options) <--bootstrap>: New option. (show-help): Document the new --bootstrap option. (guix-pack): When --bootstrap is specified, use the bootstrap Guile, tar, and xz to build the pack, and do not use any profile hooks or locales. * doc/guix.texi (Invoking guix pull): Document the new --bootstrap option. * tests/guix-pack.sh: New file. * Makefile.am (SH_TESTS): Add guix-pack.sh. * gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
* gnu: Add r-catdap.Sahithi Yarlagadda2018-03-23
| | | | | | * gnu/packages/cran.scm (r-catdap): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Keep Krita 3 along with Krita 4.Leo Famulari2018-03-23
| | | | * gnu/packages/kde.scm (krita-3): New variable.
* gnu: java-aqute-bnd-annotation: Update to 3.5.0.Gábor Boskovits2018-03-23
| | | | | | * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* doc: Move Cgit Service documentation to the Version Control section.Leo Famulari2018-03-23
| | | | | * doc/guix.texi (Miscellaneous Services): Move the Cgit Service to section Version Control Services.
* gexp: 'program-file' has a new #:module-path parameter.Ludovic Courtès2018-03-23
| | | | | | | | * guix/gexp.scm (<program-file>): Add 'path' field. (program-file): Add #:module-path parameter and honor it. (program-file-compiler): Honor the 'path' field. * tests/gexp.scm ("program-file #:module-path"): New test. * doc/guix.texi (G-Expressions): Update.
* gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter.Ludovic Courtès2018-03-23
| | | | | | | | * guix/gexp.scm (load-path-expression): Add 'path' optional parameter. (gexp->script): Add #:module-path and honor it. (gexp->file): Likewise. * tests/gexp.scm ("gexp->script #:module-path"): New test. * doc/guix.texi (G-Expressions): Update accordingly.
* gnu: git: Update to 2.16.3.Tobias Geerinckx-Rice2018-03-23
| | | | * gnu/packages/version-control.scm (git): Update to 2.16.3.
* gnu: libgee: Update to 0.20.1.Tobias Geerinckx-Rice2018-03-23
| | | | * gnu/packages/gnome.scm (libgee): Update to 0.20.1.
* gnu: fribidi: Update to 1.0.2.Tobias Geerinckx-Rice2018-03-23
| | | | | * gnu/packages/fribidi.scm (fribidi): Update to 1.0.2. [arguments]: Disable building documentation for now.
* gnu: parallel: Update to 20180322.Tobias Geerinckx-Rice2018-03-23
| | | | * gnu/packages/parallel.scm (parallel): Update to 20180322.
* gnu: coq-flocq: Use predictable source URI.Tobias Geerinckx-Rice2018-03-23
| | | | * gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.