Re: how to define inputs for python packages

2020-09-29 Thread Reza Alizadeh Majd
On Mon, 28 Sep 2020 20:27:57 +0200 Hartmut Goebel wrote: > Am 28.09.20 um 08:05 schrieb Reza Alizadeh Majd: > > is there any rule that I missed to choose a dependency as an > > `input` or as a `propageted-input` one? > > This is described in the manual: > > https://guix.gnu.org/manual/en/html

Re: how to define inputs for python packages

2020-09-28 Thread Hartmut Goebel
Am 28.09.20 um 08:05 schrieb Reza Alizadeh Majd: > is there any rule that I missed to choose a dependency as an `input` or > as a `propageted-input` one? This is described in the manual: https://guix.gnu.org/manual/en/html_node/Python-Modules.html#Specifying-Dependencies -- Regards Hartmut Goeb

Re: how to define inputs for python packages

2020-09-28 Thread Wiktor Żelazny
On Mon, Sep 28, 2020 at 09:35:59AM +0330, Reza Alizadeh Majd wrote: > is there any rule that I missed to choose a dependency as an `input` or > as a `propageted-input` one? Hi, I’d say that you always need to declare `python-*` dependencies as `propagated-inputs`, unless it’s something required

how to define inputs for python packages

2020-09-27 Thread Reza Alizadeh Majd
Hi Guix, I'm a little confused about definition of inputs for a python based package. I had defined a package for a python library that I wrote, defining the dependencies as `inputs`, package builds successfully, and all my tests will be passed. but when I try to import this library to another p