OBS substitutes

2021-09-20 Thread zimoun
Hi, I am confused because using Guix fb32a38, I get: --8<---cut here---start->8--- $ guix weather obs computing 1 package derivations for x86_64-linux... looking for 1 store items on https://ci.guix.gnu.org... https://ci.guix.gnu.org 0.0% substitutes availabl

Re: Python Site Package Syntax Runtime Error

2021-09-20 Thread Hartmut Goebel
Am 20.09.21 um 22:28 schrieb Antwane Mason:         (snippet          '(begin (substitute* "setup.py"                    (("scripts=\\['onlykey_agent.py'\\]")                     "py_modules=['onlykey_agent']"))                  #t Typically these kind of changes go into a phase. Search othe

Re: Python Site Package Syntax Runtime Error

2021-09-20 Thread Antwane Mason
On Mon, Sep 20, 2021 at 8:32 AM Hartmut Goebel wrote: > Looking at the code of the package - which actually is quite simple - I > discover > > scripts=['onlykey_agent.py'], > > This might indeed trigger some issue in phase wrap. Please open a > bug-report for this, explicitly pointing to release

Re: Python Site Package Syntax Runtime Error

2021-09-20 Thread Antwane Mason
On Sun, Sep 19, 2021 at 1:59 PM Maxime Devos wrote: > Anyway, to prevent onlykey_agent.py from being wrapped, you can replace > the 'wrap' phase with a custom 'wrap' phase adjusted for onlykey-agent > pecularities: > > (package > (name "python-onlykey-agent") > ... > (arguments > `(#:ph

Help for packaging LibreAdventure (for Guix Days :-))

2021-09-20 Thread zimoun
Hi, In order to ease the interactions at onlinel event such as Guix Days or others hackathons, it could be nice to have something like WorkAdventure [1]. It makes a friendly space for online social interactions. Here [2] is a free fork: 2: Bec

“What’s in a package”

2021-09-20 Thread Ludovic Courtès
Hello Guix! I and others are often disappointed (or angry!) when looking at the weaknesses of the most popular software deployment tools. I felt that acutely after packaging PyTorch last month and felt the need to look more closely at what others are doing and to document our motivation, having p

Re: Python Site Package Syntax Runtime Error

2021-09-20 Thread Hartmut Goebel
Am 18.09.21 um 21:44 schrieb Antwane Mason: From what I can tell, one of the build phases responsible for wrapping executables into shell scripts is wrongly wrapping one of the python files. This causes the shell script which is named as the original python file to be loaded as a python module