| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-pygments, python2-pygments): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-docutils, python2-docutils): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-discover, python2-discover): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-coverage, python2-coverage): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-testrepository, python2-testrepository): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-subunit, python2-subunit): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-testresources, python2-testresources): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-testtools, python2-testtools): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-scriptest, python2-scripttest): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-py, python2-py): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-unittest2, python2-unittest2): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-nose, python2-nose): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-extras, python2-extras): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-unidecode, python2-unidecode): New
variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python2-requests): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-exif-read, python2-exif-read): New
variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Suggested by Alex Kost.
* guix/profiles.scm (right-arrow): Fall back to "->".
* tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/packages/datamash.scm (datamash)[license]: Change to GPL3+.
|
|
|
|
|
|
|
| |
* gnu/build/linux-initrd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system/linux-initrd.scm (expression->initrd): Use (gnu build
linux-initrd) and 'write-cpio-archive' instead of the inlined code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/build/linux-boot.scm (%ext2-endianness, %ext2-sblock-magic,
%ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name,
read-ext2-superblock, ext2-superblock-uuid,
ext2-superblock-volume-name, disk-partitions,
partition-label-predicate, find-partition-by-label,
canonicalize-device-spec, MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC,
MS_BIND, MS_MOVE, bind-mount, check-file-system,
mount-flags->bit-mask, mount-file-system): Move to...
* gnu/build/file-systems.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/base.scm: Use (gnu build file-systems).
* gnu/services/dmd.scm (dmd-configuration-file): Likewise.
* gnu/system.scm (operating-system-activation-script): Likewise.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
|
|
|
|
|
|
|
|
|
| |
* gnu/build/linux-initrd.scm: Rename to...
* gnu/build/linux-boot.scm: ... this.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/build/activation.scm, gnu/build/vm.scm, gnu/services/base.scm,
gnu/services/dmd.scm, gnu/system.scm, gnu/system/linux-initrd.scm,
gnu/system/vm.scm: Adjust accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/build/activation.scm, guix/build/install.scm,
guix/build/linux-initrd.scm, guix/build/vm.scm: Move to...
* gnu/build: ... here.
* Makefile.am (MODULES): Remove the above guix/build/ files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add the above gnu/build/ files
here.
* gnu/services/base.scm, gnu/services/dmd.scm, gnu/system.scm,
gnu/system/linux-initrd.scm, gnu/system/vm.scm,
guix/scripts/system.scm: Adjust to the new module names.
|
|
|
|
|
| |
* HACKING (Submitting Patches): Mention 'guix lint' and 'guix refresh
--list-dependent'.
|
|
|
|
|
|
|
|
| |
This allows editors to parse warnings correctly.
* guix/scripts/lint.scm (emit-warning): Use 'format' instead of
'warning', to avoid the "guix lint: " prefix in messages.
* tests/lint.scm (call-with-warnings): Indent.
|
|
|
|
|
| |
* gnu/packages/postgresql.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/lint.scm: New file. Defines a 'lint' tool for Guix packages.
* tests/lint.scm: New file.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* po/guix/Makevars: Update appropriately.
* po/guix/POTFILES.in: Update appropriately.
* doc/guix.texi: Document "guix lint".
|
|
|
|
|
| |
* guix/scripts/build.scm (specification->package): Move from here...
* gnu/packages.scm: ... to here.
|
|
|
|
|
|
|
| |
This fixes random EBADF errors in the daemon on ancient Linux kernels
such as version 2.6.32.
* config-daemon.ac: Remove detection of 'vfork'.
|
|
|
|
|
|
|
|
| |
* gnu/packages/nvi.scm: New file.
* gnu/packages/patches/nvi-assume-preserve-path.patch: New file.
* gnu-system.am: Add them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* guix/profiles.scm (manifest-show-transaction)[package-strings,
upgrade-strings]: Show version number in separate column. Show OUTPUT
in first column, and only when it's different from "out".
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/profiles.scm (manifest-lookup): New procedure.
(manifest-installed?): Use it.
(manifest-transaction-effects): Return a pair of entries for upgrades.
(right-arrow): New procedure.
(manifest-show-transaction)[upgrade-string, →]: New variables.
Report upgrades using 'upgrade-string'.
* tests/profiles.scm ("manifest-show-transaction"): New test.
("manifest-transaction-effects"): Match UPGRADE against a pair.
|
|
|
|
|
| |
* README: Make 'guix package' command line more readable. Mention
--localstatedir.
|