[PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bfa7eae55..0e5966336 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-20 Thread Danny Milosavljevic
Since flask-WTF directly imports flask, this package should also propagate flask.

[PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-19 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 76e6ac165..5a7c2a0ca 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

[PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6d6d880bb..763e452f1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-12 Thread Hartmut Goebel
Am 12.12.2016 um 00:05 schrieb ng0: > Yeah I need to make my notes about the new python system.. I had > everything propagated now.. which is false it seems. We could add nose to the lint checkers, should we? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-12 Thread Hartmut Goebel
Am 12.12.2016 um 00:22 schrieb Leo Famulari: > My understanding is that everything used at run-time should be > propagated, but things used only while building are still native-inputs. That's it :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-11 Thread Leo Famulari
On Sun, Dec 11, 2016 at 11:05:56PM +, ng0 wrote: > Leo Famulari writes: > > > On Sun, Dec 11, 2016 at 06:12:27PM +, ng0 wrote: > >> * gnu/packages/python.scm (python-flask-wtf): New variable. > > > >> +(propagated-inputs > >> + `(("python-flask-babel" ,python-flask-babel) > >> +

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-11 Thread ng0
Leo Famulari writes: > On Sun, Dec 11, 2016 at 06:12:27PM +, ng0 wrote: >> * gnu/packages/python.scm (python-flask-wtf): New variable. > >> +(propagated-inputs >> + `(("python-flask-babel" ,python-flask-babel) >> + ("python-nose" ,python-nose))) > > Nose is a tool for running un

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-11 Thread Leo Famulari
On Sun, Dec 11, 2016 at 06:12:27PM +, ng0 wrote: > * gnu/packages/python.scm (python-flask-wtf): New variable. > +(propagated-inputs > + `(("python-flask-babel" ,python-flask-babel) > + ("python-nose" ,python-nose))) Nose is a tool for running unit tests. Should python-nose be a

[PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-11 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c46d51724..d9796b8e5 100644 --- a/gnu/packages/python.scm +++ b/gnu/package