Commit graph

73796 commits

Author SHA1 Message Date
Maxim Cournoyer
337a94e534
gnu: python-pylint: Update to 2.6.0.
* gnu/packages/check.scm (python-pylint): Update to 2.6.0.
[arguments]: Partially reinstate the test suite.
2021-02-03 23:13:25 -05:00
Maxim Cournoyer
bb557c9ac1
build/python: Handle FileNotFoundError exception in sanity-check.py.
This exception was thrown while running the sanity-check on the python-isort
package, which doesn't make use of a setuptools-based build system but rather
of a PEP 517 compliant one.

* gnu/packages/aux-files/python/sanity-check.py: Handle the FileNotFoundError
whe attempting to read the 'top_level.txt' metadata file of the package.
Remove extraneous 'continue' statement.
2021-02-03 21:56:53 -05:00
Maxim Cournoyer
117a0de240
gnu: python-radon: Please the sanity-check phase.
* gnu/packages/python-xyz.scm (python-radon)
[phases]{relax-requirements}: New phase.
2021-02-03 21:16:46 -05:00
Maxim Cournoyer
4b562d46a5
gnu: python-flake8-polyfill: Please the sanity-check phase.
* gnu/packages/python-xyz.scm (python-flake8-polyfill)
[native-inputs]{python-flake8}: Move to...
[propagated-inputs]: ... here.
2021-02-03 21:16:43 -05:00
Maxim Cournoyer
4b47c60828
gnu: python-pypa-build: Fix build.
The build was failing following the addition of the sanity-check phase to the
Python buidl system.

* gnu/packages/python-build.scm (python-pypa-build)
[phases]{relax-requirements}: Add phase.
2021-02-03 17:52:35 -05:00
Maxim Cournoyer
05e7bdf7ec
gnu: python-astroid: Update to 2.4.2-1.5f67396.
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2-1.5f67396.
2021-02-03 17:45:58 -05:00
Maxim Cournoyer
157b302011
build: python: Fix build phases ordering.
The wrap phase was happening before the installed site location was added to
GUIX_PYTHONPATH, causing wrapped commands to not find their own Python
libraries.

* guix/build/python-build-system.scm (%standard-phases): Explicit the
sequential ordering of phases using add-after directives, so that the wrap
phase occurs after the add-install-to-pythonpath and add-install-to-path
phases.
2021-02-03 16:50:35 -05:00
Christopher Baines
e740cc6140
Merge branch 'master' into core-updates 2021-02-03 09:57:35 +00:00
Efraim Flashner
63cf277bfa
gnu: Add tootle.
* gnu/packages/mastodon.scm (tootle): New variable.
2021-02-03 10:14:53 +02:00
nixo
1b3dcb3dd2
gnu: font-juliamono: Update to 0.031.
* gnu/packages/fonts.scm (font-juliamono): Update to 0.031.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-02 18:02:45 -05:00
Antoine Côté
d65a25c9a2
gnu: Add font-space-grotesk.
* gnu/packages/fonts.scm (font-space-grotesk): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-02-02 22:55:01 +01:00
Nicolas Goaziou
c1e7ae444a
gnu: emacs-elfeed: Update to 3.4.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.0.
2021-02-02 22:51:31 +01:00
Ricardo Wurmus
95aca2991b
gnu: guix: Update to 1.2.0-12.dffc918.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-12.dffc918.
2021-02-02 22:39:11 +01:00
Ricardo Wurmus
dffc918af6
gnu: Add beets-next.
* gnu/packages/music.scm (beets-next): New variable.
2021-02-02 22:02:23 +01:00
Ricardo Wurmus
4532a1575b
gnu: Add python-reflink.
* gnu/packages/python-xyz.scm (python-reflink): New variable.
2021-02-02 22:02:22 +01:00
Ricardo Wurmus
e07f60274b
gnu: Add python-confuse.
* gnu/packages/python-xyz.scm (python-confuse): New variable.
2021-02-02 22:02:22 +01:00
Ricardo Wurmus
5058090ed4
gnu: Add python-mediafile.
* gnu/packages/music.scm (python-mediafile): New variable.
* gnu/packages/patches/python-mediafile-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-02-02 22:02:22 +01:00
Christopher Baines
2d518f7eb5
guix: narinfo: Export narinfo-contents.
As this is useful if you want to work with narinfo signatures outside of Guix,
in the Guix Data Service for example.

