jackhill/guix/guix.git
4 years agognu: python-flask-babel: Update to 1.0.0.
Marius Bakke [Mon, 16 Mar 2020 02:41:51 +0000 (03:41 +0100)]
gnu: python-flask-babel: Update to 1.0.0.

* gnu/packages/python-web.scm (python-flask-babel): Update to 1.0.0.
[arguments]: New field.

4 years agognu: python-flask-login: Update to 0.5.0.
Marius Bakke [Mon, 16 Mar 2020 02:33:57 +0000 (03:33 +0100)]
gnu: python-flask-login: Update to 0.5.0.

* gnu/packages/python-web.scm (python-flask-login): Update to 0.5.0.
[arguments]: Remove.
[native-inputs]: Remove PYTHON-NOSE and PYTHON-PEP8.  Add PYTHON-COVERAGE,
PYTHON-PYCODESTYLE. and PYTHON-PYTEST.

4 years agognu: python-flask: Update to 1.1.1.
Marius Bakke [Mon, 16 Mar 2020 02:27:50 +0000 (03:27 +0100)]
gnu: python-flask: Update to 1.1.1.

* gnu/packages/python-web.scm (python-flask): Update to 1.1.1.

4 years agognu: python-werkzeug: Update to 1.0.0.
Marius Bakke [Mon, 16 Mar 2020 02:10:51 +0000 (03:10 +0100)]
gnu: python-werkzeug: Update to 1.0.0.

* gnu/packages/python-web.scm (python-werkzeug): Update to 1.0.0.
[source](uri): Capitalize PyPI project name.
[native-inputs]: Add PYTHON-PYTEST-TIMEOUT.

4 years agognu: python-stem: Update to 1.8.0.
Marius Bakke [Mon, 16 Mar 2020 02:14:19 +0000 (03:14 +0100)]
gnu: python-stem: Update to 1.8.0.

* gnu/packages/python-xyz.scm (python-stem): Update to 1.8.0.

4 years agognu: Add libgccjit.
Joseph LaFreniere [Thu, 12 Mar 2020 02:48:59 +0000 (21:48 -0500)]
gnu: Add libgccjit.

