Commit Graph

69125 Commits

Author SHA1 Message Date
Ludovic Courtès cf53ea79dd
nls: Update 'fr' translation of the manual. 2020-11-21 15:49:36 +01:00
Ludovic Courtès bb21a5f29b
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
2020-11-21 15:49:36 +01:00
Nicolas Goaziou 68feb83790
gnu: emacs-polymode-ansible: Remove outdated comment.
* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Remove outdated
comment.
2020-11-21 13:56:13 +01:00
Nicolas Goaziou 22ab5f595e
gnu: emacs-polymode-ansible: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.3.0.
2020-11-21 13:01:11 +01:00
Nicolas Goaziou 4445c644b5
gnu: emacs-polymode-org: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-polymode-org): Update to 0.2.2.
2020-11-21 12:59:29 +01:00
Nicolas Goaziou 4df05a6c8a
gnu: emacs-polymode: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-polymode): Update to 0.2.2.
2020-11-21 12:59:29 +01:00
Nicolas Goaziou 6a5e0cb1e6
gnu: emacs-attrap: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.1.
2020-11-21 12:52:38 +01:00
Nicolas Goaziou 8cf9a367b4
gnu: emacs-org-edit-latex: Update to 0.8.3.
* gnu/packages/emacs-xyz.scm (emacs-org-edit-latex): Update to 0.8.3.
[synopsis, description]: Improve typography.
2020-11-21 12:45:19 +01:00
Ludovic Courtès 4f156c259f
lint: Add 'patch-headers' checker.
* guix/lint.scm (check-patch-headers): New procedure.
(%local-checkers): Add 'patch-headers' checker.
* tests/lint.scm ("patch headers: no warnings")
("patch headers: missing comment", "patch headers: empty")
("patch headers: patch not found"): New tests.
2020-11-21 12:39:14 +01:00
Ludovic Courtès e79ecff045
transformations: Show '--help-transform' only where applicable.
Fixes <https://bugs.gnu.org/44773>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

This fixes a regression introduced in
6701f64f73.

* guix/transformations.scm (%transformation-options): Add
"--help-transform".
(show-transformation-options-help): Rename to...
(show-transformation-options-help/detailed): ... this.
(show-transformation-options-help): New public procedure.
* guix/scripts/build.scm (show-build-options-help): Remove
"--help-transform".
(%standard-build-options): Likewise.
(show-help): Call 'show-transformation-options-help'.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
2020-11-21 12:39:14 +01:00
Ludovic Courtès ac435c14a6
store-database: Add test checking the directory mtime after 'register-path'.
* tests/store-database.scm ("register-path, directory"): New test.
2020-11-21 12:39:14 +01:00
Ludovic Courtès 2200bb2146
linux-initrd: Remove unnecessary timestamp reset phase.
* gnu/build/linux-initrd.scm (write-cpio-archive): Mention timestamps in
docstring.
(build-initrd): Remove unnecessary timestamp reset phase.
2020-11-21 12:39:14 +01:00
Brice Waegeneire becfa42ea7
scripts: lint: Display result of checkers on stdout.
* guix/scripts/lint.scm (emit-warnings): Use 'current-output-port'
instead of 'current-error-port'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-21 10:23:08 +00:00
Joseph LaFreniere 90eb5dd6b5
gnu: Add emacs-major-mode-hydra.
* gnu/packages/emacs-xyz.scm (emacs-major-mode-hydra): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-21 09:11:11 +00:00
Joseph LaFreniere 84b00783da
gnu: Add emacs-pretty-hydra.
* gnu/packages/emacs-xyz.scm (emacs-pretty-hydra): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-21 09:10:48 +00:00
Nicolas Goaziou 462aaa85ff
gnu: emacs-jsonrpc: Update to 1.0.14.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.14.
2020-11-21 09:18:55 +01:00
Maxim Cournoyer 20c64fc2e2
gnu: python-pillow: Add the python2-variant property.
This is apparently required to get the package-with-python2 package
transformer to pick up the correct python2-pillow package instead of
attempting to create a new one with the same version as python-pillow, as it
would happen for python2-matplotlib for example.

