Re: [PATCH v2 09/10] gnu: Add python-natsort.

2016-04-25 Thread Leo Famulari
On Sun, Apr 24, 2016 at 11:06:23PM +1000, Ben Woodcroft wrote: > * gnu/packages/python.scm (python-natsort, python2-natsort): New > variables. Thanks! > +(synopsis "Sort lists naturally") How about "Sort lists naturally rather than lexicographically"? > +(define-public python2-natsort > +

[PATCH v2 09/10] gnu: Add python-natsort.

2016-04-24 Thread Ben Woodcroft
* gnu/packages/python.scm (python-natsort, python2-natsort): New variables. --- gnu/packages/python.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 40d28b1..8ae7566 100644 --- a/gnu/packages/