* gnu/packages/gcc.scm (libgccjit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agotests: nfs: Ensure 'rpcinfo' can be found.
Ludovic Courtès [Mon, 16 Mar 2020 11:34:13 +0000 (12:34 +0100)]
tests: nfs: Ensure 'rpcinfo' can be found.

The test was failing since 8b9cad01e9619f53dc5a65892ca6a09ca5de3447.

* gnu/tests/nfs.scm (run-nfs-test)[test]("RPC service running"): Add
'setenv' call for PATH.

4 years agotests: opensmtpd: Check /var/spool/mail instead of /var/mail.
Ludovic Courtès [Mon, 16 Mar 2020 11:21:05 +0000 (12:21 +0100)]
tests: opensmtpd: Check /var/spool/mail instead of /var/mail.

The test had been failing since the upgrade to 6.6.3p1 in commit
2dbfd8eec43b602d23cee3fdd2842cc333e36c24.

* gnu/services/mail.scm (opensmtpd-activation): Create /var/spool/mail.
* gnu/tests/mail.scm (run-opensmtpd-test): Check /var/spool/mail instead
of /var/mail.

4 years agotests: opensmtpd: Gracefully handle test failure.
Ludovic Courtès [Mon, 16 Mar 2020 11:18:59 +0000 (12:18 +0100)]
tests: opensmtpd: Gracefully handle test failure.

Previously the 'wait' loop would run for ~1024 seconds, at which point
we'd reach the file descriptor limit due to the leak in 'queue-empty?'.

* gnu/tests/mail.scm (run-opensmtpd-test)[test]("mail arrived"): In
'queue-empty?', close PIPE to avoid file descriptor leak.  In 'wait'
loop, arrange to run at most 20 times.

4 years agoservices: dhcpd: Use 'invoke/quiet' when validating the config file.
Ludovic Courtès [Mon, 16 Mar 2020 10:25:57 +0000 (11:25 +0100)]
services: dhcpd: Use 'invoke/quiet' when validating the config file.

This avoids the lengthy copyright/config message from dhcpd.

* gnu/services/networking.scm (dhcpd-activation): Use 'invoke/quiet'
instead of 'invoke'.

4 years agotests: dhcpd: Adjust network interface name.
Ludovic Courtès [Mon, 16 Mar 2020 10:17:15 +0000 (11:17 +0100)]
tests: dhcpd: Adjust network interface name.

This is a followup to 8e53fe2b91d2776bc1529e7b34967c8f1d9edc32.

* gnu/tests/networking.scm (dhcpd-v4-configuration)
(%dhcpd-os): Use "ens3" instead of "eth0".

4 years agotests: rsync: Set PATH.
Ludovic Courtès [Mon, 16 Mar 2020 09:33:29 +0000 (10:33 +0100)]
tests: rsync: Set PATH.

This is a followup to 8b9cad01e9619f53dc5a65892ca6a09ca5de3447, which
would leave PATH unset.

* gnu/tests/rsync.scm (run-rsync-test)[test]("service running"): Add
call to 'setenv' for PATH.

4 years agognu: star: Update to 2.7.3a.
Ricardo Wurmus [Mon, 16 Mar 2020 12:59:20 +0000 (13:59 +0100)]
gnu: star: Update to 2.7.3a.

* gnu/packages/bioinformatics.scm (star): Update to 2.7.3a.

4 years agoservices/web: Export nginx-configuration-global-directives.
Ricardo Wurmus [Mon, 16 Mar 2020 08:58:56 +0000 (09:58 +0100)]
services/web: Export nginx-configuration-global-directives.

This is a follow-up to commit b420e6deb96e0760f12e3d941b76e690c4235e47.

* gnu/services/web.scm (nginx-configuration-global-directives): Export
procedure.

4 years agoservices: nginx: Fix broken default configuration.
Tobias Geerinckx-Rice [Mon, 16 Mar 2020 01:16:38 +0000 (02:16 +0100)]
services: nginx: Fix broken default configuration.

* gnu/services/web.scm (nginx-configuration): Emit an empty events{}
block by default.
* doc/guix.texi (Web Services): Document it.

4 years agoRevert "gnu: BlueZ: Update to 5.54."
Leo Famulari [Mon, 16 Mar 2020 01:03:39 +0000 (21:03 -0400)]
Revert "gnu: BlueZ: Update to 5.54."

This reverts commit f24aaa81de8c709adfda2e89271c562a5ca8d959.

This change caused too many rebuilds for the master branch.

4 years agognu: java-snakeyaml: Update hash.
Björn Höfling [Sun, 15 Mar 2020 21:23:42 +0000 (22:23 +0100)]
gnu: java-snakeyaml: Update hash.

Compared to the the old tarfile available on ci.guix.gnu.org, only the file
'.hg_archival.txt' was removed.

* gnu/packages/java.scm (java-snakeyaml)[source]: Update hash.

4 years agognu: java-xsdlib: Use archived home page URI, update source URI.
Björn Höfling [Sun, 15 Mar 2020 21:18:16 +0000 (22:18 +0100)]
gnu: java-xsdlib: Use archived home page URI, update source URI.

* gnu/packages/xml.scm (java-xsdlib)[home-page]: Use archived URI.
[source]: Update URI.

4 years agognu: java-qdox: Move version 2.0-M2 side by side with version 1.12.1.
Björn Höfling [Sun, 15 Mar 2020 19:09:29 +0000 (20:09 +0100)]
gnu: java-qdox: Move version 2.0-M2 side by side with version 1.12.1.

* gnu/packages/java.scm (java-qdox): Move package definition up,
such that it is side by side with version 1.12.1.

4 years agognu: java-qdox: Update source and home-page URI.
Björn Höfling [Sun, 15 Mar 2020 19:07:05 +0000 (20:07 +0100)]
gnu: java-qdox: Update source and home-page URI.

* gnu/packages/java.scm (java-qdox)[source]: Update URI.
[home-page]: Update URI.

4 years agognu: java-osgi-service-packageadmin: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 18:55:49 +0000 (19:55 +0100)]
gnu: java-osgi-service-packageadmin: Update source URI.

