From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error. Date: Thu, 05 Jan 2017 15:55:58 +0100 Message-ID: <878tqpy2rl.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170104212220.20969-1-dannym@scratchpost.org> <20170104212220.20969-2-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cP9SY-0008R7-Il for guix-devel@gnu.org; Thu, 05 Jan 2017 09:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cP9SU-0000ev-Mm for guix-devel@gnu.org; Thu, 05 Jan 2017 09:56:06 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55764) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cP9SU-0000en-Gv for guix-devel@gnu.org; Thu, 05 Jan 2017 09:56:02 -0500 In-Reply-To: <20170104212220.20969-2-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic , guix-devel@gnu.org --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/python.scm (python-matplotlib): Fix documentation reST markup error. > --- > gnu/packages/python.scm | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 4e1a6b4a8..bc9058ba3 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -3629,6 +3629,11 @@ transcendental functions).") > (sha256 > (base32 > "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av")) > + (modules '((guix build utils))) > + (snippet > + '(substitute* "doc/users/intro.rst" > + ;; Fix reST markup error (see ) > + (("[[][*][]]") "[#]"))) Please run this substitution in a phase instead. Source snippets change the source presented to users running `guix build -S` and should be reserved for critical bug fixes and reproducibility problems, but otherwise stay as close to upstream as possible. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlhuXn4ACgkQoqBt8qM6 VPp68wf+P/1Pz5d3y9jR6Y+yUeylfkkLC00b6108oRGqUaYFZnMHUn3BW7maW7a6 ldGcbUMpewPNoDy6AeCsgioMzJ+OSlVHIBbqQkyS508jl/IArtZL1HPty1yzOSRQ yMRf8AAPlgf437jZRSYEWz1F7Gfsx613LiSAYRm1eiANhzGIMPdN+143BtQN82IF eRGwu9+ObyT4avujdJ1LnTw5GStsen2xoqc2/+56skoy/GAFKAdK/w/dQQqYDJK7 Vm8UMYOL2JFxMII9KdRZcsvSjkHx3zI64t5m7xvwLWHfCfmGoKTsU9ApPd/JGYYr seP2O8FKZM1GoqgW0V0hlfZAoboIsw== =+nVy -----END PGP SIGNATURE----- --=-=-=--