Commit Graph

25201 Commits

Author SHA1 Message Date
Andy Patterson 4ad8fbd185
gnu: virt-manager: Fix default URI check.
Allows virt-manager to connect to qemu://system by default.

* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add
'fix-default-uri.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson b764a9f5e0
gnu: virt-manager: Enable statistics graphing support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add
python2-pycairo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 9a187b39b7
gnu: qemu: Add OpenGL support.
Enables virgl support with spice 0.13+.

* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add
--enable-opengl.
[inputs]: Add libdrm and libepoxy.
(qemu-minimal)[inputs]: Remove libdrm and libepoxy.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 8da7f79281
gnu: virt-manager: Enable spice-gtk support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson c44dd0d676
gnu: spice-gtk: Enable GObject introspection support.
Allows virt-manager to use the spice-gtk widget.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
[arguments]<#:configure-flags>: Add --enable-introspection.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson b376ec57f9
gnu: qemu: Enable spice usb redirection support.
* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New
argument.
[inputs]: Add usbredir.
(qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are
set by qemu.
[inputs]: Remove usbredir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Efraim Flashner 530d9e1555
gnu: psutils: Use 'modify-phases'.
* gnu/packages/ghostscript.scm (psutils)[arguments]: Use 'modify-phases'
syntax.
2017-10-19 09:04:43 +03:00
Efraim Flashner 8c88e0ba8c
gnu: libltdl: Use 'modify-phases'.
* gnu/packages/autotools.scm (libltdl)[arguments]: Use 'modify-phases'
syntax.
2017-10-19 09:04:43 +03:00
Efraim Flashner 01c7193e0b
gnu: automake: Update to 1.15.1.
* gnu/packages/autotools.scm (automake): Update to 1.15.1.
[source]: Remove patches.
(automake/latest): Remove package.
* gnu/packages/patches/automake-regexp-syntax.patch,
gnu/packages/patches/automake-test-gzip-warning.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-10-19 09:04:42 +03:00
Efraim Flashner 759807e872
gnu: automake: Use 'modify-phases'.
* gnu/packages/autotools.scm (automake)[arguments]: Use 'modify-phases'
syntax.
2017-10-19 09:04:42 +03:00
Efraim Flashner 79272039a9
gnu: acl: Use 'modify-phases' syntax.
* gnu/packages/acl.scm (acl)[arguments]: Use 'modify-phases' syntax.
2017-10-19 09:04:42 +03:00
Ricardo Wurmus ad3c61fcd3
gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-19 01:37:52 +02:00
ng0 909f02dd70
gnu: Order module imports in (gnu packages mate) alphabetically.
* gnu/packages/mate.scm: Order module imports alphabetically.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:22:18 +02:00
Christopher Allan Webber 0ff4425cea
gnu: Add dirvish.
* gnu/packages/backup.scm (dirvish): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:14:28 +02:00
Christopher Allan Webber a1777c77f0
gnu: Add perl-libtime-period.
* gnu/packages/perl.scm (perl-libtime-period): New variable.
2017-10-19 01:13:40 +02:00
Christopher Allan Webber 7f926760ed
gnu: Add perl-libtime-parsedate.
* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:06:53 +02:00
Marius Bakke 71d9f5614d
gnu: python-coverage: Update to 4.4.1.
* gnu/packages/python.scm (python-coverage): Update to 4.4.1.
2017-10-19 00:16:52 +02:00
Marius Bakke 7439173f2c
gnu: python-unittest2: Update to 1.1.0.
* gnu/packages/python.scm (python-unittest2): Update to 1.1.0.
[source]: Use PYPI-URI. Add two patches.
[arguments]: Add phase to run tests.
[propagated-inputs]: Add PYTHON-SIX and PYTHON-TRACEBACK2.
(python2-unittest2): Use 'package-with-python2'.
* gnu/packages/patches/python2-unittest2-remove-argparse.patch: Rename to ...
* gnu/packages/patches/python2-unittest2-remove-argparse.patch: ... this.
* gnu/packages/patches/python-unittest2-python3-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2017-10-19 00:16:52 +02:00
Marius Bakke 5db49f7ac8
gnu: python-jinja2: Remove workaround for < Python 3.6.
* gnu/packages/python.scm (python-jinja2)[arguments]: Remove field.
2017-10-19 00:16:51 +02:00
Marius Bakke 4ae65558b8
gnu: Remove python-mock@1.
* gnu/packages/python.scm (python-mock): Update to 2.0.0.
[native-inputs]: Add PYTHON-UNITTEST2.
[propagated-inputs]: Add PYTHON-PBR and PYTHON-SIX.
[arguments]: Override 'check' phase.
[properties]: Declare python2 variant.
(python2-mock)[propagated-inputs]: Add PYTHON2-FUNCTOOLS32 and PYTHON2-FUNCSIGS.
(python-mock-2): Remove variable.
* gnu/packages/python.scm (python-flake8)[native-inputs]: Adjust accordingly.
* gnu/packages/tls.scm (python-acme, certbot)[native-inputs]: Likewise.
2017-10-19 00:16:51 +02:00
Marius Bakke 6bb9645e57
gnu: Add python2-funcsigs.
* gnu/packages/python.scm (python2-funcsigs): New variable.
2017-10-19 00:16:51 +02:00
Marius Bakke a0fd9a3ca9
gnu: python-flake8: Update to 3.4.1.
* gnu/packages/python.scm (python-flake8): Update to 3.4.1.
[source]: Remove obsolete snippet.
[arguments]: Override 'check' phase.
[propagated-inputs]: Remove PYTHON-PEP8. Add PYTHON-PYCODESTYLE and
PYTHON-SETUPTOOLS.
[native-inputs]: Change PYTHON-MOCK to PYTHON-MOCK-2. Remove PYTHON-NOSE. Add
PYTHON-PYTEST-BOOTSTRAP and PYTHON-PYTEST-RUNNER.
[properties]: Declare python2 variant.
* gnu/packages/python.scm (python-flake8)[propagated-inputs]: Add PYTHON2-ENUM
and PYTHON2-CONFIGPARSER.
2017-10-19 00:16:51 +02:00
Marius Bakke a6c6a59faf
gnu: Add python2-enum.
* gnu/packages/python.scm (python2-enum): New variable.
2017-10-19 00:16:51 +02:00
Marius Bakke 3e6218b2dd
gnu: Fix pytest dependency cycle.
* gnu/packages/python.scm (python-traceback2,
python-linecache2)[native-inputs]: Use PYTHON-PBR-MINIMAL instead of PYTHON-PBR.
2017-10-19 00:16:51 +02:00
Marius Bakke 8f65361286
gnu: python-mock@2: Add dependency on python-six.
* gnu/packages/python.scm (python-mock-2)[propagated-inputs]: Add PYTHON-SIX.
2017-10-19 00:16:50 +02:00
Marius Bakke 31612e1cee
gnu: python-mccabe: Update to 0.6.1.
* gnu/packages/python.scm (python-mccabe): Update to 0.6.1.
2017-10-19 00:16:50 +02:00
Marius Bakke 0098b95064
gnu: python-pyflakes: Update to 1.5.0.
* gnu/packages/python.scm (python-pyflakes): Update to 1.5.0.
2017-10-19 00:16:50 +02:00
Marius Bakke f2ef961e59
gnu: python-pytest: Update to 3.2.3.
* gnu/packages/python.scm (python-pytest): Update to 3.2.3.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
(python-pytest)[native-inputs]: Likewise.
(python2-pytest)[native-inputs]: Remove PYTHON2-ENUM34.
2017-10-19 00:16:50 +02:00
Marius Bakke cf659519c9
gnu: python-setuptools-scm: Update to 1.15.6.
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
2017-10-19 00:16:50 +02:00
Marius Bakke 92b2101a56
gnu: python-pytest: Add a minimal variant for bootstrapping.
* gnu/packages/python.scm (python-pytest-bootstrap, python2-pytest-bootstrap):
New variables.
(python-six, python-hypothesis, python-pytest-runner,
python-mccabe)[native-inputs]: Use PYTHON-PYTEST-BOOTSTRAP instead of
PYTHON-PYTEST.
2017-10-19 00:16:50 +02:00
Marius Bakke 928da609b5
gnu: Remove python-pytest@2.
* gnu/packages/python.scm (python-pytest): Update to 3.0.7.
[source]: Move substitution to ...
[arguments]: ... here. Incorporate phase from pytest-3.0.
[native-inputs]: Add PYTHON-HYPOTHESIS.
(python-pytest-3.0): Remove variable.
(python2-pytest-3.0): Rename to ...
(python2-pytest): ... this.
[native-inputs]: Add PYTHON2-ENUM34.
* gnu/packages/backup.scm (borg)[native-inputs]: Replace PYTHON-PYTEST-3.0
with PYTHON-PYTEST.
* gnu/packages/calendar.scm (khal): Likewise.
* gnu/packages/databases.scm (python-orator): Likewise.
* gnu/packages/python.scm (python-sphinx-1.6, python-sphinx-1.5.3,
python-pexpect, python-cryptography, python-pyopenssl, python-pytest-warnings,
python-pytest-capturelog, python-pytest-catchlog, python-marshmallow,
python-apispec, python-flasgger, python-pyjwt, python-grako,
python-honcho): Likewise.
* gnu/packages/web.scm (python-internetarchive): Likewise.
2017-10-19 00:16:49 +02:00
Marius Bakke 8ed675a77f
gnu: python-six: Update to 1.11.0.
* gnu/packages/python.scm (python-six): Update to 1.11.0.
2017-10-19 00:16:49 +02:00
Marius Bakke 8dd339e5a6
gnu: python-six: Really enable tests.
* gnu/packages/python.scm (python-six)[arguments]: Override 'check' phase.
2017-10-19 00:16:49 +02:00
Marius Bakke 220b0ac38e
gnu: python-py: Update to 1.4.34.
* gnu/packages/python.scm (python-py, python2-py): Update to 1.4.34.
2017-10-19 00:16:49 +02:00
Marius Bakke b18226c3a1
gnu: python@3: Update to 3.6.3.
* gnu/packages/patches/python-3.5-fix-tests.patch: Rename to ...
* gnu/packages/patches/python-3-fix-tests.patch: ... this. Adjust and disable
more tests.
* gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-2.7)[argument]: Patch '/bin/sh' in one more file.
(python-3.5): Rename to ...
(python-3.6): ... this. Update to 3.6.3.
[source](patches): Remove obsolete patch, adjust to patch rename.
(python-3): Use PYTHON-3.6.
2017-10-19 00:16:49 +02:00
Marius Bakke 603a64920f
gnu: python@2: Update to 2.7.14.
* gnu/packages/python.scm (python-2.7): Update to 2.7.14.
[source]: Add patch to skip two new tests.  Delete upstreamed patch.
* gnu/packages/patches/python-2.7-adjust-tests.patch: New file.
* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2017-10-19 00:16:49 +02:00
Tobias Geerinckx-Rice 9d8796a516
Revert "gnu: python-pyatspi: Update to 2.26.0."
This reverts commit 629f33e233, which breaks
orca@3.26.0.
2017-10-18 23:58:08 +02:00
Ricardo Wurmus c0770feedd
gnu: f-seq: Fix location of commons-cli.jar.
* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Fix location of
commons-cli.jar in the wrapper script.
2017-10-18 23:54:16 +02:00
Tobias Geerinckx-Rice 39427f9042
gnu: eog-plugins: Update to 3.26.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 0a1a93b4aa
gnu: eog: Update to 3.26.1.
* gnu/packages/gnome.scm (eog): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 629f33e233
gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 2a86fece22
gnu: btrfs-progs: Update to 4.13.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 3031b138f5
gnu: hplip: Update to 3.17.10.
* gnu/packages/cups.scm (hplip): Update to 3.17.10.
2017-10-18 23:25:04 +02:00
Ludovic Courtès baa6790b4c
gnu: mailutils: Update to 3.3.
* gnu/packages/mail.scm (mailutils): Update to 3.3.
[arguments]: Rename 'pre-build' phase to 'prepare-test-suite', and move
after 'check'.  Set 'HOME', and create ~/.mh_profile.
2017-10-18 23:22:19 +02:00
Ludovic Courtès 8cb537acbc
gnu: perl-crypt-random-source: Use 'perl-license'.
* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to
LICENSE:PERL-LICENSE.
2017-10-18 23:22:19 +02:00
Stefan Reichör ef5c40aa2d
gnu: Add atool.
* gnu/packages/compression.scm (atool): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-18 23:08:39 +02:00
Marius Bakke 07dfc89859
gnu: mupdf: Fix CVE-2017-15587.
* gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf)[source](patches): Use it.
2017-10-18 22:15:09 +02:00
Ricardo Wurmus dc1d06ba9e
gnu: python-protobuf: Update to 3.4.0.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus bfd073319c
gnu: Add protobuf-c.
* gnu/packages/protobuf.scm (protobuf-c): New variable.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus dd12d4aad0
gnu: protobuf: Update to 3.4.1.
* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1.
2017-10-18 01:49:14 +02:00