* gnu/packages/java.scm (java-osgi-service-packageadmin)[source]: Update URI.

4 years agognu: java-osgi-service-cm: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 18:54:06 +0000 (19:54 +0100)]
gnu: java-osgi-service-cm: Update source URI.

* gnu/packages/java.scm (java-osgi-service-cm)[source]: Update URI.

4 years agognu: java-osgi-util-tracker: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 18:45:56 +0000 (19:45 +0100)]
gnu: java-osgi-util-tracker: Update source URI.

* gnu/packages/java.scm (java-osgi-util-tracker)[source]: Update URI.

4 years agognu: java-osgi-service-resolver: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:10:42 +0000 (01:10 +0100)]
gnu: java-osgi-service-resolver: Update source URI.

* gnu/packages/java.scm (java-osgi-service-resolver)[source]: Update URI.

4 years agognu: java-osgi-service-jdbc: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:09:22 +0000 (01:09 +0100)]
gnu: java-osgi-service-jdbc: Update source URI.

* gnu/packages/java.scm (java-osgi-service-jdbc)[source]: Update URI.

4 years agognu: java-osgi-service-log: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:08:04 +0000 (01:08 +0100)]
gnu: java-osgi-service-log: Update source URI.

* gnu/packages/java.scm (java-osgi-service-log)[source]: Update URI.

4 years agognu: java-osgi-framework: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:06:55 +0000 (01:06 +0100)]
gnu: java-osgi-framework: Update source URI.

* gnu/packages/java.scm (java-osgi-framework)[source]: Update URI.

4 years agognu: java-osgi-service-repository: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:05:16 +0000 (01:05 +0100)]
gnu: java-osgi-service-repository: Update source URI.

* gnu/packages/java.scm (java-osgi-service-repository)[source]: Update URI.

4 years agognu: java-osgi-service-metatype-annotations: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:03:10 +0000 (01:03 +0100)]
gnu: java-osgi-service-metatype-annotations: Update source URI.

* gnu/packages/java.scm (java-osgi-service-metatype-annotations)[source]:
Update URI.

4 years agognu: java-osgi-util-promise: Update source URI.
Björn Höfling [Sun, 15 Mar 2020 00:00:50 +0000 (01:00 +0100)]
gnu: java-osgi-util-promise: Update source URI.

* gnu/packages/java.scm (java-osgi-util-promise)[source]: Update URI.

4 years agognu: java-osgi-util-function: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:59:09 +0000 (00:59 +0100)]
gnu: java-osgi-util-function: Update source URI.

* gnu/packages/java.scm (java-osgi-util-function)[source]: Update URI.

4 years agognu: java-osgi-namespace-service: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:57:43 +0000 (00:57 +0100)]
gnu: java-osgi-namespace-service: Update source URI.

* gnu/packages/java.scm (java-osgi-namespace-service)[source]: Update URI.

4 years agognu: java-osgi-namespace-extender: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:56:17 +0000 (00:56 +0100)]
gnu: java-osgi-namespace-extender: Update source URI.

* gnu/packages/java.scm (java-osgi-namespace-extender)[source]: Update URI.

4 years agognu: java-osgi-resource: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:54:59 +0000 (00:54 +0100)]
gnu: java-osgi-resource: Update source URI.

* gnu/packages/java.scm (java-osgi-resource)[source]: Update URI.

