Efraim Flashner
e9af5adfd5
gnu: python-oslo.context: Update to 1.0.0.
...
* gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0.
[source]: Change uri to pypi format.
2015-12-01 17:33:29 +02:00
Efraim Flashner
3bc810a89b
gnu: python-tempest-lib: Update to 0.11.0.
...
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
2015-12-01 16:19:58 +02:00
Efraim Flashner
2d531d4efd
gnu: python-stevedore: Update to 1.9.0.
...
* gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:58 +02:00
Efraim Flashner
bd52842d3d
gnu: python-requests-mock: Update to 0.7.0.
...
* gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:58 +02:00
Efraim Flashner
a5ff52f8a6
gnu: python-os-client-config: Update to 1.12.0.
...
* gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:53 +02:00
Efraim Flashner
56c7ead2f8
gnu: python-debtcollector: Update to 1.0.0.
...
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:22 +02:00
Efraim Flashner
d4e817b1db
gnu: python-mox3: Update to 0.12.0.
...
* gnu/packages/openstack.scm (python-mox3): Update to 0.12.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:16 +02:00
Efraim Flashner
df372f96a3
gnu: enlightenment: Update to 0.20.0.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0.
[arguments]: Add '--enable-mount-eeze' to configure-flags.
2015-12-01 10:26:06 +02:00
Ludovic Courtès
64ec0e2912
guix build: Modularize transformation handling.
...
* guix/scripts/build.scm (options/resolve-packages): Remove.
(options->things-to-build, transform-package-source): New procedure.
(%transformations): New variable.
(options->transformation): New procedure.
(options->derivations): Rewrite to use 'options->things-to-build' and
'options->transformation'.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
27b91d7851
guix package: Refactor 'options->installable'.
...
* guix/scripts/package.scm (options->upgrade-predicate)
(store-item->manifest-entry): New procedures.
* guix/scripts/package.scm (options->installable): Use them. Remove the
'packages-to-upgrade' and 'packages-to-install' variables by getting rid
of a level of indirection.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
6e37017506
guix package: Move 'process-actions' out of sight.
...
* guix/scripts/package.scm (process-actions): New procedure, moved
from...
(guix-package): ... here. Adjust accordingly.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
dfdb15d9c2
build: Fix detection of ARM systems.
...
Reported by Andreas Enge <andreas@enge.fr>.
This fixes a regression introduced in 968ae903
.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add extra square braquets around
armv[7-9] pattern.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
590558953b
guix package: Formalize the list of actions.
...
* guix/scripts/package.scm (roll-back-action, switch-generation-action)
(delete-generations-action, manifest-action): New procedures.
(%actions): New variable.
* guix/scripts/package.scm (guix-package)[process-action]: Rewrite to
traverse %ACTIONS.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
50dc193e27
nls: Update 'de' translation.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
d1ac5c0775
guix package: Move 'build-and-use-profile' out of sight.
...
* guix/scripts/package.scm (build-and-use-profile): New procedure.
Adapted and moved from...
(guix-package)[process-actions]: ... here. Adjust call sites.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
2cc10077f3
guix package: Move a couple of procedures out of sight.
...
* guix/scripts/package.scm (ensure-default-profile, process-query): New
procedures, moved from...
(guix-package): ... here.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
0993f94267
guix package: Remove unnecessary use of (%store).
...
* guix/scripts/package.scm (delete-matching-generations): Use STORE
instead of (%store).
2015-12-01 00:02:54 +02:00
Efraim Flashner
ccd20fcb7d
gnu: python-pbr: Update to 1.8.1.
...
* gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
2015-11-30 23:20:35 +02:00
Efraim Flashner
5466700fa2
gnu: parallel: Update to 20151122.
...
* gnu/packages/parallel.scm (parallel): Update to 20151122.
2015-11-30 23:11:35 +02:00
Efraim Flashner
44e30a7647
gnu: python2-keyring: Use python2-pycrypto.
...
* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
2015-11-30 20:09:12 +02:00
Efraim Flashner
1c0059da41
gnu: python2-pycrypto: Use python2.
...
* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building
with python2.
2015-11-30 19:06:13 +02:00
Ricardo Wurmus
36f26211bb
gnu: openssh: Install ssh-copy-id.
...
* gnu/packages/ssh.scm (openssh)[arguments]: Install "ssh-copy-id" and
documentation.
Fixes <http://bugs.gnu.org/22024 >.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.
2015-11-30 14:58:44 +01:00
Ricardo Wurmus
a9ee11d5ab
gnu: openssh: Use modify-phases syntax.
...
* gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
2015-11-30 14:58:43 +01:00
Ricardo Wurmus
70b002aa1d
gnu: Add ruby-tins.
...
* gnu/packages/ruby.scm (ruby-tins): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
d3b20a02c8
gnu: Add ruby-sdoc.
...
* gnu/packages/ruby.scm (ruby-sdoc): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
a75bdfcec3
gnu: Add ruby-pry-editline.
...
* gnu/packages/ruby.scm (ruby-pry-editline): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
2f9e0b68e1
gnu: Add ruby-ci-reporter.
...
* gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
fe1ddad54a
gnu: Add ruby-atoulme-saikuro.
...
* gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
a84fa2ad42
gnu: Add ruby-simplecov.
...
* gnu/packages/ruby.scm (ruby-simplecov): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
b0cf606f75
gnu: Add sparsehash.
...
* gnu/packages/crypto.scm (sparsehash): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
0149354d21
gnu: Add cereal.
...
* gnu/packages/serialization.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-30 14:41:48 +01:00
Efraim Flashner
dbd3a91f54
gnu: xorriso: Update to 1.4.2.
...
* gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
2015-11-30 10:41:19 +02:00
Ludovic Courtès
02f0c3b28e
gnu: python: Move tkinter to "tk" output.
...
* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
d2cc9c7cfd
gnu: python: Clarify and shorten the list of built-time modules.
...
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
5b4e2791ef
gnu: python: Do not record configure flags.
...
This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
c5a05e3143
gnu: python: Factorize configure flags with minimal variants.
...
* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
9820a6d4a0
gnu: python: Make 'sys.version' deterministic.
...
* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
a665996f58
gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.
...
* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
dedc832070
gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.
...
* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
f8e7fdc416
gnu: tcl: Produce 'tclIndex' files deterministically.
...
* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-29 22:59:28 +01:00
宋文武
79c8a071e7
tk: Hardcode path to TK_LIBRARY.
...
Fixes <http://bugs.gnu.org/20889 >.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
26059753ae
refresh: Check updater availability at run time.
...
This is a followup to b68d2db
, which added a check for updaters at
macro-expansion time. The problem is that, when running 'guix pull',
Guile-JSON is found, so the PyPi updater (say) is added to %UPDATERS,
but then at run time Guile-JSON might be missing.
Reported by orbea on #guix.
* guix/scripts/refresh.scm (maybe-updater): Rewrite as 'syntax-rules'.
Produce code that checks conditions at run time.
(list-updaters): Update docstring.
2015-11-29 22:56:29 +01:00
Ricardo Wurmus
4b7857a48b
gnu: Add perl-dbd-mysql.
...
* gnu/packages/databases.scm (perl-dbd-mysql): New variable.
2015-11-29 20:52:10 +01:00
Ricardo Wurmus
11d4800aa2
gnu: Add Rakarrack.
...
* gnu/packages/audio.scm (rakarrack): New variable.
2015-11-29 20:45:06 +01:00
Ricardo Wurmus
eac26c3b09
services: Add pkexec to setuid programs.
...
* gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to
list of setuid programs.
2015-11-29 20:33:35 +01:00
Ricardo Wurmus
25a21c7ff6
gnu: xfce-session: Enable shutdown/reboot menu entries.
...
* gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit.
[source]: Replace paths to "shutdown" with "halt" and "restart".
2015-11-29 20:33:35 +01:00
Ludovic Courtès
cb7bd0cff5
gnu: weechat: Dynamically link against libpython2.7.so.
...
* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
2015-11-29 19:17:33 +01:00
Ludovic Courtès
25d188ce12
http-client: 'http-fetch' converts strings to URIs.
...
* guix/http-client.scm (http-fetch): Use 'string->uri' if URI is a
string. Fixes a regression introduced in 8a5063f
.
2015-11-29 17:46:11 +01:00
Ludovic Courtès
841cb43c6b
guix build: Factorize build log query.
...
* guix/scripts/build.scm (show-build-log): New procedure.
(guix-build): New variable 'items'. Use it and 'show-build-log'.
2015-11-29 17:42:01 +01:00
Ludovic Courtès
4eae798075
gnu: guile-next: Update to 2.1.1.
...
* gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1.
[arguments, native-inputs]: Move to...
(guile-for-guile-emacs): ... here. New fields.
2015-11-29 17:37:00 +01:00