Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-20 Thread Ludovic Courtès
Alex Kost skribis: > 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

Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-19 Thread Alex Kost
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 abo

Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-18 Thread Hartmut Goebel
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.

Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-18 Thread Leo Famulari
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

[PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-17 Thread Hartmut Goebel
* gnu/packages/python.scm: (python2-ipaddr): New function. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d04c85c..f0e00dd 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pyth