4 years agognu: java-osgi-dto: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:53:34 +0000 (00:53 +0100)]
gnu: java-osgi-dto: Update source URI.

* gnu/packages/java.scm (java-osgi-dto)[source]: Update URI.

4 years agognu: java-osgi-service-component-annotations: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 23:51:47 +0000 (00:51 +0100)]
gnu: java-osgi-service-component-annotations: Update source URI.

* gnu/packages/java.scm (java-osgi-service-component-annotations)[source]:
Update URI.

4 years agognu: Add lv2lint.
Alexandros Theodotou [Tue, 25 Feb 2020 15:11:29 +0000 (15:11 +0000)]
gnu: Add lv2lint.

* gnu/packages/audio.scm (lv2lint): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghcid.
Alexandru-Sergiu Marton [Tue, 4 Feb 2020 13:59:03 +0000 (15:59 +0200)]
gnu: Add ghcid.

* gnu/packages/haskell-apps.scm (ghcid): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: emacs-debbugs: update to 0.22
Michael Rohleder [Sun, 15 Mar 2020 17:42:44 +0000 (18:42 +0100)]
gnu: emacs-debbugs: update to 0.22

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: BlueZ: Update to 5.54.
Vincent Legoll [Sun, 15 Mar 2020 18:07:57 +0000 (19:07 +0100)]
gnu: BlueZ: Update to 5.54.

* gnu/packages/linux.scm (bluez): Update to 5.54.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
* gnu/packages/patches/bluez-CVE-2020-0556.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add nvme-cli
Vincent Legoll [Thu, 12 Mar 2020 00:51:12 +0000 (01:51 +0100)]
gnu: Add nvme-cli

* gnu/packages/linux.scm (nvme-cli): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: nose2: Update to 0.9.2.
Vincent Legoll [Sun, 15 Mar 2020 16:47:56 +0000 (17:47 +0100)]
gnu: nose2: Update to 0.9.2.

* gnu/packages/check.scm (python-nose2): Update to 0.9.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: eolie: Update to 0.9.98.1.
Ricardo Wurmus [Sun, 15 Mar 2020 16:59:35 +0000 (17:59 +0100)]
gnu: eolie: Update to 0.9.98.1.

* gnu/packages/gnome.scm (eolie): Update to 0.9.98.1.

4 years agognu: Add rapid-photo-downloader
Sebastian Schott [Sat, 7 Mar 2020 15:11:46 +0000 (16:11 +0100)]
gnu: Add rapid-photo-downloader

* gnu/packages/photo.scm (rapid-photo-downloader): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-tenacity
Sebastian Schott [Sat, 7 Mar 2020 15:11:45 +0000 (16:11 +0100)]
gnu: Add python-tenacity

* gnu/packages/python-xyz.scm (python-tenacity): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-colorlog
Sebastian Schott [Sat, 7 Mar 2020 15:11:44 +0000 (16:11 +0100)]
gnu: Add python-colorlog

* gnu/packages/python-xyz.scm (python-colorlog): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-pyprind
Sebastian Schott [Sat, 7 Mar 2020 15:11:43 +0000 (16:11 +0100)]
gnu: Add python-pyprind

* gnu/packages/python-xyz.scm (python-pyprind): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-gphoto2
Sebastian Schott [Sat, 7 Mar 2020 15:11:42 +0000 (16:11 +0100)]
gnu: Add python-gphoto2

* gnu/packages/python-xyz.scm (python-gphoto2): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-colour
Sebastian Schott [Sat, 7 Mar 2020 15:11:41 +0000 (16:11 +0100)]
gnu: Add python-colour

* gnu/packages/python-xyz.scm (python-colour): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-d2to1
Sebastian Schott [Sat, 7 Mar 2020 15:11:40 +0000 (16:11 +0100)]
gnu: Add python-d2to1

