From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/5] gnu: Add python-sphinx-repoze-autointerface. Date: Thu, 18 Feb 2016 12:40:10 -0500 Message-ID: <20160218174010.GB29070@jasmine> References: <87k2m24e2j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWSYs-0003kG-0i for guix-devel@gnu.org; Thu, 18 Feb 2016 12:40:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWSYn-0008Cp-15 for guix-devel@gnu.org; Thu, 18 Feb 2016 12:40:17 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWSYm-0008Cg-TZ for guix-devel@gnu.org; Thu, 18 Feb 2016 12:40:12 -0500 Content-Disposition: inline In-Reply-To: <87k2m24e2j.fsf@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org On Thu, Feb 18, 2016 at 11:28:52AM +0300, Alex Kost wrote: > Leo Famulari (2016-02-18 06:53 +0300) wrote: > > > * gnu/packages/python.scm (python-sphinx-repoze-autointerface, > > python2-sphinx-repoze-autointerface): New variables. > > --- > > gnu/packages/python.scm | 27 ++++++++++++++++++++++++++- > > 1 file changed, 26 insertions(+), 1 deletion(-) > > [...] > > + (synopsis "Auto-generate Sphinx API docs from Zope interfaces") > > + (description "Thie package defines an extension for the Sphinx documentation > typo -------------------^ Good eye, thanks! > > -- > Alex