unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] import: pypi: All inputs are propagated-inputs by default.
@ 2016-10-17  9:00 Hartmut Goebel
  2016-10-17 10:33 ` Hartmut Goebel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hartmut Goebel @ 2016-10-17  9:00 UTC (permalink / raw)
  To: guix-devel

* guix/import/pypi.scm (maybe-inputs): Return inputs as
  "propagated-inputs".
---
 guix/import/pypi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 8aeffb2..68153d5 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -111,7 +111,7 @@ package definition."
     (()
      '())
     ((package-inputs ...)
-     `((inputs (,'quasiquote ,package-inputs))))))
+     `((propagated-inputs (,'quasiquote ,package-inputs))))))
 
 (define (guess-requirements source-url wheel-url tarball)
   "Given SOURCE-URL, WHEEL-URL and a TARBALL of the package, return a list of
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] import: pypi: All inputs are propagated-inputs by default.
  2016-10-17  9:00 [PATCH] import: pypi: All inputs are propagated-inputs by default Hartmut Goebel
@ 2016-10-17 10:33 ` Hartmut Goebel
  2016-10-18 12:26 ` Ludovic Courtès
  2016-10-23 17:24 ` Hartmut Goebel
  2 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2016-10-17 10:33 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

Am 17.10.2016 um 11:00 schrieb Hartmut Goebel:
> * guix/import/pypi.scm (maybe-inputs): Return inputs as
>   "propagated-inputs".

Rational: Most python inputs need to be propagated inputs, not normal ones.


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


[-- Attachment #2: 0xBF773B65.asc --]
[-- Type: application/pgp-keys, Size: 14855 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] import: pypi: All inputs are propagated-inputs by default.
  2016-10-17  9:00 [PATCH] import: pypi: All inputs are propagated-inputs by default Hartmut Goebel
  2016-10-17 10:33 ` Hartmut Goebel
@ 2016-10-18 12:26 ` Ludovic Courtès
  2016-10-23 17:24 ` Hartmut Goebel
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-10-18 12:26 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel, David Thompson

Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

> * guix/import/pypi.scm (maybe-inputs): Return inputs as
>   "propagated-inputs".
> ---
>  guix/import/pypi.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
> index 8aeffb2..68153d5 100644
> --- a/guix/import/pypi.scm
> +++ b/guix/import/pypi.scm
> @@ -111,7 +111,7 @@ package definition."
>      (()
>       '())
>      ((package-inputs ...)
> -     `((inputs (,'quasiquote ,package-inputs))))))
> +     `((propagated-inputs (,'quasiquote ,package-inputs))))))

I think it’s the right thing to do.

Cyril, David: WDYT?

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] import: pypi: All inputs are propagated-inputs by default.
  2016-10-17  9:00 [PATCH] import: pypi: All inputs are propagated-inputs by default Hartmut Goebel
  2016-10-17 10:33 ` Hartmut Goebel
  2016-10-18 12:26 ` Ludovic Courtès
@ 2016-10-23 17:24 ` Hartmut Goebel
  2 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2016-10-23 17:24 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

Am 17.10.2016 um 11:00 schrieb Hartmut Goebel:
> * guix/import/pypi.scm (maybe-inputs): Return inputs as
>   "propagated-inputs".
Applied as b5c347ad3d83ee580c111bd14c80b469b0dcb294

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/get-current-locale-with-ansible
Kolumne:
http://www.cissp-gefluester.de/2010-11-it-sicherheit-im-unternehmen-eine-interne-oder-externe-angelegenheit




[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2430 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-23 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17  9:00 [PATCH] import: pypi: All inputs are propagated-inputs by default Hartmut Goebel
2016-10-17 10:33 ` Hartmut Goebel
2016-10-18 12:26 ` Ludovic Courtès
2016-10-23 17:24 ` Hartmut Goebel

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).