* [PATCH] gnu: python-flask: Make python-click a propagated-input.
@ 2016-12-04 11:10 Danny Milosavljevic
2016-12-04 18:07 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2016-12-04 11:10 UTC (permalink / raw)
To: guix-devel
* gnu/packages/python.scm (python-click)[native-inputs]: Move to ...
[propagated-inputs]: ... here.
---
gnu/packages/python.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8f8b0de72..9c3902c3e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9153,9 +9153,8 @@ useful for solving the Assignment Problem.")
(propagated-inputs
`(("python-itsdangerous" ,python-itsdangerous)
("python-jinja2" ,python-jinja2)
- ("python-werkzeug" ,python-werkzeug)))
- (native-inputs
- `(("python-click" ,python-click)))
+ ("python-werkzeug" ,python-werkzeug)
+ ("python-click" ,python-click)))
(home-page "https://github.com/mitsuhiko/flask/")
(synopsis "Microframework based on Werkzeug, Jinja2 and good intentions")
(description "Flask is a micro web framework based on the Werkzeug toolkit
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-flask: Make python-click a propagated-input.
2016-12-04 11:10 [PATCH] gnu: python-flask: Make python-click a propagated-input Danny Milosavljevic
@ 2016-12-04 18:07 ` Marius Bakke
2016-12-07 5:57 ` Chris Marusich
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2016-12-04 18:07 UTC (permalink / raw)
To: Danny Milosavljevic, guix-devel
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
Danny Milosavljevic <dannym@scratchpost.org> writes:
> * gnu/packages/python.scm (python-click)[native-inputs]: Move to ...
> [propagated-inputs]: ... here.
> ---
> gnu/packages/python.scm | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 8f8b0de72..9c3902c3e 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -9153,9 +9153,8 @@ useful for solving the Assignment Problem.")
> (propagated-inputs
> `(("python-itsdangerous" ,python-itsdangerous)
> ("python-jinja2" ,python-jinja2)
> - ("python-werkzeug" ,python-werkzeug)))
> - (native-inputs
> - `(("python-click" ,python-click)))
> + ("python-werkzeug" ,python-werkzeug)
> + ("python-click" ,python-click)))
The commit message and diff is contradictory :) Did you mean to make
python-werkzeug a native-input?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: python-flask: Make python-click a propagated-input.
2016-12-04 18:07 ` Marius Bakke
@ 2016-12-07 5:57 ` Chris Marusich
0 siblings, 0 replies; 3+ messages in thread
From: Chris Marusich @ 2016-12-07 5:57 UTC (permalink / raw)
To: Marius Bakke; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
Marius Bakke <mbakke@fastmail.com> writes:
> Danny Milosavljevic <dannym@scratchpost.org> writes:
>
>> * gnu/packages/python.scm (python-click)[native-inputs]: Move to ...
>> [propagated-inputs]: ... here.
>> ---
>> gnu/packages/python.scm | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>> index 8f8b0de72..9c3902c3e 100644
>> --- a/gnu/packages/python.scm
>> +++ b/gnu/packages/python.scm
>> @@ -9153,9 +9153,8 @@ useful for solving the Assignment Problem.")
>> (propagated-inputs
>> `(("python-itsdangerous" ,python-itsdangerous)
>> ("python-jinja2" ,python-jinja2)
>> - ("python-werkzeug" ,python-werkzeug)))
>> - (native-inputs
>> - `(("python-click" ,python-click)))
>> + ("python-werkzeug" ,python-werkzeug)
>> + ("python-click" ,python-click)))
>
> The commit message and diff is contradictory :) Did you mean to make
> python-werkzeug a native-input?
>
The diff here looks correct; Danny removed the native-input line, so the
result is that python-werkzeug and python-click are both
propagated-inputs.
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-07 5:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 11:10 [PATCH] gnu: python-flask: Make python-click a propagated-input Danny Milosavljevic
2016-12-04 18:07 ` Marius Bakke
2016-12-07 5:57 ` Chris Marusich
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).