* gnu/packages/python-xyz.scm (python-d2to1): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-rawkit
Sebastian Schott [Sat, 7 Mar 2020 15:11:39 +0000 (16:11 +0100)]
gnu: Add python-rawkit

* gnu/packages/python-xyz.scm (python-rawkit): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-easygui
Sebastian Schott [Sat, 7 Mar 2020 15:11:38 +0000 (16:11 +0100)]
gnu: Add python-easygui

* gnu/packages/python-xyz.scm (python-easygui): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: Add python-pymediainfo
Sebastian Schott [Sat, 7 Mar 2020 15:11:37 +0000 (16:11 +0100)]
gnu: Add python-pymediainfo

* gnu/packages/python-xyz.scm (python-pymediainfo): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4 years agognu: mesa-opencl: Build with clang@9.
Marius Bakke [Sun, 15 Mar 2020 14:49:05 +0000 (15:49 +0100)]
gnu: mesa-opencl: Build with clang@9.

This is a follow-up to commit cf4fdbcb0bf8ef4639dc162e09d152666fc6b89e.

* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-8 to CLANG-9.
(mesa)[inputs]: Add reminder.

4 years agognu: python-tblib: Update to 1.6.0.
Marius Bakke [Sun, 15 Mar 2020 14:47:17 +0000 (15:47 +0100)]
gnu: python-tblib: Update to 1.6.0.

* gnu/packages/python-xyz.scm (python-tblib): Update to 1.6.0.

4 years agognu: python-alembic: Update to 1.4.1.
Marius Bakke [Sun, 15 Mar 2020 14:03:33 +0000 (15:03 +0100)]
gnu: python-alembic: Update to 1.4.1.

* gnu/packages/patches/python-alembic-exceptions-cause.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/databases.scm (python-alembic): Update to 1.4.1.
[source](patches): New field.
[arguments]: New field, override check phase.

4 years agognu: python-editor: Update to 1.0.4.
Marius Bakke [Sun, 15 Mar 2020 13:54:01 +0000 (14:54 +0100)]
gnu: python-editor: Update to 1.0.4.

* gnu/packages/python-xyz.scm (python-editor): Update to 1.0.4.
[arguments]: New field.
[home-page, synopsis]: Adjust indentation.

4 years agognu: python-jedi: Update to 0.16.
Marius Bakke [Sun, 15 Mar 2020 13:23:51 +0000 (14:23 +0100)]
gnu: python-jedi: Update to 0.16.

* gnu/packages/patches/python-jedi-deleted-variables.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.16.
[source](patches): New field.

4 years agognu: python-psycopg2: Update to 2.8.4.
Marius Bakke [Sun, 15 Mar 2020 12:35:46 +0000 (13:35 +0100)]
gnu: python-psycopg2: Update to 2.8.4.

* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.

4 years agognu: python-sqlalchemy: Update to 1.3.15.
Marius Bakke [Sun, 15 Mar 2020 12:35:13 +0000 (13:35 +0100)]
gnu: python-sqlalchemy: Update to 1.3.15.

* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.15.

4 years agognu: python-parso: Update to 0.6.2.
Marius Bakke [Sun, 15 Mar 2020 12:34:43 +0000 (13:34 +0100)]
gnu: python-parso: Update to 0.6.2.

* gnu/packages/python-xyz.scm (python-parso): Update to 0.6.2.

4 years agognu: Update python-natsort to 7.0.1, python2-natsort to 6.2.1.
Marius Bakke [Sun, 15 Mar 2020 12:34:20 +0000 (13:34 +0100)]
gnu: Update python-natsort to 7.0.1, python2-natsort to 6.2.1.

* gnu/packages/python-xyz.scm (python-natsort): Update to 7.0.1.
(python2-natsort): Update to 6.2.1.

4 years agognu: Update python-seaborn to 0.10.0, python2-seaborn to 0.9.1.
Marius Bakke [Sun, 15 Mar 2020 12:33:37 +0000 (13:33 +0100)]
gnu: Update python-seaborn to 0.10.0, python2-seaborn to 0.9.1.

* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.9.0.
[source](patches): Remove.
[arguments]: Remove obsolete phase.
[properties]: New field.
(python2-seaborn): Update to 0.9.1.

4 years agognu: python-joblib: Update to 0.14.1.
Marius Bakke [Sun, 15 Mar 2020 12:32:40 +0000 (13:32 +0100)]
gnu: python-joblib: Update to 0.14.1.

* gnu/packages/python-xyz.scm (python-joblib): Update to 0.14.1.

4 years agognu: python-networkx: Update to 2.4.
Marius Bakke [Sun, 15 Mar 2020 12:32:12 +0000 (13:32 +0100)]
gnu: python-networkx: Update to 2.4.

* gnu/packages/python-xyz.scm (python-networkx): Update to 2.4.
[source](uri): Download tarball instead of zipball.
[arguments]: New field.
[native-inputs]: Remove PYTHON-NOSE and UNZIP.  Add PYTHON-PYTEST.
[properties]: New field.
(python2-networkx): Stick with version 2.2.

4 years agognu: python-pyrsistent: Update to 0.15.7.
Marius Bakke [Sun, 15 Mar 2020 12:31:03 +0000 (13:31 +0100)]
gnu: python-pyrsistent: Update to 0.15.7.

* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.7.

4 years agognu: python2-pandas: Fix build with Python 2.7.17.
Marius Bakke [Sun, 15 Mar 2020 12:30:11 +0000 (13:30 +0100)]
gnu: python2-pandas: Fix build with Python 2.7.17.

While at it, fix the inheritance.

* gnu/packages/python-science.scm (python2-pandas): Use INHERIT instead of
PACKAGE/INHERIT.
[source](modules, snippet): New fields.

4 years agognu: python2-scikit-learn: Downgrade to 0.20.4.
Marius Bakke [Sun, 15 Mar 2020 12:29:17 +0000 (13:29 +0100)]
gnu: python2-scikit-learn: Downgrade to 0.20.4.

This is a follow-up to commit 546893c2965c8114e4d7cfe1de46c46664ec4b9e.

* gnu/packages/machine-learning.scm (python-scikit-learn)[properties]: New field.
(python2-scikit-learn)[version, source]: New fields.

4 years agognu: libarea: Build with cmake-minimal.
Marius Bakke [Sun, 15 Mar 2020 12:28:27 +0000 (13:28 +0100)]
gnu: libarea: Build with cmake-minimal.

* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.

4 years agognu: python-pyside: Update to 5.12.6.
Marius Bakke [Sun, 15 Mar 2020 12:27:53 +0000 (13:27 +0100)]
gnu: python-pyside: Update to 5.12.6.

* gnu/packages/qt.scm (python-shiboken-2): Update to 5.12.6.
[source]: Download tarball release instead of git repository.
[arguments]: Add phase to make files writable and update timestamps.
(python-pyside-2): Inherit version and source from PYTHON-SHIBOKEN-2.
[native-inputs]: Remove LIBCXX-6.  Rename "python-wrapper" input to "python".
Change from CMAKE to CMAKE-MINIMAL.
[arguments]: Remove libcxx substitution.  Add "-DPYTHON_EXECUTABLE" in
 #:configure-flags.
(python-pyside-2-tools)[native-inputs]: Add PYTHON-WRAPPER.
[arguments]: Set "-DPYTHON_EXECUTABLE" in #:configure-flags.  Add phase
'go-to-source-dir'.

4 years agognu: zabbix-agentd: Update to 4.4.6.
Ricardo Wurmus [Sun, 15 Mar 2020 14:07:14 +0000 (15:07 +0100)]
gnu: zabbix-agentd: Update to 4.4.6.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.4.6.

