Re: [PATCH 01/16] gnu: Add python-argparse.

2017-01-17 Thread Alex Kost
Ricardo Wurmus (2017-01-17 16:26 +0100) wrote: > Hartmut Goebel writes: > >> Am 17.01.2017 um 15:11 schrieb Ricardo Wurmus: >>> * gnu/packages/python.scm (python-argparse, python2-argparse): New >> >> As of Python >= 2.7 and >= 3.2, the argparse module is maintained within >> the Python standard

Re: [PATCH 01/16] gnu: Add python-argparse.

2017-01-17 Thread Alex Kost
Ricardo Wurmus (2017-01-17 15:11 +0100) wrote: [...] > +(define-public python-argparse > + (package > +(name "python-argparse") > +(version "1.4.0") > +(source > + (origin > + (method url-fetch) > + (uri (pypi-uri "argparse" version)) > + (sha256 > +(base

Re: [PATCH 01/16] gnu: Add python-argparse.

2017-01-17 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 17.01.2017 um 15:11 schrieb Ricardo Wurmus: >> * gnu/packages/python.scm (python-argparse, python2-argparse): New > > As of Python >= 2.7 and >= 3.2, the argparse module is maintained within > the Python standard library. Why do we need a this package? Turns out we d

Re: [PATCH 01/16] gnu: Add python-argparse.

2017-01-17 Thread Hartmut Goebel
Am 17.01.2017 um 15:11 schrieb Ricardo Wurmus: > * gnu/packages/python.scm (python-argparse, python2-argparse): New As of Python >= 2.7 and >= 3.2, the argparse module is maintained within the Python standard library. Why do we need a this package? -- Regards Hartmut Goebel | Hartmut Goebel

[PATCH 01/16] gnu: Add python-argparse.

2017-01-17 Thread Ricardo Wurmus
* gnu/packages/python.scm (python-argparse, python2-argparse): New variables. --- gnu/packages/python.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a9792afe2..cf7143be1 100644 --- a/gn