3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

82 commits

Author SHA1 Message Date
e8c1562599
gnu: python-scipy: Update to 1.7.3.
* gnu/packages/python-science.scm (python-scipy): Update to 1.7.3.
[native-inputs]: Add python-pydata-sphinx-theme, python-sphinx-panels.
[arguments]: Add phase to build without python-pythran. Remove
trailing #t from phases.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)[native-inputs]:
Remove python-plotly.
2021-12-22 21:17:19 +02:00
4614387807
gnu: Add python-sphinx-panels.
* gnu/packages/sphinx.scm (python-sphinx-panels): New variable.
2021-12-22 21:17:18 +02:00
8efa775653
gnu: python-pydata-sphinx-theme: Fix build.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)[native-inputs]:
Replace python-docutils with python-docutils-0.15. Remove duplicate
entries.
2021-12-22 21:17:18 +02:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Mathieu Othacehe
32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates 2021-12-10 21:49:25 +01:00
Vinicius Monego
6a887e4909
gnu: Add python-sphinxext-opengraph.
* gnu/packages/sphinx.scm (python-sphinxext-opengraph): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-10 15:32:45 +01:00
Vinicius Monego
dc5ace95d3
gnu: Add python-sphinx-prompt.
* gnu/packages/sphinx.scm (python-sphinx-prompt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-10 15:32:45 +01:00
Ricardo Wurmus
7f4d25f86e
gnu: python2-sphinx: Remove websupport test.
* gnu/packages/sphinx.scm (python2-sphinx)[arguments]: Remove websupport test
file.
2021-12-08 16:13:08 +01:00
Ricardo Wurmus
68619cad28
gnu: python2-sphinxcontrib-websupport: Downgrade to 1.1.2.
* gnu/packages/sphinx.scm (python2-sphinxcontrib-websupport): Downgrade to
1.1.2.
[arguments]: Override; delete 'sanity-check phase.
[propagated-inputs]: Override and add python2-six.
(python-sphinxcontrib-websupport)[properties]: Record python2-variant.
2021-12-08 16:13:08 +01:00
Maxim Cournoyer
08247055a6
gnu: python-sphinx: Update to 4.2.0.
* gnu/packages/sphinx.scm (python-sphinx): Update to 4.2.0.
2021-11-11 10:31:22 -05:00
Maxim Cournoyer
a768c3ecab
gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 1.1.5.
2021-11-11 10:31:22 -05:00
Maxim Cournoyer
54b2fbd4ff
gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.0.0.
2021-11-11 10:31:21 -05:00
Ludovic Courtès
d9dfbf886d
Merge branch 'master' into core-updates-frozen 2021-09-07 14:19:08 +02:00
Leo Famulari
944ba4237f
gnu: python-sphinx: Update to 4.0.3.
This fixes a build failure of MPD (Music Player Daemon), that looks like this:

"RuntimeError: File 'doc/mpd.1' could not be found"

https://github.com/MusicPlayerDaemon/MPD/issues/1183

* gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.3.
2021-07-27 12:34:57 -04:00
Christopher Lemmer Webber
9455143907
Update copyright/name notices for Christine Lemmer-Webber.
* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
2021-08-15 14:15:37 -04:00
Ludovic Courtès
0e47fcced4
Merge branch 'master' into core-updates 2021-07-18 19:50:01 +02:00
Hugo Lecomte
faa26f2342
gnu: Add python-pydata-sphinx-theme.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09 11:58:51 +02:00
Hugo Lecomte
885c1bd06e
gnu: Add python-sphinxcontrib-autoprogram.
* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09 11:58:51 +02:00
Hugo Lecomte
d6b3908840
gnu: Add python-jupyter-sphinx.
* gnu/packages/sphinx.scm (python-jupyter-sphinx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-09 11:58:51 +02:00
Marius Bakke
8d59c262ad
Merge branch 'master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/algebra.scm
	gnu/packages/bioinformatics.scm
	gnu/packages/curl.scm
	gnu/packages/docbook.scm
	gnu/packages/emacs-xyz.scm
	gnu/packages/maths.scm
	gnu/packages/plotutils.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/radio.scm
	gnu/packages/readline.scm
	gnu/packages/tls.scm
	gnu/packages/xml.scm
	gnu/packages/xorg.scm
2021-06-06 21:16:32 +02:00
Vinicius Monego
51e8539566
gnu: python-sphinx-gallery: Update to 0.9.0.
* gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.9.0.
[source]: Build from PyPI.
[arguments]: Enable tests. Add custom 'check phase and phase to make
test files writable.
[native-inputs]: Add python-joblib, python-matplotlib, python-numpy,
python-pillow, python-pytest, python-pytest-cov, python-sphinx. Remove
python-pytest-runner.
[home-page]: Follow redirect.
(python2-sphinx-gallery): Remove package.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-02 10:22:01 +03:00
Marius Bakke
488fc3d2e6
gnu: python-breathe: Update to 4.30.0.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.30.0.
[propagated-inputs]: Remove PYTHON-SIX.
2021-05-24 22:02:40 +02:00
Marius Bakke
582537d930
gnu: python-sphinx: Update to 4.0.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.1.
2021-05-22 17:08:12 +02:00
Ricardo Wurmus
a818a34f88
gnu: Add python-sphinxcontrib-github-alt.
* gnu/packages/sphinx.scm (python-sphinxcontrib-github-alt): New variable.
2021-04-13 13:41:18 +02:00
Léo Le Bouter
1ed435bf39
gnu: python-sphobjinv: Fix build.
* gnu/packages/sphinx.scm (python-sphobjinv):
[patches]: Remove.
[propagated-inputs]: Add (uncomment) python-certifi.
2021-03-15 12:51:54 +01:00
Eric Bavier
207aa62e6b
gnu: Add python-sphinx-autodoc-typehints.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): New variable.
2021-03-14 13:24:21 -05:00
Eric Bavier
b15720182e
gnu: Add python-sphobjinv.
* gnu/packages/sphinx.scm (python-sphobjinv): New variable.
2021-03-14 13:24:21 -05:00
Ricardo Wurmus
a60be5c5ff
gnu: Add python2-sphinx.
We need this to unbreak python2-numpydoc.  Eventually, this should be moved to
the Guix Past channel.

* gnu/packages/sphinx.scm (python2-sphinx): New variable.
2021-02-05 23:30:43 +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
Leo Famulari
75b775e81b
Merge branch 'staging' 2021-02-01 14:18:38 -05:00
Maxim Cournoyer
dbcd205050
gnu: python-xyz: Move a few modules to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-pep517): Inherit from
python-pep517-bootstrap.  Remove the inherited common fields.
(python-poetry-core, python-wheel)
(python-toml): Move to ...
* gnu/packages/python-build.scm: ... here, a new module.
(python-pep517-bootstrap): New package.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
2021-01-27 08:05:42 -05:00
Marius Bakke
119fd58922
Merge branch 'ungrafting' into staging 2020-12-21 23:44:54 +01:00
Giacomo Leidi
83ade5bfb5
gnu: Add python-nbsphinx.
* gnu/packages/sphinx.scm (python-nbsphinx): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-15 01:55:38 -05:00
Marius Bakke
9fe0ca402b
gnu: python-sphinx: Update to 3.3.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 3.3.1.
2020-12-13 21:44:11 +01:00
Marius Bakke
ab0521329b
Merge remote-tracking branch 'origin/staging-next' into staging 2020-11-07 21:57:16 +01:00
Marius Bakke
32787d6524
Merge branch 'master' into staging
Conflicts:
	gnu/local.mk
	gnu/packages/gdb.scm
	gnu/packages/lisp-xyz.scm
	gnu/packages/web-browsers.scm
