Re: [PATCH 5/6] gnu: Add python-typing

2017-02-09 Thread Hartmut Goebel
Am 09.02.2017 um 18:04 schrieb Frederick Muriithi: > It is a backport for python versions older than 3.5 This should be stated in the description then. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which

Re: [PATCH 5/6] gnu: Add python-typing

2017-02-09 Thread Frederick Muriithi
On Thu, Feb 9, 2017 at 1:38 AM, Marius Bakke wrote: > > If this is provided by the standard library as this link implies, why do > we need this package? Is it a python2 backport? In that case it should > be named "python2-typing" and you'll need to specify #:python as

Re: [PATCH 5/6] gnu: Add python-typing

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-typing): New variable. > --- > gnu/packages/python.scm | 20 > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

[PATCH 5/6] gnu: Add python-typing

2017-02-07 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-typing): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 170107a..ef3d9bd 100644 --- a/gnu/packages/python.scm +++