From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package Date: Tue, 19 Apr 2016 11:41:03 +0300 Message-ID: <87potmhty8.fsf@gmail.com> References: <1460926257-25147-1-git-send-email-h.goebel@crazy-compilers.com> <1460926257-25147-5-git-send-email-h.goebel@crazy-compilers.com> <20160418202048.GE26231@jasmine> <57154CFB.5060609@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asRDY-0001hX-EN for guix-devel@gnu.org; Tue, 19 Apr 2016 04:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asRDV-0000Zs-3N for guix-devel@gnu.org; Tue, 19 Apr 2016 04:41:08 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:33535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asRDU-0000Zl-SY for guix-devel@gnu.org; Tue, 19 Apr 2016 04:41:05 -0400 Received: by mail-lf0-x244.google.com with SMTP id p64so1473555lfg.0 for ; Tue, 19 Apr 2016 01:41:04 -0700 (PDT) In-Reply-To: <57154CFB.5060609@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 18 Apr 2016 23:09:15 +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: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel (2016-04-19 00:09 +0300) wrote: > Am 18.04.2016 um 22:20 schrieb Leo Famulari: >>> > + (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? > > Pardon? That's all the project seay. What more would you expect? Yeah, it's hard to invent a description when the upstream doesn't provide it. What about this: IPaddr is a fast and lightweight Python library used to create and manipulate IPv4 and IPv6 addresses and networks. This is derived from the python module description: Note: I'm bad at writing descriptions. -- Alex