all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35705] [PATCH 0/9] Sphinx 2.0
@ 2019-05-12 22:09 Marius Bakke
  2019-05-12 22:12 ` [bug#35705] [PATCH 1/9] gnu: Move Sphinx and friends to (gnu packages sphinx) Marius Bakke
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Marius Bakke @ 2019-05-12 22:09 UTC (permalink / raw)
  To: 35705

These patches migrate Sphinx to its own module and updates to 2.0.

Sphinx 2 no longer supports Python 2, so it is removed first.

Note: The last patch is intended for the 'staging' branch.

Marius Bakke (9):
  gnu: Move Sphinx and friends to (gnu packages sphinx).
  gnu: Remove python2-sphinx.
  gnu: Add python-sphinxcontrib-serializinghtml.
  gnu: Add python-sphinxcontrib-applehelp.
  gnu: Add python-sphinxcontrib-devhelp.
  gnu: Add python-sphinxcontrib-jsmath.
  gnu: Add python-sphinxcontrib-htmlhelp.
  gnu: Add python-sphinxcontrib-qthelp.
  gnu: python-sphinx: Update to 2.0.1.

 gnu/local.mk                    |   1 +
 gnu/packages/admin.scm          |   1 +
 gnu/packages/bioinformatics.scm |   3 +-
 gnu/packages/calendar.scm       |   1 +
 gnu/packages/cluster.scm        |   2 +-
 gnu/packages/databases.scm      |   1 +
 gnu/packages/dav.scm            |   3 +-
 gnu/packages/disk.scm           |   1 +
 gnu/packages/django.scm         |   1 +
 gnu/packages/elf.scm            |   2 +-
 gnu/packages/emacs-xyz.scm      |   1 +
 gnu/packages/emulators.scm      |   2 +-
 gnu/packages/finance.scm        |   1 +
 gnu/packages/image.scm          |   3 +-
 gnu/packages/libffi.scm         |   1 +
 gnu/packages/mail.scm           |   3 +-
 gnu/packages/mpd.scm            |   2 +-
 gnu/packages/openstack.scm      |   1 +
 gnu/packages/pdf.scm            |   1 +
 gnu/packages/python-web.scm     |   1 +
 gnu/packages/python-xyz.scm     | 328 +----------------------
 gnu/packages/search.scm         |   1 +
 gnu/packages/sphinx.scm         | 449 ++++++++++++++++++++++++++++++++
 gnu/packages/statistics.scm     |   1 +
 gnu/packages/storage.scm        |   1 +
 gnu/packages/sync.scm           |   2 +-
 gnu/packages/terminals.scm      |   1 +
 gnu/packages/tls.scm            |   1 +
 gnu/packages/web.scm            |   7 +-
 29 files changed, 484 insertions(+), 339 deletions(-)
 create mode 100644 gnu/packages/sphinx.scm

-- 
2.21.0

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-25 10:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-12 22:09 [bug#35705] [PATCH 0/9] Sphinx 2.0 Marius Bakke
2019-05-12 22:12 ` [bug#35705] [PATCH 1/9] gnu: Move Sphinx and friends to (gnu packages sphinx) Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 2/9] gnu: Remove python2-sphinx Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 3/9] gnu: Add python-sphinxcontrib-serializinghtml Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 4/9] gnu: Add python-sphinxcontrib-applehelp Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 5/9] gnu: Add python-sphinxcontrib-devhelp Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 6/9] gnu: Add python-sphinxcontrib-jsmath Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 7/9] gnu: Add python-sphinxcontrib-htmlhelp Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 8/9] gnu: Add python-sphinxcontrib-qthelp Marius Bakke
2019-05-12 22:12   ` [bug#35705] [PATCH 9/9] gnu: python-sphinx: Update to 2.0.1 Marius Bakke
2019-05-14 21:23 ` [bug#35705] [PATCH 0/9] Sphinx 2.0 Ricardo Wurmus
2019-05-25 10:56 ` bug#35705: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.