* gnu/packages/python-xyz.scm (python-pillow): Add python2-variant property.
(python2-pillow): Strip python2-variant property from inherited python-pillow,
and fix indentation.
2020-11-21 00:25:07 -05:00
Maxim Cournoyer 4d6dcba927
gnu: python2-pillow: Fix build.
* gnu/packages/python-xyz.scm (python2-pillow): Downgrade to version 6.2.2.
2020-11-20 23:53:15 -05:00
Marius Bakke beba9ff821
gnu: Add python-moto.
* gnu/packages/python-xyz.scm (python-moto): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 160c6af5ce
gnu: Add python-flask-cors.
* gnu/packages/python-web.scm (python-flask-cors): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke f1163b8803
gnu: Add python-junit-xml.
* gnu/packages/python-check.scm (python-junit-xml): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 78c5f162b7
gnu: Add python-cfn-lint.
* gnu/packages/python-web.scm (python-cfn-lint): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 07caffbfbd
gnu: python-jsonpatch: Propagate required input.
* gnu/packages/python-xyz.scm (python-jsonpatch)[native-inputs]: Move
PYTHON-JSONPOINTER ...
[propagated-inputs]: ... here.
2020-11-21 01:21:32 +01:00
Marius Bakke bfed77abea
gnu: Add python-aws-sam-translator.
* gnu/packages/python-web.scm (python-aws-sam-translator): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke fb871c5899
gnu: Add python-boto.
* gnu/packages/python-xyz.scm (python-boto): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 53346d0332
gnu: Add python-jose.
* gnu/packages/python-web.scm (python-jose): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 079de0b142
gnu: Add python-aws-xray-sdk.
* gnu/packages/python-web.scm (python-aws-xray-sdk): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 484459fa47
gnu: Add python-jsonpickle.
* gnu/packages/python-web.scm (python-jsonpickle): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke 9d3449f77a
gnu: Add python-sshpubkeys.
* gnu/packages/python-xyz.scm (python-sshpubkeys): New public variable.
2020-11-21 01:21:31 +01:00
Kristian Trandem 65579957d5
gnu: Add python-boto3.
gnu/packages/python-xyz.scm (python-boto3): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-11-21 01:21:31 +01:00
Marius Bakke 2920e88413
gnu: python-docker: Propagate runtime dependency.
* gnu/packages/docker.scm (python-docker)[inputs]: Move
PYTHON-WEBSOCKET-CLIENT from here ...
[propagated-inputs]: ... to here.
2020-11-21 01:21:31 +01:00
Marius Bakke 48d8176e00
gnu: Add python-minio.
* gnu/packages/python-web.scm (python-minio): New public variable.
2020-11-21 01:21:31 +01:00
Marius Bakke 0e4f87cbba
gnu: Add python-querystring-parser.
* gnu/packages/python-web.scm (python-querystring-parser): New public variable.
2020-11-21 01:21:31 +01:00
Marius Bakke 8b20f6c043
gnu: Add python-gorilla.
* gnu/packages/python-xyz.scm (python-gorilla): New public variable.
2020-11-21 01:21:31 +01:00
Marius Bakke abbb15309d
gnu: Add python-databricks-cli.
* gnu/packages/python-web.scm (python-databricks-cli): New public variable.
2020-11-21 01:21:31 +01:00
Marius Bakke 108fa8266c
gnu: python-s3transfer: Update to 0.3.3.
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
2020-11-21 01:21:31 +01:00
Marius Bakke 6dfaa681be
gnu: awscli: Update to 1.18.183.
* gnu/packages/python-web.scm (awscli): Update to 1.18.183.
2020-11-21 01:21:31 +01:00
Marius Bakke a811fb219b
gnu: python-botocore: Update to 1.19.22.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.19.22.
[propagated-inputs]: Remove PYTHON-DOCUTILS.  Add PYTHON-URLLIB3.
2020-11-21 01:21:31 +01:00
Marius Bakke d05abc18bf
gnu: python-botocore: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-botocore)[native-inputs]: Remove.
2020-11-21 01:21:31 +01:00
Marius Bakke 8343ae2b91
gnu: awscli, python-botocore: Add comment about compatibility.
* gnu/packages/python-web.scm (awscli): Mention that it must be updated
together with ...
* gnu/packages/python-xyz.scm (python-botocore): ... this package, and add
similar comment about awscli.
2020-11-21 01:21:31 +01:00
Marius Bakke c68dc3fba7
gnu: cheese: Remove obsolete input.
* gnu/packages/gnome.scm (cheese)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
2020-11-21 01:21:30 +01:00
Brett Gilio 74c4492629
gnu: emacs-org-webring: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 2.0.0.
2020-11-20 17:58:45 -06:00
Tobias Geerinckx-Rice 534a680138
gnu: python-django-q: Update to 1.3.4.
* gnu/packages/django.scm (python-django-q): Update to 1.3.4.
2020-11-21 00:29:38 +01:00
Tobias Geerinckx-Rice 155e3c775a
gnu: xpra: Update to 4.0.5.
* gnu/packages/xorg.scm (xpra): Update to 4.0.5.
[source]: Remove xpra-4.0.4-norequests.patch.
* gnu/packages/patches/xpra-4.0.4-norequests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-11-21 00:29:38 +01:00
Tobias Geerinckx-Rice c92ec09580
gnu: Add davfs2.
* gnu/packages/file-systems.scm (davfs2): New public variable.
2020-11-21 00:29:37 +01:00
Tobias Geerinckx-Rice 6a7e912aee
gnu: ceph: Update to 14.2.14.
* gnu/packages/storage.scm (ceph): Update to 14.2.14.
2020-11-21 00:29:37 +01:00
Alexandru-Sergiu Marton 7e5580bd81
gnu: Add ghc-http-reverse-proxy.
* gnu/packages/haskell-web.scm (ghc-http-reverse-proxy): New variable.
2020-11-20 20:23:39 +00:00
Jesse Gibbons d38903fab4
gnu: clojure: Add bin/clojure wrapper.
Fixes: https://issues.guix.gnu.org/issue/32709

* gnu/packages/clojure.scm: (clojure)[inputs]: Add icedtea.
[arguments]: Add make-wrapper phase.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-20 20:03:03 +00:00
Leo Famulari a99ddf3e7a
gnu: linux-libre 4.4: Update to 4.4.244.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.244.
(linux-libre-4.4-pristine-source): Update hash.
2020-11-20 12:57:36 -05:00
Leo Famulari 829faf50df
gnu: linux-libre 4.9: Update to 4.9.244.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.244.
(linux-libre-4.9-pristine-source): Update hash.
2020-11-20 12:57:35 -05:00