From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package Date: Mon, 18 Apr 2016 16:20:48 -0400 Message-ID: <20160418202048.GE26231@jasmine> References: <1460926257-25147-1-git-send-email-h.goebel@crazy-compilers.com> <1460926257-25147-5-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asFej-0004iB-Bz for guix-devel@gnu.org; Mon, 18 Apr 2016 16:20:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asFeg-0003gC-4j for guix-devel@gnu.org; Mon, 18 Apr 2016 16:20:25 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asFeg-0003g8-0s for guix-devel@gnu.org; Mon, 18 Apr 2016 16:20:22 -0400 Content-Disposition: inline In-Reply-To: <1460926257-25147-5-git-send-email-h.goebel@crazy-compilers.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" To: Hartmut Goebel Cc: guix-devel@gnu.org On Sun, Apr 17, 2016 at 10:50:54PM +0200, Hartmut Goebel wrote: > * gnu/packages/python.scm: (python2-ipaddr): New function. [...] > + (synopsis "IP address manipulation library by Google") > + (description > + "Library for working with IP addresses, both IPv4 and IPv6.") Can you give any more information about the software?