2020-11-07 21:33:32 +01:00
Tobias Geerinckx-Rice
728fdd83eb
gnu: python-sphinx-intl: Update to 2.0.1.
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
2020-11-05 03:46:10 +01:00
Simon South
dd7cdd3d39
gnu: python-breathe: Update to 4.22.1.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-24 21:11:43 +01:00
Simon South
9bf2ddf8dc
gnu: python-sphinx: Update to 3.2.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-24 21:11:39 +01:00
Marius Bakke
c866b09d40
gnu: Sphinx: Update to 3.1.2.
* gnu/packages/sphinx.scm (python-sphinx): Update to 3.1.2.
2020-07-25 16:16:11 +02:00
Marius Bakke
45f7dc37c6
gnu: Remove python2-sphinx.
* gnu/packages/sphinx.scm (python-sphinx)[properties]: Use self as python2 variant.
(python2-sphinx): Remove variable.
2020-07-25 16:16:11 +02:00
Ricardo Wurmus
e9f93cd5f7
gnu: Add python-sphinx-autobuild.
* gnu/packages/sphinx.scm (python-sphinx-autobuild): New variable.
2020-04-29 13:46:07 +02:00
Marius Bakke
4510aeb91c
gnu: python2-sphinx: Build with python-docutils@0.14.
* gnu/packages/python-xyz.scm (python2-docutils-0.14): New public variable.
* gnu/packages/sphinx.scm (python2-sphinx)[propagated-inputs]: Change from
PYTHON2-DOCUTILS to PYTHON2-DOCUTILS-0.14.
2020-03-11 17:46:04 +01:00
Tobias Geerinckx-Rice
18d59640e1
gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.0.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
11be15730c
gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update
to 1.1.4.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
99533bebac
gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
25b576a9db
gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 1.0.3.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
ccac5118f7
gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
f49b8c14fb
gnu: python-sphinxcontrib-applehelp: Update to 1.0.2.
* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): Update to 1.0.2.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
555f3d15b1
gnu: python-sphinx: Use HTTPS home page.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTPS.
2020-03-01 20:47:54 +01:00