From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python2-pydns Date: Thu, 28 Jul 2016 18:11:33 -0400 Message-ID: <20160728221133.GA15420@jasmine> References: <20160727023528.129db5ec@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bStWw-0000oT-PR for guix-devel@gnu.org; Thu, 28 Jul 2016 18:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bStWs-0005bq-N2 for guix-devel@gnu.org; Thu, 28 Jul 2016 18:11:50 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bStWq-0005ah-7a for guix-devel@gnu.org; Thu, 28 Jul 2016 18:11:46 -0400 Content-Disposition: inline In-Reply-To: <20160727023528.129db5ec@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 Cc: guix-devel@gnu.org On Wed, Jul 27, 2016 at 02:35:28AM +0200, Danny Milosavljevic wrote: > * gnu/packages/networking.scm (python2-pydns): New variable. Thanks for this patch! > @@ -607,3 +608,25 @@ offline emulation of DNS.") > (description "The Perl module 'Geo::IP'. > It looks up location and network information by IP Address.") > (license (package-license perl)))) > + > +(define-public python2-pydns It doesn't apply to the current master branch. Can you regenerate it and make sure it applies? > + (arguments > + `(#:tests? #f #| there are no tests |# > + #:python ,python-2)) Does it only work with python-2? If so, we can add a comment saying so. Otherwise, let's package both versions.