* guix/narinfo.scm: Export narinfo-contents.
2021-02-02 19:29:52 +00:00
Christopher Baines
5fc40f7478
gnu: plover: Update to 4.0.0.dev8.
This moves from Python 2 to Python 3. This is a dev release, but from nearly 2
years ago.

Backing up your plover.cfg is advised by the release notes when upgrading from
version 3 to 4.

* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev8.
[arguments]: Remove.
[native-inputs]: Switch to Python 3 package variants.
[inputs]: Switch to Python 3 package variants, and add python-pyqt.
2021-02-02 19:29:52 +00:00
Christopher Baines
eee86c6e5b
gnu: python-xlib: Update to 0.29.
Make python-six a propagated input as it's used at runtime.

* gnu/packages/python-xyz.scm (python-xlib): Update to 0.29.
[native-inputs]: Move python-six to…
[propagated-inputs]: …here.
2021-02-02 19:29:52 +00:00
Maxim Cournoyer
889f425b35
import: gnu: Fix the detection of non-GNU packages.
* guix/import/gnu.scm (gnu->guix-package): Move the 'find-package' call before
the 'latest-release' call, which would fail when the package did not have an
entry on the FTP server.
2021-02-02 13:48:35 -05:00
Tobias Geerinckx-Rice
2c9d481c90
gnu: xbindkeys: Refer to xbindkeys in xbindkeys_show.
* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a
‘patch-references’  phase.
2021-02-02 15:49:17 +01:00
Tobias Geerinckx-Rice
72fabd8d6e
gnu: xbindkeys: Refer to tk's wish interpreter.
Fixes <http://issues.guix.gnu.org/46255>.

* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Add a ‘sanitise-shebang’
phase.
[inputs]: Add tk.
2021-02-02 15:49:17 +01:00
Tobias Geerinckx-Rice
a6e47aaa9f
Order (gnu packages xdisorg) module imports more alphabetically.
* gnu/packages/xdisorg.scm: Somewhat sort the module imports.
2021-02-02 15:49:17 +01:00
Tobias Geerinckx-Rice
b230a47fdb
gnu: xbindkey: Order inputs alphabetically.
* gnu/packages/xdisorg.scm (xbindkeys)[inputs]: Swap them.
2021-02-02 15:49:17 +01:00
Mathieu Othacehe
3e82cd8bfc
gnu: cuirass: Update to 0.0.1-65.6bd940f.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-65.6bd940f.
2021-02-02 14:15:50 +01:00
Morgan Smith
c852d89755
gnu: Add quark.
* gnu/packages/web.scm (quark): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Andrew Tropin
aee9f696b1
gnu: Add obs-wlrobs.
* gnu/packages/video.scm (obs-wlrobs): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Ludovic Courtès
84929062e3
gnu: obs-spectralizer: Remove bundled Windows DLLs.
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
2021-02-02 11:05:43 +01:00
Andrew Tropin
deadd97897
gnu: Add obs-spectralizer.
* gnu/packages/video.scm (obs-spectralizer): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Alexey Abramov
5be01dcdc1
gnu: obs: Use an environment variable for plugins location.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (obs): Use it.
* gnu/packages/patches/obs-modules-location.patch: Patch it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Sharlatan Hellseher
65454c1caa
gnu: sbcl-parse-float: Update to 0.0.0-2.3074765.
* gnu/packages/listp-xyz.scm (sbcl-parse-float): Update to 0.0.0-2.3074765.
  [native-inputs]: Remove prove, add lisp-unit.
  [inputs]: Remove babel.
  [arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02 10:36:40 +01:00
Sharlatan Hellseher
13337a2fa0
gnu: sbcl-3bz: Update to 0.0.0-1.569614c.
* gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02 10:36:40 +01:00
Zhu Zihao
90ad8bd1a6
gnu: ecl: Propagate some dependencies used in header files.
* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and
  libffi to...
  [propagated-inputs]: ... here.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02 10:36:40 +01:00
EuAndreh
625708b03a
gnu: Add mdpo.
gnu/packages/gettext.scm (mdpo): New variable.
gnu/packages/python-xyz (python-polib): Update to 1.1.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02 10:24:26 +01:00
Nicolas Goaziou
3ee3e98971
gnu: Add python-bump2version.
* gnu/packages/python-xyz.scm (python-bump2version): New variable.
2021-02-02 10:24:25 +01:00
Nicolas Goaziou
c1377a323c
gnu: Add python-pre-commit.
* gnu/packages/python-xyz.scm (python-pre-commit): New variable.
2021-02-02 10:24:25 +01:00
Nicolas Goaziou
7594f660db
gnu: Add python-flake8-print.
* gnu/packages/python-xyz.scm (python-flake8-print): New variable.
2021-02-02 10:24:25 +01:00
Nicolas Goaziou
868d2420f0
gnu: Add python-flake8-implicit-str-concat.
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat): New variable.
2021-02-02 10:24:24 +01:00
Nicolas Goaziou
8eb32ee059
gnu: Add python-yamllint.
* gnu/packages/python-xyz.scm (python-yamllint): New variable.
2021-02-02 10:24:24 +01:00
Nicolas Goaziou
e5c1348a8c
gnu: Add python-sphinx-argparse.
* gnu/packages/sphinx.scm (python-sphinx-argparse): New variable.
2021-02-02 10:24:24 +01:00
EuAndreh
4264cf97c9
gnu: Add python-pymd4c.
* gnu/packages/python-xyz.scm (python-pymd4c): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02 10:24:23 +01:00
EuAndreh
966bdd1181
gnu: Add md4c.
* gnu/packages/markup.scm (md4c): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02 10:24:23 +01:00
Clément Lassieur
13b2c44e5a
gnu: emacs-rg: Fix use on remote systems.
* gnu/packages/emacs-xyz.scm (emacs-rg)[inputs]: Remove.  Move ripgrep to...
[propagated-inputs]: ... here.  This also gives access to ripgrep's manual.
[arguments]: Replace the full path with the executable name.
2021-02-02 09:50:02 +01:00
Ben Sturmfels
0319f9fac2
services: postgresql: Update documented socket directory to match code.
This is a follow-up of 6c0679215f.

* doc/guix.texi (Database Services): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-02-02 09:27:44 +01:00
Alexandr Vityazev
b66d9db336
gnu: emacs-imenu-list: Update to 0.8-0.46008.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008.

Fixes in that commit adapt the display function for changes in emacs 27.0.50.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-02 09:13:20 +01:00
Antoine Côté
796c9b0bf5
gnu: Add font-fira-go.
* gnu/packages/fonts.scm (font-fira-go): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-02 01:11:32 -05:00
Maxim Cournoyer
5e652e94a9
build: Add a --show-duration option to the SCM test-driver.
* build-aux/test-driver.scm (script-version): Update.
(show-help): Document it.
(%options): Add the 'show-duration' option.
(test-runner-gnu): Pass as a new argument.
[test-cases-start-time]: New inner variable.
[test-on-test-begin-gnu]: New hook, used to record the start time.
[test-on-test-end-gnu]: Conditionally print elapsed time.  Record it as the
optional metadata in the test result file (.trs).
* doc/guix.texi (Running the Test Suite): Document it.
2021-02-02 00:28:49 -05:00
Alexandros Theodotou
5b5915560e
gnu: Add zplugins.
* gnu/packages/music.scm (zplugins): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01 19:54:35 -05:00
Alexandros Theodotou
60a5071f60
gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs.
* gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg.
[propagated-inputs]: Add librsvg.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-01 19:54:35 -05:00