From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXRBX-0008CU-4l for guix-patches@gnu.org; Tue, 18 Jul 2017 08:01:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXRBV-00080J-Ve for guix-patches@gnu.org; Tue, 18 Jul 2017 08:01:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42782) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dXRBV-00080A-ST for guix-patches@gnu.org; Tue, 18 Jul 2017 08:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dXRBV-0008QX-Ld for guix-patches@gnu.org; Tue, 18 Jul 2017 08:01:01 -0400 Subject: [bug#27741] [PATCH 2/3] gnu: Add python-sphinxcontrib-websupport. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170717200350.29162-1-rekado@elephly.net> <20170717200350.29162-2-rekado@elephly.net> Date: Tue, 18 Jul 2017 14:00:28 +0200 In-Reply-To: <20170717200350.29162-2-rekado@elephly.net> (Ricardo Wurmus's message of "Mon, 17 Jul 2017 22:03:49 +0200") Message-ID: <87h8yaymxv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ricardo Wurmus Cc: 27741@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable. [...] > + (propagated-inputs > + `(("python-mock" ,python-mock) > + ("python-pytest" ,python-pytest) > + ("python-xapian-bindings" ,python-xapian-bindings))) > + ;; Needed for running the test suite > + (inputs > + `(("python-six" ,python-six) =E2=80=98native-inputs=E2=80=99 then? > + (home-page "http://sphinx-doc.org/") > + (synopsis "Sphinx API for Web Apps") > + (description "This package provides a Python API to easily integrate > +Sphinx documentation into your Web application.") Perhaps you could expound a little bit. :-) Otherwise LGTM, thanks! Ludo=E2=80=99.