From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add python2-pydns Date: Fri, 29 Jul 2016 16:49:04 +0200 Message-ID: <87d1lwbiu7.fsf@gnu.org> References: <20160727023528.129db5ec@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT968-0007HT-H4 for guix-devel@gnu.org; Fri, 29 Jul 2016 10:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT964-0000Bv-9e for guix-devel@gnu.org; Fri, 29 Jul 2016 10:49:11 -0400 In-Reply-To: <20160727023528.129db5ec@scratchpost.org> (Danny Milosavljevic's message of "Wed, 27 Jul 2016 02:35:28 +0200") 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 Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > + (arguments > + `(#:tests? #f #| there are no tests |# In addition to Leo=E2=80=99s comment: please avoid #| comments; they are not used anywhere and I think we can happily avoid them. :-) Thanks, Ludo=E2=80=99.