From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPwfU-0004F9-RS for guix-patches@gnu.org; Sun, 12 May 2019 18:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPwfT-0003vg-MZ for guix-patches@gnu.org; Sun, 12 May 2019 18:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58285) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPwfT-0003tM-4h for guix-patches@gnu.org; Sun, 12 May 2019 18:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hPwfR-0007rk-Sd for guix-patches@gnu.org; Sun, 12 May 2019 18:10:01 -0400 Subject: [bug#35705] [PATCH 0/9] Sphinx 2.0 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:60395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPwee-0004CI-NL for guix-patches@gnu.org; Sun, 12 May 2019 18:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPwed-0000qn-Mo for guix-patches@gnu.org; Sun, 12 May 2019 18:09:12 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56235) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPwed-0000kZ-Bf for guix-patches@gnu.org; Sun, 12 May 2019 18:09:11 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E0DA221540 for ; Sun, 12 May 2019 18:09:09 -0400 (EDT) Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id 3CEB98005B for ; Sun, 12 May 2019 18:09:09 -0400 (EDT) From: Marius Bakke Date: Mon, 13 May 2019 00:09:07 +0200 Message-Id: <20190512220907.17418-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35705@debbugs.gnu.org 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