4 years agognu: guile-gi: Embed absolute file name of extension library.
Ricardo Wurmus [Sun, 15 Mar 2020 13:17:26 +0000 (14:17 +0100)]
gnu: guile-gi: Embed absolute file name of extension library.

* gnu/packages/guile-xyz.scm (guile-gi)[arguments]: Add phase
patch-references-to-extension.

4 years agoservices/web: nginx-configuration: Add support for global directives.
Ricardo Wurmus [Sun, 15 Mar 2020 11:03:57 +0000 (12:03 +0100)]
services/web: nginx-configuration: Add support for global directives.

* gnu/services/web.scm (<nginx-configuration>)[global-directives]: Add field.
(emit-global-directive): New procedure.
(default-nginx-config): Use it.
* doc/guix.texi (Web Services): Document it.

4 years agoservices/web: Remove empty events directive from default-nginx-config.
Ricardo Wurmus [Sun, 15 Mar 2020 11:03:19 +0000 (12:03 +0100)]
services/web: Remove empty events directive from default-nginx-config.

* gnu/services/web.scm (default-nginx-config): Remove empty events directive.

4 years agognu: Add python-pytest-vcr.
Efraim Flashner [Wed, 4 Mar 2020 19:13:55 +0000 (21:13 +0200)]
gnu: Add python-pytest-vcr.

* gnu/packages/python-check.scm (python-pytest-vcr): New variable.

4 years agognu: Add python-blurhash.
Efraim Flashner [Wed, 4 Mar 2020 19:37:21 +0000 (21:37 +0200)]
gnu: Add python-blurhash.

* gnu/packages/python-crypto.scm (python-blurhash): New variable.

4 years agognu: Add bidiv.
Efraim Flashner [Wed, 4 Mar 2020 18:59:48 +0000 (20:59 +0200)]
gnu: Add bidiv.

* gnu/packages/fribidi.scm (bidiv): New variable.
* gnu/packages/patches/bidiv-update-fribidi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

4 years agognu: LibreOffice: Update to 6.4.1.2.
Leo Famulari [Sat, 14 Mar 2020 18:17:21 +0000 (14:17 -0400)]
gnu: LibreOffice: Update to 6.4.1.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.1.2.

4 years agoRevert "gnu: VIGRA: Try to fix a build failure on the build farm."
Leo Famulari [Sat, 14 Mar 2020 18:14:58 +0000 (14:14 -0400)]
Revert "gnu: VIGRA: Try to fix a build failure on the build farm."

This doesn't have any effect on our build farm, because Cuirass does not
honor the 'timeout' and 'max-silent-time' properties:

https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00209.html

This reverts commit 9e89b4196605457cff6ca14b21f86c7b25a22671.

* gnu/packages/image.scm (vigra)[properties]: Remove field.

4 years agognu: gauche: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 22:06:36 +0000 (23:06 +0100)]
gnu: gauche: Use HTTPS home page.

* gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.

4 years agognu: librep: Update home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 23:24:13 +0000 (00:24 +0100)]
gnu: librep: Update home page.

* gnu/packages/sawfish.scm (librep)[home-page]: Follow (HTTPS)
redirection.

4 years agognu: librep: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 22:43:52 +0000 (23:43 +0100)]
gnu: librep: Don't use NAME in source URI.

* gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.

4 years agognu: sudo: Update to 1.8.31p1.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 22:46:37 +0000 (23:46 +0100)]
gnu: sudo: Update to 1.8.31p1.

* gnu/packages/admin.scm (sudo): Update to 1.8.31p1.

4 years agognu: java-osgi-cmpn: Update source URI.
Björn Höfling [Sat, 14 Mar 2020 22:01:29 +0000 (23:01 +0100)]
gnu: java-osgi-cmpn: Update source URI.

* gnu/packages/java.scm (java-osgi-cmpn)[source]: Update URI.

4 years agognu: java-qdox-1.12: Update source and home-page URI.
Björn Höfling [Sat, 14 Mar 2020 21:51:49 +0000 (22:51 +0100)]
gnu: java-qdox-1.12: Update source and home-page URI.

