Commit graph

54022 commits

Author SHA1 Message Date
Nicolas Goaziou af4796d5ca
gnu: xmoto: Slight description rewording.
* gnu/packages/games.scm (xmoto)[description]: Slight rewording.
2020-01-16 23:23:38 +01:00
Nicolas Goaziou 40d2bddd01
gnu: Add xmoto.
* gnu/packages/games.scm (xmoto): New variable.
* gnu/packages/patches/xmoto-remove-glext.patch: New file.
* gnu/packages/patches/xmoto-reproducible.patch: New file.
* gnu/packages/patches/xmoto-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new files.
2020-01-16 23:20:20 +01:00
Ludovic Courtès 9e016129e1
gnu: guile-fibers: Add "guile3.0-fibers" variant.
* gnu/packages/guile-xyz.scm (guile-fibers)[source]: Add 'modules' and
'snippet'.
(guile3.0-fibers): New variable.
2020-01-16 23:14:06 +01:00
Ludovic Courtès 9d6c6cb20e
import: elpa: Rewrite test to use an HTTP server instead of mocking.
* guix/import/elpa.scm (elpa-url): Add 'gnu/http'.
(elpa->guix-package): Handle it.
* tests/elpa.scm (elpa-package-info-mock, auctex-readme-mock)
(elpa-version->string, package-source-url, ensure-list)
(package-home-page, make-elpa-package): Remove.
<top level>: Call '%http-server-port'.
(eval-test-with-elpa): Remove uses of 'mock'.  Use 'with-http-server'
and parameterize 'current-http-proxy' instead.
2020-01-16 23:14:05 +01:00
Ludovic Courtès cfd1ed8401
import: cran: Avoid uses of '@@' in the tests.
* guix/import/cran.scm (description->alist, description->package): Export.
<top level>: Set! 'listify'.
* tests/cran.scm (description-alist, "description->package"): Remove use
of '@@' to access the relevant bindings.
2020-01-16 23:14:05 +01:00
Ludovic Courtès 72c678af55
import: crate: Export 'string->license'.
* guix/import/crate.scm (string->license): Export.
* tests/crate.scm (string->license): Remove.
2020-01-16 23:14:05 +01:00
Ludovic Courtès 3597c0396b
lzlib: Define 'dictionary-size+match-length-limit'.
* guix/lzlib.scm (%compression-levels): Splice the rest of each element.
(dictionary-size+match-length-limit): New procedure.
(make-lzip-output-port, make-lzip-input-port/compressed): Use it.
* tests/lzlib.scm ("Bytevector of size relative to Lzip internal buffers (2 * dictionary)"):
Use 'dictionary-size+match-length-limit' instead of 'assoc-ref'.
2020-01-16 23:14:05 +01:00
Nicolas Goaziou 584e46b1e0
gnu: asymptote: Add missing input.
* gnu/packages/plotutils.scm (asymptote)[inputs]: Add missing input for GUI.
2020-01-16 22:39:23 +01:00
Christopher Baines add8d50911
gnu: Add python-git-multimail.
* gnu/packages/version-control.scm (python-git-multimail): New variable.
2020-01-16 21:30:14 +00:00
Efraim Flashner 6e02ef79f5
gnu: translate-shell: Fix emacs install phase.
* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Update the
'emacs-install phase to install the .el files into the correct folder.
2020-01-16 22:00:12 +02:00
Tobias Geerinckx-Rice ef201cfee7
gnu: cgit: Update to 1.2.2.
* gnu/packages/version-control.scm (cgit): Update to 1.2.2.
[inputs]: Update git-source to 2.25.0.
2020-01-16 19:51:56 +01:00
Tobias Geerinckx-Rice c301dcef1c
gnu: handbrake: Update to 1.3.1.
* gnu/packages/video.scm (handbrake): Update to 1.3.1.
2020-01-16 19:51:56 +01:00
Tobias Geerinckx-Rice ec67d06996
gnu: ecasound: Update to 2.9.3.
* gnu/packages/audio.scm (ecasound): Update to 2.9.3.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice 694c297624
gnu: ecasound: Use HTTPS home page.
* gnu/packages/audio.scm (ecasound)[source, home-page]: Use HTTPS.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice ad83280f50
gnu: global: Update to 6.6.4.
* gnu/packages/code.scm (global): Update to 6.6.4.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice a82b6003e6
gnu: multipath-tools: Update to 0.8.3.
* gnu/packages/linux.scm (multipath-tools): Update to 0.8.3.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice 6cfbb7cb83
gnu: mcelog: Update to 168.
* gnu/packages/linux.scm (mcelog): Update to 168.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice dc26c8c533
gnu: noweb: Update to 2.12.
* gnu/packages/noweb.scm (noweb): Update to 2.12.
[source]: Switch to git repository.
[arguments]: Remove obsolete substitution.
[license]: Add BSD-2.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice bd9f588b37
gnu: noweb: Embed store references to external binaries.
* gnu/packages/noweb.scm (noweb)[argument]: Add ‘bind-early’ phase.
[inputs]: Add perl.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice 2c31cf87e3
gnu: noweb: Use HTTPS home page.
* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
2020-01-16 19:51:55 +01:00
Tobias Geerinckx-Rice 070dc95066
gnu: ethtool: Update to 5.4.
* gnu/packages/networking.scm (ethtool): Update to 5.4.
2020-01-16 19:51:54 +01:00
Marius Bakke ffe58d1d44
gnu: Add python2-objgraph.
* gnu/packages/python-xyz.scm (python2-objgraph): New public variable.
2020-01-16 19:20:22 +01:00
Marius Bakke eebc03bbb8
gnu: python-objgraph: Update to 3.4.1.
* gnu/packages/python-xyz.scm (python-objgraph): Update to 3.4.1.
2020-01-16 19:20:22 +01:00
Marius Bakke 34aa914478
gnu: python-graphviz: Update to 0.13.2.
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.13.2.
[native-inputs]: Add GRAPHVIZ, PYTHON-MOCK, PYTHON-PYTEST, PYTHON-PYTEST-COV,
and PYTHON-PYTEST-MOCK.
[arguments]: Replace 'check' phase.
2020-01-16 19:20:22 +01:00
Marius Bakke 9f7f5ba2d2
gnu: caribou: Build with Python 3.
* gnu/packages/gnome.scm (caribou)[native-inputs]: Change from PYTHON-2 to
PYTHON.
[inputs]: Change from PYTHON2-PYGOBJECT to PYTHON-PYGOBJECT.
2020-01-16 19:20:21 +01:00
Marius Bakke f2d56e3993
gnu: libpeas: Update to 1.24.1.
* gnu/packages/gnome.scm (libpeas): Update to 1.24.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: New field.
[native-inputs]: Remove INTLTOOL.  ADD GETTEXT-MINIMAL and
XORG-SERVER-FOR-TESTS.
2020-01-16 19:20:21 +01:00
Marius Bakke 7152a71431
gnu: ldb: Downgrade to 1.5.6.
1.5.6 is actually newer and fixes problems with Python 3.8.

* gnu/packages/samba.scm (ldb): Downgrade to 1.5.6.
2020-01-16 19:20:21 +01:00
Marius Bakke 3dfb3d44f3
gnu: python-importlib-metata: Delay python2 variant.
This is a follow-up to commit 5efa04dd93.

* gnu/packages/python-xyz.scm (python-importlib-metadata)[properties]: New
field.
2020-01-16 19:20:21 +01:00
Marius Bakke fdd0c36963
gnu: python-packaging: Fix test failures on non-x86_64 architectures.
* gnu/packages/patches/python-packaging-test-arch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-packaging)[source](patches): New field.
2020-01-16 19:20:21 +01:00
Marius Bakke 7699e32289
gnu: kentutils: Build with OpenSSL 1.0.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL to
OPENSSL-1.0.
2020-01-16 19:20:20 +01:00
Marius Bakke cbd3e73f06
gnu: poetry: Remove redundant input.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Remove PYTHON-PATHLIB2.
2020-01-16 19:20:20 +01:00
Marius Bakke bd8c62dbd1
gnu: python-zipp: Remove redundant inputs.
The Python 3 variant do not need these.

* gnu/packages/python-compression.scm (python-zipp)[native-inputs]: Remove
PYTHON-CONTEXTLIB2, PYTHON-PATHLIB2, and PYTHON-UNITTEST2.
[properties]: New field.
(python2-zipp)[native-inputs]: Add PYTHON2-CONTEXTLIB2, PYTHON2-PATHLIB2, and
PYTHON2-UNITTEST2.
2020-01-16 19:20:20 +01:00
Efraim Flashner 1c70205f82
gnu: rust-scopeguard-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-scopeguard-1.0)[arguments]: Skip
build.
[properties]: Remove field.
2020-01-16 19:36:27 +02:00
Efraim Flashner ac20ab2b4e
gnu: rust-scopeguard-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-scopeguard-0.3)[arguments]: Skip
build.
[properties]: Don't inherit field.
2020-01-16 19:36:27 +02:00
Efraim Flashner 671d08f30d
gnu: rust-scoped-tls-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-scoped-tls-1.0)[arguments]: Skip
build.
[properties]: Remove field.
2020-01-16 19:36:26 +02:00
Efraim Flashner fcc4e04d22
gnu: rust-scoped-tls-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-scoped-tls-0.1)[arguments]: Skip
build.
[properties]: Don't inherit field.
2020-01-16 19:36:26 +02:00
Efraim Flashner fe195ef7d3
gnu: rust-getopts-0.2: Update to 0.2.21.
* gnu/packages/crates-io.scm (rust-getopts-0.2): Update to 0.2.21.
[arguments]: Add rust-unicode-width-0.1,
rust-rustc-std-workspace-core-1.0, rust-rustc-std-workspace-std-1.0 to
cargo-inputs.
2020-01-16 19:36:26 +02:00
Efraim Flashner a630e32ac1
gnu: rust-getopts-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-getopts-0.2)[arguments]: Skip build.
Add rust-log-0.3 to cargo-development-inputs.
[home-page]: Update home-page.
[properties]: Remove field.
2020-01-16 19:36:26 +02:00
Efraim Flashner efd8534897
gnu: Add rust-rustc-std-workspace-std-1.0.
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-std-1.0): New variable.
2020-01-16 19:36:26 +02:00
Efraim Flashner a075606f0d
gnu: rust-futures-0.1: Update to 0.1.29.
* gnu/packages/crates-io.scm (rust-futures-0.1): Update to 0.1.29.
2020-01-16 19:36:25 +02:00
Efraim Flashner 3f5e2fd956
gnu: rust-futures-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-futures-0.1)[arguments]: Skip build.
[home-page]: Update home-page.
[properties]: Remove field.
2020-01-16 19:36:25 +02:00
Efraim Flashner f320369117
gnu: rust-fuchsia-zircon-sys-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys-0.3)[arguments]:
Skip build.
[properties]: Remove field.
2020-01-16 19:36:25 +02:00
Efraim Flashner 7b4d3d8698
gnu: rust-fuchsia-zircon-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-0.3)[arguments]: Skip
build. Add rust-bitflags-1, rust-fuchsia-zircon-sys-0.3 to cargo-inputs.
[properties]: Remove field.
2020-01-16 19:36:25 +02:00
Efraim Flashner 7f27e979bf
gnu: rust-fuchsia-cprng-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-fuchsia-cprng-0.1)[arguments]: Skip
build.
[properties]: Remove field.
2020-01-16 19:36:25 +02:00
Efraim Flashner 9eda3bcfdd
gnu: rust-fs-extra-1.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-fs-extra-1.1)[arguments]: Skip build.
[properties]: Remove field.
2020-01-16 19:36:24 +02:00
Efraim Flashner 74de42eb66
gnu: rust-fnv-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-fnv-1.0)[arguments]: Skip build.
[synopsis]: Appease 'guix lint'.
[properties]: Remove field.
2020-01-16 19:36:24 +02:00
Efraim Flashner 0c44bf848c
gnu: rust-fixedbitset-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-fixedbitset-0.1)[arguments]: Skip
build.
[properties]: Remove field.
2020-01-16 19:36:24 +02:00
Efraim Flashner ced2466617
gnu: rust-findshlibs-0.5: Don't hide package.
* gnu/packages/crates-io.scm (rust-findshlibs-0.5)[arguments]: Skip
build. Add rust-lazy-static-1.3, rust-libc-0.2 to cargo-inputs.
[properties]: Remove field.
2020-01-16 19:36:24 +02:00
Efraim Flashner 1c9d47b642
gnu: rust-filetime-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.8.
[arguments]: Remove rust-tempdir-0.3 from cargo-development-inputs. Add
rust-tempfile-3.0.
2020-01-16 19:36:24 +02:00
Efraim Flashner ef8c91be7f
gnu: rust-filetime-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-filetime-0.2)[arguments]: Skip build.
Add rust-cfg-if-0.1, rust-libc-0.2, rust-redox-syscall-0.1,
rust-winapi-0.3 to cargo-inputs. Add rust-tempdir-0.3 to
cargo-development-inputs.
[properties]: Remove field.
2020-01-16 19:36:23 +02:00