* gnu/packages/java.scm (java-qdox-1.12)[source]: Update URI.
[home-page]: Update URI.

4 years agognu: pangomm: Update home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 23:06:51 +0000 (00:06 +0100)]
gnu: pangomm: Update home page.

* gnu/packages/gtk.scm (pangomm)[home-page]: Follow (HTTPS)
redirection.

4 years agognu: giblib: Use archived home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 22:31:00 +0000 (23:31 +0100)]
gnu: giblib: Use archived home page.

* gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.

4 years agognu: giblib: Add mirror URL.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 18:06:08 +0000 (19:06 +0100)]
gnu: giblib: Add mirror URL.

* gnu/packages/image.scm (giblib)[source]: Add another URL.

4 years agognu: ant: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 22:30:21 +0000 (23:30 +0100)]
gnu: ant: Use HTTPS home page.

* gnu/packages/java.scm (ant)[home-page]: Use HTTPS.

4 years agognu: fio: Update to 3.19.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 15:14:48 +0000 (16:14 +0100)]
gnu: fio: Update to 3.19.

* gnu/packages/benchmark.scm (fio): Update to 3.19.

4 years agognu: cube: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 23:31:20 +0000 (00:31 +0100)]
gnu: cube: Use HTTPS home page.

* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.

4 years agognu: talkfilters: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 20:22:32 +0000 (21:22 +0100)]
gnu: talkfilters: Don't use NAME in source URI.

* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.

4 years agognu: hyperrogue: Update to 11.3a.
Tobias Geerinckx-Rice [Sat, 14 Mar 2020 20:22:15 +0000 (21:22 +0100)]
gnu: hyperrogue: Update to 11.3a.

* gnu/packages/games.scm (hyperrogue): Update to 11.3a.

4 years agognu: openlibm: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 22:13:57 +0000 (23:13 +0100)]
gnu: openlibm: Use HTTPS home page.

* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.

4 years agognu: define dune-*-openmpi packages
Felix Gruber [Fri, 13 Mar 2020 17:30:38 +0000 (18:30 +0100)]
gnu: define dune-*-openmpi packages

* gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi,
dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi,
dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi,
dune-localfunctions-openmpi, dune-functions-openmpi,
dune-pdelab-openmpi): New variables.
(add-openmpi-to-dune-package): New function to add openmpi to the
inputs of a dune-* package and replace all dune-* packages in its
input with the corresponding dune-*-openmpi package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: dune-*: remove openmpi dependency
Felix Gruber [Fri, 13 Mar 2020 17:30:37 +0000 (18:30 +0100)]
gnu: dune-*: remove openmpi dependency

* gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency.
  [arguments]: remove code to setup openmpi for tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: gcc-9: Update to 9.3.0.
Efraim Flashner [Sat, 14 Mar 2020 16:52:41 +0000 (18:52 +0200)]
gnu: gcc-9: Update to 9.3.0.

* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.

4 years agognu: Add guile3.0-chickadee.
Ricardo Wurmus [Sat, 14 Mar 2020 16:30:33 +0000 (17:30 +0100)]
gnu: Add guile3.0-chickadee.

* gnu/packages/game-development.scm (guile3.0-chickadee): New variable.

4 years agognu: Add guile3.0-opengl.
Ricardo Wurmus [Sat, 14 Mar 2020 16:30:19 +0000 (17:30 +0100)]
gnu: Add guile3.0-opengl.

* gnu/packages/gl.scm (guile3.0-opengl): New variable.

4 years agognu: Add guile3.0-sdl2.
Ricardo Wurmus [Sat, 14 Mar 2020 16:30:00 +0000 (17:30 +0100)]
gnu: Add guile3.0-sdl2.

* gnu/packages/sdl.scm (guile3.0-sdl2): New variable.